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

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

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

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

Methods in org.enhydra.apache.xerces.validators.common that return Field
 Field XMLValidator.OrderedHashtable.keyAt(int index)
          Returns the key at the specified index.
 

Methods in org.enhydra.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.
 void XMLValidator.OrderedHashtable.put(Field key, IDValue value)
          Puts an entry into the hashtable.
 IDValue XMLValidator.OrderedHashtable.get(Field key)
          Returns the value associated to the specified key.
 int XMLValidator.OrderedHashtable.indexOf(Field key)
          Returns the index of the entry with the specified key.
 

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

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

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

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

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



Copyright © 1999 The Apache Software Foundation. All Rights reserved.