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
 

Fields in org.apache.xerces.impl.xs declared as IdentityConstraint
 IdentityConstraint XMLSchemaValidator.LocalIDKey.fId
           
protected  IdentityConstraint XMLSchemaValidator.ValueStoreBase.fIdentityConstraint
          Identity constraint.
 

Methods in org.apache.xerces.impl.xs that return IdentityConstraint
 IdentityConstraint SchemaGrammar.getIDConstraintDecl(String declName)
          get one identity constraint
 IdentityConstraint SchemaGrammar.getIDConstraintDecl(String declName, String location)
           
 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 SchemaGrammar.addIDConstraintDecl(XSElementDecl elmDecl, IdentityConstraint decl, String location)
           
 void XMLSchemaValidator.endValueScopeFor(IdentityConstraint identityConstraint, int initialDepth)
          Ends the value scope for the specified identity constraint.
 XMLSchemaValidator.ValueStoreBase XMLSchemaValidator.ValueStoreCache.getGlobalValueStoreFor(IdentityConstraint id)
          Returns the global value store associated to the specified IdentityConstraint.
 XMLSchemaValidator.ValueStoreBase XMLSchemaValidator.ValueStoreCache.getValueStoreFor(IdentityConstraint id, int initialDepth)
          Returns the value store associated to the specified IdentityConstraint.
 void XMLSchemaValidator.startValueScopeFor(IdentityConstraint identityConstraint, int initialDepth)
          Start the value scope for the specified identity constraint.
 void XMLSchemaValidator.ValueStoreCache.transplant(IdentityConstraint id, int initialDepth)
           
 

Constructors in org.apache.xerces.impl.xs with parameters of type IdentityConstraint
XMLSchemaValidator.LocalIDKey(IdentityConstraint id, int depth)
           
XMLSchemaValidator.ValueStoreBase(IdentityConstraint identityConstraint)
          Constructs a value store 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.
 

Fields in org.apache.xerces.impl.xs.identity declared as IdentityConstraint
protected  IdentityConstraint Selector.fIDConstraint
           
protected  IdentityConstraint Selector.fIdentityConstraint
          Identity constraint.
protected  IdentityConstraint Field.fIdentityConstraint
          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.
 



Copyright © 2011. All Rights Reserved.