|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.apache.xerces.impl.dtd.DTDGrammarBucket
This very simple class is the skeleton of what the DTDValidator could use to store various grammars that it gets from the GrammarPool. As in the case of XSGrammarBucket, one thinks of this object as being closely associated with its validator; when fully mature, this class will be filled from the GrammarPool when the DTDValidator is invoked on a document, and, if a new DTD grammar is parsed, the new set will be offered back to the GrammarPool for possible inclusion.
Field Summary | |
protected DTDGrammar |
fActiveGrammar
Deprecated. |
protected Hashtable |
fGrammars
Deprecated. Grammars associated with element root name. |
protected boolean |
fIsStandalone
Deprecated. |
Constructor Summary | |
DTDGrammarBucket()
Deprecated. Default constructor. |
Method Summary | |
void |
clear()
Deprecated. |
DTDGrammar |
getGrammar(XMLGrammarDescription desc)
Deprecated. |
void |
putGrammar(DTDGrammar grammar)
Deprecated. 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). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected DTDGrammar fActiveGrammar
protected Hashtable fGrammars
protected boolean fIsStandalone
Constructor Detail |
public DTDGrammarBucket()
Method Detail |
public void clear()
public DTDGrammar getGrammar(XMLGrammarDescription desc)
public void putGrammar(DTDGrammar grammar)
grammar
- The grammar.
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs91 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |