Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.XMLDTDHandler
-
-
Uses of XMLDTDHandler in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom that return XMLDTDHandler Modifier and Type Method Description XMLDTDHandler
DOMConfigurationImpl. getDTDHandler()
Returns the registered DTD handler.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom with parameters of type XMLDTDHandler Modifier and Type Method Description void
DOMConfigurationImpl. setDTDHandler(XMLDTDHandler dtdHandler)
Sets the DTD handler. -
Uses of XMLDTDHandler in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl declared as XMLDTDHandler Modifier and Type Field Description protected XMLDTDHandler
XMLDTDScannerImpl. fDTDHandler
DTD handler.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl that return XMLDTDHandler Modifier and Type Method Description XMLDTDHandler
XMLDTDScannerImpl. getDTDHandler()
getDTDHandlerMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl with parameters of type XMLDTDHandler Modifier and Type Method Description void
XMLDTDScannerImpl. setDTDHandler(XMLDTDHandler dtdHandler)
setDTDHandler -
Uses of XMLDTDHandler 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 XMLDTDHandler Modifier and Type Class Description class
DTDGrammar
A DTD grammar.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 XMLDTDHandler Modifier and Type Field Description protected XMLDTDHandler
XMLDTDProcessor. fDTDHandler
DTD handler.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd that return XMLDTDHandler Modifier and Type Method Description XMLDTDHandler
XMLDTDProcessor. getDTDHandler()
Returns the DTD handler.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd with parameters of type XMLDTDHandler Modifier and Type Method Description void
XMLDTDProcessor. setDTDHandler(XMLDTDHandler dtdHandler)
Sets the DTD handler. -
Uses of XMLDTDHandler in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti that implement XMLDTDHandler Modifier and Type Class Description class
DefaultXMLDocumentHandler
class
SchemaDOMParser
-
Uses of XMLDTDHandler in org.smooks.engine.delivery.sax.ng.org.apache.xerces.jaxp
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.jaxp that implement XMLDTDHandler Modifier and Type Class Description static class
SAXParserImpl.JAXPSAXParser
Extension of SAXParser. -
Uses of XMLDTDHandler in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers that implement XMLDTDHandler Modifier and Type Class Description class
AbstractDOMParser
This is the base class of all DOM parsers.class
AbstractSAXParser
This is the base class of all SAX parsers.class
AbstractXMLDocumentParser
This is the base class for all XML document parsers.class
DOMParser
This is the main Xerces DOM parser class.class
DOMParserImpl
This is Xerces DOM Builder class.class
DTDParser
class
SAXParser
This is the main Xerces SAX parser class.class
XMLDocumentParser
This is a concrete vanilla XML parser class.Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers declared as XMLDTDHandler Modifier and Type Field Description protected XMLDTDHandler
BasicParserConfiguration. fDTDHandler
The DTD handler.protected XMLDTDHandler
XML11Configuration. fDTDHandler
The DTD handler.protected XMLDTDHandler
XML11DTDConfiguration. fDTDHandler
The DTD handler.protected XMLDTDHandler
XML11NonValidatingConfiguration. fDTDHandler
The DTD handler.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers that return XMLDTDHandler Modifier and Type Method Description XMLDTDHandler
BasicParserConfiguration. getDTDHandler()
Returns the registered DTD handler.XMLDTDHandler
XML11Configuration. getDTDHandler()
Returns the registered DTD handler.XMLDTDHandler
XML11DTDConfiguration. getDTDHandler()
Returns the registered DTD handler.XMLDTDHandler
XML11NonValidatingConfiguration. getDTDHandler()
Returns the registered DTD handler.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers with parameters of type XMLDTDHandler Modifier and Type Method Description void
BasicParserConfiguration. setDTDHandler(XMLDTDHandler dtdHandler)
Sets the DTD handler.void
XML11Configuration. setDTDHandler(XMLDTDHandler dtdHandler)
Sets the DTD handler.void
XML11DTDConfiguration. setDTDHandler(XMLDTDHandler dtdHandler)
Sets the DTD handler.void
XML11NonValidatingConfiguration. setDTDHandler(XMLDTDHandler dtdHandler)
Sets the DTD handler. -
Uses of XMLDTDHandler 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 XMLDTDHandler 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 XMLDTDHandler Modifier and Type Field Description protected XMLDTDHandler
XIncludeHandler. fDTDHandler
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude that return XMLDTDHandler Modifier and Type Method Description XMLDTDHandler
XIncludeHandler. getDTDHandler()
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude with parameters of type XMLDTDHandler Modifier and Type Method Description void
XIncludeHandler. setDTDHandler(XMLDTDHandler handler)
-
Uses of XMLDTDHandler in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser
Subinterfaces of XMLDTDHandler 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.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser that return XMLDTDHandler Modifier and Type Method Description XMLDTDHandler
XMLDTDSource. getDTDHandler()
Returns the DTD handler.XMLDTDHandler
XMLParserConfiguration. getDTDHandler()
Returns the registered DTD handler.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser with parameters of type XMLDTDHandler Modifier and Type Method Description void
XMLDTDSource. setDTDHandler(XMLDTDHandler handler)
Sets the DTD handler.void
XMLParserConfiguration. setDTDHandler(XMLDTDHandler dtdHandler)
Sets the DTD handler. -
Uses of XMLDTDHandler 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 XMLDTDHandler 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.
-