Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd.XMLEntityDecl
-
Packages that use XMLEntityDecl Package Description org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd -
-
Uses of XMLEntityDecl in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd with parameters of type XMLEntityDecl Modifier and Type Method Description protected static void
XMLDTDProcessor. checkStandaloneEntityRef(String name, DTDGrammar grammar, XMLEntityDecl tempEntityDecl, XMLErrorReporter errorReporter)
Check standalone entity reference.boolean
DTDGrammar. getEntityDecl(int entityDeclIndex, XMLEntityDecl entityDecl)
getEntityDeclprotected void
DTDGrammar. setEntityDecl(int entityDeclIndex, XMLEntityDecl entityDecl)
-