Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser.XMLDTDSource
-
-
Uses of XMLDTDSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl that implement XMLDTDSource Modifier and Type Class Description class
XML11DTDScannerImpl
This class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document.class
XMLDTDScannerImpl
This class is responsible for scanning the declarations found in the internal and external subsets of a DTD in an XML document. -
Uses of XMLDTDSource 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 XMLDTDSource Modifier and Type Class Description class
XML11DTDProcessor
This class extends XMLDTDProcessor by giving it the ability to parse XML 1.1 documents correctly.class
XMLDTDLoader
The DTD loader.class
XMLDTDProcessor
The DTD processor.Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd declared as XMLDTDSource Modifier and Type Field Description protected XMLDTDSource
DTDGrammar. fDTDSource
protected XMLDTDSource
XMLDTDProcessor. fDTDSource
DTD source.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd that return XMLDTDSource Modifier and Type Method Description XMLDTDSource
DTDGrammar. getDTDSource()
XMLDTDSource
XMLDTDProcessor. getDTDSource()
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd with parameters of type XMLDTDSource Modifier and Type Method Description void
DTDGrammar. setDTDSource(XMLDTDSource source)
void
XMLDTDProcessor. setDTDSource(XMLDTDSource source)
-
Uses of XMLDTDSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti that return XMLDTDSource Modifier and Type Method Description XMLDTDSource
DefaultXMLDocumentHandler. getDTDSource()
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti with parameters of type XMLDTDSource Modifier and Type Method Description void
DefaultXMLDocumentHandler. setDTDSource(XMLDTDSource source)
-
Uses of XMLDTDSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers declared as XMLDTDSource Modifier and Type Field Description protected XMLDTDSource
AbstractXMLDocumentParser. fDTDSource
DTD sourceMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers that return XMLDTDSource Modifier and Type Method Description XMLDTDSource
AbstractXMLDocumentParser. getDTDSource()
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers with parameters of type XMLDTDSource Modifier and Type Method Description void
AbstractXMLDocumentParser. setDTDSource(XMLDTDSource source)
-
Uses of XMLDTDSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude that implement XMLDTDSource Modifier and Type Class Description class
XIncludeHandler
This is a pipeline component which performs XInclude handling, according to the W3C specification for XML Inclusions.Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude declared as XMLDTDSource Modifier and Type Field Description protected XMLDTDSource
XIncludeHandler. fDTDSource
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude that return XMLDTDSource Modifier and Type Method Description XMLDTDSource
XIncludeHandler. getDTDSource()
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude with parameters of type XMLDTDSource Modifier and Type Method Description void
XIncludeHandler. setDTDSource(XMLDTDSource source)
-
Uses of XMLDTDSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni that return XMLDTDSource Modifier and Type Method Description XMLDTDSource
XMLDTDHandler. getDTDSource()
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni with parameters of type XMLDTDSource Modifier and Type Method Description void
XMLDTDHandler. setDTDSource(XMLDTDSource source)
-
Uses of XMLDTDSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser
Subinterfaces of XMLDTDSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser Modifier and Type Interface Description interface
XMLDTDFilter
Defines a DTD filter that acts as both a receiver and an emitter of DTD events.interface
XMLDTDScanner
This interface defines a generic DTD scanner. -
Uses of XMLDTDSource in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xpointer
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xpointer that implement XMLDTDSource Modifier and Type Class Description class
XPointerHandler
This is a pipeline component which extends the XIncludeHandler to perform XPointer specific processing specified in the W3C XPointerFramework and element() Scheme Recommendations.
-