org.apache.xerces.impl.dtd

Class DTDGrammar.QNameHashtable

protected static final class DTDGrammar.QNameHashtable extends Object

A simple Hashtable implementation that takes a tuple (String, String) as the key and a int as value.

INTERNAL:

Usage of this class is not supported. It may be altered or removed at any time.

Author: Eric Ye, IBM Andy Clark, IBM

Method Summary
intget(String key)
Returns the value associated with the specified key tuple.
voidput(String key, int value)
Associates the given value with the specified key tuple.

Method Detail

get

public int get(String key)
Returns the value associated with the specified key tuple.

put

public void put(String key, int value)
Associates the given value with the specified key tuple.
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.