Uses of Class
com.sun.msv.grammar.xmlschema.IdentityConstraint
-
Packages that use IdentityConstraint Package Description 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 Modifier and Type Class Description class
KeyConstraint
key constraint.class
KeyRefConstraint
keyref constraint.class
UniqueConstraint
unique constraint.Methods in com.sun.msv.grammar.xmlschema that return IdentityConstraint Modifier and Type Method Description IdentityConstraint
XMLSchemaSchema.IdentityConstraintContainer. get(java.lang.String name)
Methods in com.sun.msv.grammar.xmlschema with parameters of type IdentityConstraint Modifier and Type Method Description void
XMLSchemaSchema.IdentityConstraintContainer. add(java.lang.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 Modifier and Type Method Description 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 Modifier and Type Field Description protected IdentityConstraint
SelectorMatcher. idConst
Methods in com.sun.msv.verifier.identity with parameters of type IdentityConstraint Modifier and Type Method Description protected SelectorMatcher
IDConstraintChecker. getActiveScope(IdentityConstraint c)
protected void
IDConstraintChecker. popActiveScope(IdentityConstraint c, SelectorMatcher matcher)
protected void
IDConstraintChecker. pushActiveScope(IdentityConstraint c, SelectorMatcher matcher)
Constructors in com.sun.msv.verifier.identity with parameters of type IdentityConstraint Constructor Description SelectorMatcher(IDConstraintChecker owner, IdentityConstraint idConst, java.lang.String namespaceURI, java.lang.String localName)
-