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
 

Fields in org.apache.xerces.impl.xs declared as Field
protected  Field[] XMLSchemaValidator.ValueStoreBase.fFields
           
 

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.
 void XMLSchemaValidator.ValueStoreBase.addValue(Field field, boolean mayMatch, Object actualValue, short valueType, ShortList itemValueType)
          Adds the specified value to the value store.
 

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

Fields in org.apache.xerces.impl.xs.identity declared as Field
protected  Field[] IdentityConstraint.fFields
          Fields.
 

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, Object actualValue, short valueType, ShortList itemValueType)
          Adds the specified value to the value store.
 



Copyright © 2011. All Rights Reserved.