Uses of Class
org.apache.xerces.validators.schema.identity.Field

Packages that use Field
org.apache.xerces.validators.common   
org.apache.xerces.validators.schema.identity   
 

Uses of Field in org.apache.xerces.validators.common
 

Fields in org.apache.xerces.validators.common declared as Field
 Field XMLValidator.OrderedHashtable.Entry.key
          Key.
 

Methods in org.apache.xerces.validators.common with parameters of type Field
 XPathMatcher XMLValidator.activateField(Field field)
          Request to activate the specified field.
 void XMLValidator.ValueStoreBase.addValue(Field field, IDValue value)
          Adds the specified value to the value store.
 XMLValidator.ValueStoreBase XMLValidator.ValueStoreCache.getValueStoreFor(Field field)
          Returns the value store associated to the specified field.
 

Uses of Field in org.apache.xerces.validators.schema.identity
 

Fields in org.apache.xerces.validators.schema.identity declared as Field
protected  Field[] IdentityConstraint.fFields
          Fields.
 

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

Methods in org.apache.xerces.validators.schema.identity with parameters of type Field
 void IdentityConstraint.addField(Field field)
          Adds a field.
 XPathMatcher FieldActivator.activateField(Field field)
          Request to activate the specified field.
 void ValueStore.addValue(Field field, IDValue value)
          Adds the specified value to the value store.
 

Constructors in org.apache.xerces.validators.schema.identity with parameters of type Field
Field.Matcher(Field.XPath xpath, ValueStore store)
          Constructs a field matcher.
 



Copyright © 1999-2001 Apache XML Project. All Rights Reserved.