protected class

XMLSchemaValidator.KeyValueStore

extends XMLSchemaValidator.ValueStoreBase
java.lang.Object
   ↳ org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
     ↳ org.apache.xerces.impl.xs.XMLSchemaValidator.KeyValueStore

Class Overview

Key value store.

Summary

[Expand]
Inherited Fields
From class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
Public Constructors
XMLSchemaValidator.KeyValueStore(UniqueOrKey key)
Constructs a key value store.
Protected Methods
void checkDuplicateValues()
Called when a duplicate value is added.
[Expand]
Inherited Methods
From class org.apache.xerces.impl.xs.XMLSchemaValidator.ValueStoreBase
From class java.lang.Object
From interface org.apache.xerces.impl.xs.identity.ValueStore

Public Constructors

public XMLSchemaValidator.KeyValueStore (UniqueOrKey key)

Constructs a key value store.

Protected Methods

protected void checkDuplicateValues ()

Called when a duplicate value is added.