com.sun.xml.stream.dtd.nonvalidating
protected static final class DTDGrammar.QNameHashtable extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
UNIQUE_STRINGS |
Modifier | Constructor and Description |
---|---|
protected |
DTDGrammar.QNameHashtable() |
Modifier and Type | Method and Description |
---|---|
int |
get(java.lang.String key)
Returns the value associated with the specified key tuple.
|
protected int |
hash(java.lang.String symbol)
Returns a hash value for the specified symbol.
|
void |
put(java.lang.String key,
int value)
Associates the given value with the specified key tuple.
|
public static final boolean UNIQUE_STRINGS
public void put(java.lang.String key, int value)
public int get(java.lang.String key)
protected int hash(java.lang.String symbol)
Copyright ? 2002-2003 Apache XML Project. All Rights Reserved.