Uses of Interface
org.htmlunit.cyberneko.xerces.xni.XMLDocumentHandler
Packages that use XMLDocumentHandler
Package
Description
-
Uses of XMLDocumentHandler in org.htmlunit.cyberneko
Classes in org.htmlunit.cyberneko that implement XMLDocumentHandlerFields in org.htmlunit.cyberneko declared as XMLDocumentHandlerModifier and TypeFieldDescriptionprivate XMLDocumentHandler
HTMLConfiguration.documentHandler_
Document handler.private XMLDocumentHandler
HTMLTagBalancer.documentHandler_
The document handler.protected XMLDocumentHandler
HTMLScanner.fDocumentHandler
The document handler.Methods in org.htmlunit.cyberneko that return XMLDocumentHandlerModifier and TypeMethodDescriptionHTMLConfiguration.getDocumentHandler()
HTMLScanner.getDocumentHandler()
Returns the document handler.HTMLTagBalancer.getDocumentHandler()
Returns the document handler.Methods in org.htmlunit.cyberneko with parameters of type XMLDocumentHandlerModifier and TypeMethodDescriptionvoid
LostText.refeed
(XMLDocumentHandler tagBalancer) Pushes the characters into theXMLDocumentHandler
void
HTMLConfiguration.setDocumentHandler
(XMLDocumentHandler handler) void
HTMLScanner.setDocumentHandler
(XMLDocumentHandler handler) Sets the document handler.void
HTMLTagBalancer.setDocumentHandler
(XMLDocumentHandler handler) Sets the document handler. -
Uses of XMLDocumentHandler in org.htmlunit.cyberneko.filters
Classes in org.htmlunit.cyberneko.filters that implement XMLDocumentHandlerModifier and TypeClassDescriptionclass
This class implements a filter that simply passes document events to the next handler.class
An HTML writer written as a filter.class
This filter binds namespaces if namespace processing is turned on by setting the feature "http://xml.org/sax/features/namespaces" is set totrue
.Fields in org.htmlunit.cyberneko.filters declared as XMLDocumentHandlerModifier and TypeFieldDescriptionprivate XMLDocumentHandler
DefaultFilter.documentHandler_
Document handler.Methods in org.htmlunit.cyberneko.filters that return XMLDocumentHandlerModifier and TypeMethodDescriptionDefaultFilter.getDocumentHandler()
Returns the document handler.Methods in org.htmlunit.cyberneko.filters with parameters of type XMLDocumentHandlerModifier and TypeMethodDescriptionvoid
DefaultFilter.setDocumentHandler
(XMLDocumentHandler handler) Sets the document handler. -
Uses of XMLDocumentHandler in org.htmlunit.cyberneko.parsers
Classes in org.htmlunit.cyberneko.parsers that implement XMLDocumentHandlerModifier and TypeClassDescriptionclass
A DOM parser for HTML fragments.class
A DOM parser for HTML documents.class
A SAX parser for HTML documents. -
Uses of XMLDocumentHandler in org.htmlunit.cyberneko.xerces.parsers
Classes in org.htmlunit.cyberneko.xerces.parsers that implement XMLDocumentHandlerModifier and TypeClassDescriptionclass
This is the base class of all DOM parsers.class
This is the base class of all SAX parsers.class
This is the base class for all XML document parsers. -
Uses of XMLDocumentHandler in org.htmlunit.cyberneko.xerces.xni.parser
Subinterfaces of XMLDocumentHandler in org.htmlunit.cyberneko.xerces.xni.parserModifier and TypeInterfaceDescriptioninterface
Defines a document filter that acts as both a receiver and an emitter of document events.Methods in org.htmlunit.cyberneko.xerces.xni.parser that return XMLDocumentHandlerModifier and TypeMethodDescriptionXMLDocumentSource.getDocumentHandler()
XMLParserConfiguration.getDocumentHandler()
Methods in org.htmlunit.cyberneko.xerces.xni.parser with parameters of type XMLDocumentHandlerModifier and TypeMethodDescriptionvoid
XMLDocumentSource.setDocumentHandler
(XMLDocumentHandler handler) Sets the document handler.void
XMLParserConfiguration.setDocumentHandler
(XMLDocumentHandler documentHandler) Sets the document handler to receive information about the document.