protected static final class

DTDGrammar.QNameHashtable

extends Object
java.lang.Object
   ↳ org.apache.xerces.impl.dtd.DTDGrammar.QNameHashtable

Class Overview

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

Summary

Protected Constructors
DTDGrammar.QNameHashtable()
Public Methods
int get(String key)
Returns the value associated with the specified key tuple.
void put(String key, int value)
Associates the given value with the specified key tuple.
[Expand]
Inherited Methods
From class java.lang.Object

Protected Constructors

protected DTDGrammar.QNameHashtable ()

Public Methods

public int get (String key)

Returns the value associated with the specified key tuple.

public void put (String key, int value)

Associates the given value with the specified key tuple.