Uses of Class
com.sun.msv.grammar.xmlschema.IdentityConstraint
Packages that use IdentityConstraint
Package
Description
W3C XML Schema grammar model.
parses XML representation of XML Schema into AGM.
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.xmlschemaModifier and TypeClassDescriptionclass
key constraint.class
keyref constraint.class
unique constraint.Methods in com.sun.msv.grammar.xmlschema that return IdentityConstraintModifier and TypeMethodDescriptionMethods in com.sun.msv.grammar.xmlschema with parameters of type IdentityConstraintModifier and TypeMethodDescriptionvoid
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 IdentityConstraintModifier and TypeMethodDescriptionprotected 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 IdentityConstraintMethods in com.sun.msv.verifier.identity with parameters of type IdentityConstraintModifier and TypeMethodDescriptionprotected 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 IdentityConstraintModifierConstructorDescription(package private)
SelectorMatcher
(IDConstraintChecker owner, IdentityConstraint idConst, String namespaceURI, String localName)