|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IdentityConstraint | |
---|---|
com.sun.msv.grammar.xmlschema | W3C XML Schema grammar model. |
com.sun.msv.reader.xmlschema | parses XML representation of XML Schema into AGM. |
com.sun.msv.verifier.identity | Verifier with XML Schema's identity constraint check. |
Uses of IdentityConstraint in com.sun.msv.grammar.xmlschema |
---|
Subclasses of IdentityConstraint in com.sun.msv.grammar.xmlschema | |
---|---|
class |
KeyConstraint
key constraint. |
class |
KeyRefConstraint
keyref constraint. |
class |
UniqueConstraint
unique constraint. |
Methods in com.sun.msv.grammar.xmlschema that return IdentityConstraint | |
---|---|
IdentityConstraint |
XMLSchemaSchema.IdentityConstraintContainer.get(String name)
|
Methods in com.sun.msv.grammar.xmlschema with parameters of type IdentityConstraint | |
---|---|
void |
XMLSchemaSchema.IdentityConstraintContainer.add(String name,
IdentityConstraint idc)
|
Uses of IdentityConstraint in com.sun.msv.reader.xmlschema |
---|
Methods in com.sun.msv.reader.xmlschema with parameters of type IdentityConstraint | |
---|---|
protected void |
ElementDeclState.onIdentityConstraint(IdentityConstraint idc)
this method is called when an identity constraint declaration is found. |
Uses of IdentityConstraint in com.sun.msv.verifier.identity |
---|
Fields in com.sun.msv.verifier.identity declared as IdentityConstraint | |
---|---|
protected IdentityConstraint |
SelectorMatcher.idConst
|
Methods in com.sun.msv.verifier.identity with parameters of type IdentityConstraint | |
---|---|
protected SelectorMatcher |
IDConstraintChecker.getActiveScope(IdentityConstraint c)
|
protected void |
IDConstraintChecker.popActiveScope(IdentityConstraint c,
SelectorMatcher matcher)
|
protected void |
IDConstraintChecker.pushActiveScope(IdentityConstraint c,
SelectorMatcher matcher)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |