Uses of Class
org.apache.xerces.impl.xs.identity.IdentityConstraint

Packages that use IdentityConstraint
org.apache.xerces.impl.xs   
org.apache.xerces.impl.xs.identity   
 

Uses of IdentityConstraint in org.apache.xerces.impl.xs
 

Methods in org.apache.xerces.impl.xs that return IdentityConstraint
 IdentityConstraint SchemaGrammar.getIDConstraintDecl(java.lang.String declName)
          get one identity constraint
 IdentityConstraint[] XSElementDecl.getIDConstraints()
           
 

Methods in org.apache.xerces.impl.xs with parameters of type IdentityConstraint
 void XSElementDecl.addIDConstraint(IdentityConstraint idc)
           
 void SchemaGrammar.addIDConstraintDecl(XSElementDecl elmDecl, IdentityConstraint decl)
          register one identity constraint
 void XMLSchemaValidator.endValueScopeFor(IdentityConstraint identityConstraint, int initialDepth)
          Ends the value scope for the specified identity constraint.
 void XMLSchemaValidator.startValueScopeFor(IdentityConstraint identityConstraint, int initialDepth)
          Start the value scope for the specified identity constraint.
 

Uses of IdentityConstraint in org.apache.xerces.impl.xs.identity
 

Subclasses of IdentityConstraint in org.apache.xerces.impl.xs.identity
 class KeyRef
          Schema key reference identity constraint.
 class UniqueOrKey
          Schema unique or key identity constraint.
 

Methods in org.apache.xerces.impl.xs.identity that return IdentityConstraint
 IdentityConstraint Selector.getIDConstraint()
          Returns the identity constraint.
 IdentityConstraint Selector.Matcher.getIdentityConstraint()
          Returns the identity constraint.
 IdentityConstraint Field.getIdentityConstraint()
          Returns the identity constraint.
 

Methods in org.apache.xerces.impl.xs.identity with parameters of type IdentityConstraint
 void FieldActivator.endValueScopeFor(IdentityConstraint identityConstraint, int initialDepth)
          Ends the value scope for the specified identity constraint.
 boolean IdentityConstraint.equals(IdentityConstraint id)
           
 void FieldActivator.startValueScopeFor(IdentityConstraint identityConstraint, int initialDepth)
          Start the value scope for the specified identity constraint.
 

Constructors in org.apache.xerces.impl.xs.identity with parameters of type IdentityConstraint
Field(Field.XPath xpath, IdentityConstraint identityConstraint)
          Constructs a field.
Selector(Selector.XPath xpath, IdentityConstraint identityConstraint)
          Constructs a selector.