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 classHTMLTagBalancerBalances tags in an HTML document.Fields in org.htmlunit.cyberneko declared as XMLDocumentHandler Modifier and Type Field Description protected XMLDocumentHandlerHTMLScanner. fDocumentHandlerThe document handler.Methods in org.htmlunit.cyberneko that return XMLDocumentHandler Modifier and Type Method Description XMLDocumentHandlerHTMLConfiguration. getDocumentHandler()XMLDocumentHandlerHTMLScanner. getDocumentHandler()Returns the document handler.XMLDocumentHandlerHTMLTagBalancer. getDocumentHandler()Returns the document handler.Methods in org.htmlunit.cyberneko with parameters of type XMLDocumentHandler Modifier and Type Method Description voidHTMLConfiguration. setDocumentHandler(XMLDocumentHandler handler)voidHTMLScanner. setDocumentHandler(XMLDocumentHandler handler)Sets the document handler.voidHTMLTagBalancer. 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 classDefaultFilterThis class implements a filter that simply passes document events to the next handler.classHTMLWriterFilterAn HTML writer written as a filter.classNamespaceBinderThis filter binds namespaces if namespace processing is turned on by setting the feature "http://xml.org/sax/features/namespaces" is set totrue.Methods in org.htmlunit.cyberneko.filters that return XMLDocumentHandler Modifier and Type Method Description XMLDocumentHandlerDefaultFilter. getDocumentHandler()Returns the document handler.Methods in org.htmlunit.cyberneko.filters with parameters of type XMLDocumentHandler Modifier and Type Method Description voidDefaultFilter. 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 classDOMFragmentParserA DOM parser for HTML fragments.classDOMParserA DOM parser for HTML documents.classSAXParserA 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 classAbstractDOMParserThis is the base class of all DOM parsers.classAbstractSAXParserThis is the base class of all SAX parsers.classAbstractXMLDocumentParserThis 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 interfaceXMLDocumentFilterDefines 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 XMLDocumentHandlerXMLDocumentSource. getDocumentHandler()XMLDocumentHandlerXMLParserConfiguration. getDocumentHandler()Methods in org.htmlunit.cyberneko.xerces.xni.parser with parameters of type XMLDocumentHandler Modifier and Type Method Description voidXMLDocumentSource. setDocumentHandler(XMLDocumentHandler handler)Sets the document handler.voidXMLParserConfiguration. setDocumentHandler(XMLDocumentHandler documentHandler)Sets the document handler to receive information about the document.
-