org.enhydra.apache.xerces.validators.common
Class XMLValidator.KeyValueStore
java.lang.Object
|
+--org.enhydra.apache.xerces.validators.common.XMLValidator.ValueStoreBase
|
+--org.enhydra.apache.xerces.validators.common.XMLValidator.KeyValueStore
- All Implemented Interfaces:
- ValueStore
- Enclosing class:
- XMLValidator
- protected class XMLValidator.KeyValueStore
- extends XMLValidator.ValueStoreBase
Key value store.
- Author:
- Andy Clark, IBM
Methods inherited from class org.enhydra.apache.xerces.validators.common.XMLValidator.ValueStoreBase |
addValue, append, contains, destroy, endDocument, endDocumentFragment, endValueScope, reportNilError, startValueScope, toString, toString |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XMLValidator.KeyValueStore
public XMLValidator.KeyValueStore(Key key)
- Constructs a key value store.
duplicateValue
protected void duplicateValue(XMLValidator.OrderedHashtable tuple)
throws Exception
- Called when a duplicate value is added.
- Overrides:
duplicateValue
in class XMLValidator.ValueStoreBase
- Parameters:
tuple
- The duplicate value tuple.
Copyright © 1999 The Apache Software Foundation. All Rights reserved.