Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd.DTDGrammar
-
Packages that use DTDGrammar Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers -
-
Uses of DTDGrammar in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd declared as DTDGrammar Modifier and Type Field Description protected DTDGrammarDTDGrammarBucket. fActiveGrammarprotected DTDGrammarXMLDTDProcessor. fDTDGrammarDTD Grammar.protected DTDGrammarXMLDTDValidator. fDTDGrammarDTD Grammar.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd that return DTDGrammar Modifier and Type Method Description DTDGrammarDTDGrammarBucket. getGrammar(XMLGrammarDescription desc)Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd with parameters of type DTDGrammar Modifier and Type Method Description protected static voidXMLDTDProcessor. checkStandaloneEntityRef(String name, DTDGrammar grammar, XMLEntityDecl tempEntityDecl, XMLErrorReporter errorReporter)Check standalone entity reference.voidDTDGrammarBucket. 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.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers that return DTDGrammar Modifier and Type Method Description DTDGrammarDTDParser. getDTDGrammar()getDTDGrammar
-