org.apache.xerces.impl.dtd
public class DTDGrammarBucket extends Object
Version: $Id: DTDGrammarBucket.java,v 1.7 2004/10/04 21:57:30 mrglavas Exp $
| Field Summary | |
|---|---|
| protected DTDGrammar | fActiveGrammar |
| protected Hashtable | fGrammars Grammars associated with element root name. |
| protected boolean | fIsStandalone |
| Constructor Summary | |
|---|---|
| DTDGrammarBucket() Default constructor. | |
| Method Summary | |
|---|---|
| void | clear() |
| DTDGrammar | getGrammar(XMLGrammarDescription desc) |
| void | putGrammar(DTDGrammar grammar)
Puts the specified grammar into the grammar pool and associate it to
a root element name (this being internal, the lack of generality is irrelevant).
|
Parameters: grammar The grammar.