Class DTDGrammar.QNameHashtable
- java.lang.Object
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd.DTDGrammar.QNameHashtable
-
- Enclosing class:
- DTDGrammar
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.- Author:
- Eric Ye, IBM, Andy Clark, IBM
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedQNameHashtable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intget(String key)Returns the value associated with the specified key tuple.inthash(String symbol)voidput(String key, int value)Associates the given value with the specified key tuple.
-