Uses of Class
org.apache.xerces.impl.dtd.DTDGrammar

Packages that use DTDGrammar
org.apache.xerces.impl.dtd   
org.apache.xerces.parsers   
 

Uses of DTDGrammar in org.apache.xerces.impl.dtd
 

Fields in org.apache.xerces.impl.dtd declared as DTDGrammar
protected  DTDGrammar DTDGrammarBucket.fActiveGrammar
           
protected  DTDGrammar XMLDTDValidator.fDTDGrammar
          DTD Grammar.
protected  DTDGrammar XMLDTDProcessor.fDTDGrammar
          DTD Grammar.
 

Methods in org.apache.xerces.impl.dtd that return DTDGrammar
 DTDGrammar DTDGrammarBucket.getGrammar(XMLGrammarDescription desc)
           
 

Methods in org.apache.xerces.impl.dtd with parameters of type DTDGrammar
protected static void XMLDTDProcessor.checkStandaloneEntityRef(String name, DTDGrammar grammar, XMLEntityDecl tempEntityDecl, XMLErrorReporter errorReporter)
          Check standalone entity reference.
 void DTDGrammarBucket.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).
 

Uses of DTDGrammar in org.apache.xerces.parsers
 

Methods in org.apache.xerces.parsers that return DTDGrammar
 DTDGrammar DTDParser.getDTDGrammar()
          getDTDGrammar
 



Copyright © 2011. All Rights Reserved.