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

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

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

Methods in org.apache.xerces.impl.xs with parameters of type Field
 XPathMatcher XMLSchemaValidator.activateField(Field field, int initialDepth)
          Request to activate the specified field.
 

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

Methods in org.apache.xerces.impl.xs.identity that return Field
 Field IdentityConstraint.getFieldAt(int index)
          Returns the field at the specified index.
 

Methods in org.apache.xerces.impl.xs.identity with parameters of type Field
 XPathMatcher FieldActivator.activateField(Field field, int initialDepth)
          Request to activate the specified field.
 void IdentityConstraint.addField(Field field)
          Adds a field.
 void ValueStore.addValue(Field field, boolean mayMatch, java.lang.Object actualValue, short valueType, ShortList itemValueType)
          Adds the specified value to the value store.