Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.grammars.XMLDTDDescription
-
-
Uses of XMLDTDDescription in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl with parameters of type XMLDTDDescription Modifier and Type Method Description XMLInputSource
ExternalSubsetResolver. getExternalSubset(XMLDTDDescription grammarDescription)
Locates an external subset for documents which do not explicitly provide one. -
Uses of XMLDTDDescription in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd that implement XMLDTDDescription Modifier and Type Class Description class
XMLDTDDescription
All information specific to DTD grammars. -
Uses of XMLDTDDescription in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.util with parameters of type XMLDTDDescription Modifier and Type Method Description XMLInputSource
EntityResolver2Wrapper. getExternalSubset(XMLDTDDescription grammarDescription)
Locates an external subset for documents which do not explicitly provide one.
-