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 XMLDocumentHandlerHTMLConfiguration.documentHandler_Document handler.private XMLDocumentHandlerHTMLTagBalancer.documentHandler_The document handler.protected XMLDocumentHandlerHTMLScanner.fDocumentHandlerThe 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 TypeMethodDescriptionvoidLostText.refeed(XMLDocumentHandler tagBalancer) Pushes the characters into theXMLDocumentHandlervoidHTMLConfiguration.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 XMLDocumentHandlerModifier and TypeClassDescriptionclassThis class implements a filter that simply passes document events to the next handler.classAn HTML writer written as a filter.classThis 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 XMLDocumentHandlerDefaultFilter.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 TypeMethodDescriptionvoidDefaultFilter.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 TypeClassDescriptionclassA DOM parser for HTML fragments.classA DOM parser for HTML documents.classA 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 TypeClassDescriptionclassThis is the base class of all DOM parsers.classThis is the base class of all SAX parsers.classThis 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 TypeInterfaceDescriptioninterfaceDefines 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 TypeMethodDescriptionvoidXMLDocumentSource.setDocumentHandler(XMLDocumentHandler handler) Sets the document handler.voidXMLParserConfiguration.setDocumentHandler(XMLDocumentHandler documentHandler) Sets the document handler to receive information about the document.