Uses of Class
org.enhydra.apache.xerces.validators.common.XMLValidator.OrderedHashtable

Packages that use XMLValidator.OrderedHashtable
org.enhydra.apache.xerces.validators.common   
 

Uses of XMLValidator.OrderedHashtable in org.enhydra.apache.xerces.validators.common
 

Fields in org.enhydra.apache.xerces.validators.common declared as XMLValidator.OrderedHashtable
protected  XMLValidator.OrderedHashtable XMLValidator.ValueStoreBase.fValues
          Current data values.
 

Methods in org.enhydra.apache.xerces.validators.common with parameters of type XMLValidator.OrderedHashtable
 boolean XMLValidator.ValueStoreBase.contains(XMLValidator.OrderedHashtable tuple)
          Returns true if this value store contains the specified values tuple.
protected  void XMLValidator.ValueStoreBase.duplicateValue(XMLValidator.OrderedHashtable tuple)
          Called when a duplicate value is added.
protected  String XMLValidator.ValueStoreBase.toString(XMLValidator.OrderedHashtable tuple)
          Returns a string of the specified values.
protected  void XMLValidator.UniqueValueStore.duplicateValue(XMLValidator.OrderedHashtable tuple)
          Called when a duplicate value is added.
protected  void XMLValidator.KeyValueStore.duplicateValue(XMLValidator.OrderedHashtable tuple)
          Called when a duplicate value is added.
 



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