Uses of Interface
org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.XMLDocumentHandler
-
-
Uses of XMLDocumentHandler in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom that implement XMLDocumentHandler Modifier and Type Class Description class
DOMNormalizer
This class adds implementation for normalizeDocument method.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom that return XMLDocumentHandler Modifier and Type Method Description XMLDocumentHandler
DOMConfigurationImpl. getDocumentHandler()
Returns the registered document handler.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom with parameters of type XMLDocumentHandler Modifier and Type Method Description void
DOMConfigurationImpl. setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler on the last component in the pipeline to receive information about the document. -
Uses of XMLDocumentHandler in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl
Subinterfaces of XMLDocumentHandler in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl Modifier and Type Interface Description interface
RevalidationHandler
DOM Revalidation handler adds additional functionality to XMLDocumentHandlerClasses in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl that implement XMLDocumentHandler Modifier and Type Class Description class
XML11NamespaceBinder
This class performs namespace binding on the startElement and endElement method calls in accordance with Namespaces in XML 1.1.class
XMLNamespaceBinder
This class performs namespace binding on the startElement and endElement method calls and passes all other methods through to the registered document handler.Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl declared as XMLDocumentHandler Modifier and Type Field Description protected XMLDocumentHandler
XMLDocumentFragmentScannerImpl. fDocumentHandler
Document handler.protected XMLDocumentHandler
XMLNamespaceBinder. fDocumentHandler
Document handler.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl that return XMLDocumentHandler Modifier and Type Method Description XMLDocumentHandler
XMLDocumentFragmentScannerImpl. getDocumentHandler()
Returns the document handlerXMLDocumentHandler
XMLNamespaceBinder. getDocumentHandler()
Returns the document handlerMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl with parameters of type XMLDocumentHandler Modifier and Type Method Description void
XMLDocumentFragmentScannerImpl. setDocumentHandler(XMLDocumentHandler documentHandler)
setDocumentHandlervoid
XMLNamespaceBinder. setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler to receive information about the document. -
Uses of XMLDocumentHandler in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd
Subinterfaces of XMLDocumentHandler in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd Modifier and Type Interface Description interface
XMLDTDValidatorFilter
Defines a DTD Validator filter to allow components to query the DTD validator.Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd that implement XMLDocumentHandler Modifier and Type Class Description class
XML11DTDValidator
This allows the validator to correctlyhandle XML 1.1 documents.class
XML11NSDTDValidator
The DTD validator.class
XMLDTDValidator
The DTD validator.class
XMLNSDTDValidator
The DTD validator.Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd declared as XMLDocumentHandler Modifier and Type Field Description protected XMLDocumentHandler
XMLDTDValidator. fDocumentHandler
Document handler.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd that return XMLDocumentHandler Modifier and Type Method Description XMLDocumentHandler
XMLDTDValidator. getDocumentHandler()
Returns the document handlerMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd with parameters of type XMLDocumentHandler Modifier and Type Method Description void
XMLDTDValidator. setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler to receive information about the document. -
Uses of XMLDocumentHandler in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs
Classes in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that implement XMLDocumentHandler Modifier and Type Class Description class
XMLSchemaValidator
The XML Schema validator.Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs declared as XMLDocumentHandler Modifier and Type Field Description protected XMLDocumentHandler
XMLSchemaValidator. fDocumentHandler
Document handler.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs that return XMLDocumentHandler Modifier and Type Method Description XMLDocumentHandler
XMLSchemaValidator. getDocumentHandler()
Returns the document handlerMethods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs with parameters of type XMLDocumentHandler Modifier and Type Method Description void
XMLSchemaValidator. setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler to receive information about the document. -
Uses of XMLDocumentHandler 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 XMLDocumentHandler Modifier and Type Class Description class
DefaultXMLDocumentHandler
class
SchemaDOMParser
-
Uses of XMLDocumentHandler 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 XMLDocumentHandler Modifier and Type Class Description static class
SAXParserImpl.JAXPSAXParser
Extension of SAXParser. -
Uses of XMLDocumentHandler 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 XMLDocumentHandler 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
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 XMLDocumentHandler Modifier and Type Field Description protected XMLDocumentHandler
BasicParserConfiguration. fDocumentHandler
The document handler.protected XMLDocumentHandler
XML11Configuration. fDocumentHandler
The document handler.protected XMLDocumentHandler
XML11DTDConfiguration. fDocumentHandler
The document handler.protected XMLDocumentHandler
XML11NonValidatingConfiguration. fDocumentHandler
The document handler.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers that return XMLDocumentHandler Modifier and Type Method Description XMLDocumentHandler
BasicParserConfiguration. getDocumentHandler()
Returns the registered document handler.XMLDocumentHandler
XML11Configuration. getDocumentHandler()
Returns the registered document handler.XMLDocumentHandler
XML11DTDConfiguration. getDocumentHandler()
Returns the registered document handler.XMLDocumentHandler
XML11NonValidatingConfiguration. getDocumentHandler()
Returns the registered document handler.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers with parameters of type XMLDocumentHandler Modifier and Type Method Description void
BasicParserConfiguration. setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler on the last component in the pipeline to receive information about the document.void
XML11Configuration. setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler on the last component in the pipeline to receive information about the document.void
XML11DTDConfiguration. setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler on the last component in the pipeline to receive information about the document.void
XML11NonValidatingConfiguration. setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler on the last component in the pipeline to receive information about the document. -
Uses of XMLDocumentHandler 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 XMLDocumentHandler 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 XMLDocumentHandler Modifier and Type Field Description protected XMLDocumentHandler
XIncludeHandler. fDocumentHandler
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude that return XMLDocumentHandler Modifier and Type Method Description XMLDocumentHandler
XIncludeHandler. getDocumentHandler()
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xinclude with parameters of type XMLDocumentHandler Modifier and Type Method Description void
XIncludeHandler. setDocumentHandler(XMLDocumentHandler handler)
-
Uses of XMLDocumentHandler in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser
Subinterfaces of XMLDocumentHandler in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser Modifier and Type Interface Description interface
XMLDocumentFilter
Defines a document filter that acts as both a receiver and an emitter of document events.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser that return XMLDocumentHandler Modifier and Type Method Description XMLDocumentHandler
XMLDocumentSource. getDocumentHandler()
Returns the document handlerXMLDocumentHandler
XMLParserConfiguration. getDocumentHandler()
Returns the registered document handler.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xni.parser with parameters of type XMLDocumentHandler Modifier and Type Method Description void
XMLDocumentSource. setDocumentHandler(XMLDocumentHandler handler)
Sets the document handler.void
XMLParserConfiguration. setDocumentHandler(XMLDocumentHandler documentHandler)
Sets the document handler to receive information about the document. -
Uses of XMLDocumentHandler 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 XMLDocumentHandler 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.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.xpointer with parameters of type XMLDocumentHandler Modifier and Type Method Description void
XPointerHandler. setDocumentHandler(XMLDocumentHandler handler)
-