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 classKeyConstraintkey constraint.classKeyRefConstraintkeyref constraint.classUniqueConstraintunique constraint.Methods in com.sun.msv.grammar.xmlschema that return IdentityConstraint Modifier and Type Method Description IdentityConstraintXMLSchemaSchema.IdentityConstraintContainer. get(java.lang.String name)Methods in com.sun.msv.grammar.xmlschema with parameters of type IdentityConstraint Modifier and Type Method Description voidXMLSchemaSchema.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 voidElementDeclState. 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 IdentityConstraintSelectorMatcher. idConstMethods in com.sun.msv.verifier.identity with parameters of type IdentityConstraint Modifier and Type Method Description protected SelectorMatcherIDConstraintChecker. getActiveScope(IdentityConstraint c)protected voidIDConstraintChecker. popActiveScope(IdentityConstraint c, SelectorMatcher matcher)protected voidIDConstraintChecker. 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)
-