Uses of Interface
org.htmlunit.cyberneko.xerces.xni.XMLDocumentHandler
-
-
Uses of XMLDocumentHandler in org.htmlunit.cyberneko
Classes in org.htmlunit.cyberneko that implement XMLDocumentHandler Modifier and Type Class Description class
HTMLTagBalancer
Balances tags in an HTML document.Fields in org.htmlunit.cyberneko declared as XMLDocumentHandler Modifier and Type Field Description private 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 XMLDocumentHandler Modifier and Type Method Description XMLDocumentHandler
HTMLConfiguration. getDocumentHandler()
XMLDocumentHandler
HTMLScanner. getDocumentHandler()
Returns the document handler.XMLDocumentHandler
HTMLTagBalancer. getDocumentHandler()
Returns the document handler.Methods in org.htmlunit.cyberneko with parameters of type XMLDocumentHandler Modifier and Type Method Description void
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 XMLDocumentHandler Modifier and Type Class Description class
DefaultFilter
This class implements a filter that simply passes document events to the next handler.class
HTMLWriterFilter
An HTML writer written as a filter.class
NamespaceBinder
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 XMLDocumentHandler Modifier and Type Field Description private XMLDocumentHandler
DefaultFilter. documentHandler_
Document handler.Methods in org.htmlunit.cyberneko.filters that return XMLDocumentHandler Modifier and Type Method Description XMLDocumentHandler
DefaultFilter. getDocumentHandler()
Returns the document handler.Methods in org.htmlunit.cyberneko.filters with parameters of type XMLDocumentHandler Modifier and Type Method Description void
DefaultFilter. setDocumentHandler(XMLDocumentHandler handler)
Sets the document handler. -
Uses of XMLDocumentHandler in org.htmlunit.cyberneko.parsers
Classes in org.htmlunit.cyberneko.parsers that implement XMLDocumentHandler Modifier and Type Class Description class
DOMFragmentParser
A DOM parser for HTML fragments.class
DOMParser
A DOM parser for HTML documents.class
SAXParser
A SAX parser for HTML documents. -
Uses of XMLDocumentHandler in org.htmlunit.cyberneko.xerces.parsers
Classes in org.htmlunit.cyberneko.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. -
Uses of XMLDocumentHandler in org.htmlunit.cyberneko.xerces.xni.parser
Subinterfaces of XMLDocumentHandler in org.htmlunit.cyberneko.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.htmlunit.cyberneko.xerces.xni.parser that return XMLDocumentHandler Modifier and Type Method Description XMLDocumentHandler
XMLDocumentSource. getDocumentHandler()
XMLDocumentHandler
XMLParserConfiguration. getDocumentHandler()
Methods in org.htmlunit.cyberneko.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.
-