Uses of Interface
org.htmlunit.cyberneko.xerces.xni.parser.XMLDocumentSource
Packages that use XMLDocumentSource
Package
Description
-
Uses of XMLDocumentSource in org.htmlunit.cyberneko
Classes in org.htmlunit.cyberneko that implement XMLDocumentSourceModifier and TypeClassDescriptionclass
A simple HTML scanner.class
Balances tags in an HTML document.Fields in org.htmlunit.cyberneko declared as XMLDocumentSourceMethods in org.htmlunit.cyberneko that return XMLDocumentSourceMethods in org.htmlunit.cyberneko with parameters of type XMLDocumentSourceModifier and TypeMethodDescriptionvoid
HTMLTagBalancer.setDocumentSource
(XMLDocumentSource source) Sets the document source. -
Uses of XMLDocumentSource in org.htmlunit.cyberneko.filters
Classes in org.htmlunit.cyberneko.filters that implement XMLDocumentSourceModifier 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 XMLDocumentSourceMethods in org.htmlunit.cyberneko.filters that return XMLDocumentSourceMethods in org.htmlunit.cyberneko.filters with parameters of type XMLDocumentSourceModifier and TypeMethodDescriptionvoid
DefaultFilter.setDocumentSource
(XMLDocumentSource source) Sets the document source. -
Uses of XMLDocumentSource in org.htmlunit.cyberneko.parsers
Fields in org.htmlunit.cyberneko.parsers declared as XMLDocumentSourceMethods in org.htmlunit.cyberneko.parsers that return XMLDocumentSourceMethods in org.htmlunit.cyberneko.parsers with parameters of type XMLDocumentSourceModifier and TypeMethodDescriptionvoid
DOMFragmentParser.setDocumentSource
(XMLDocumentSource source) Sets the document source. -
Uses of XMLDocumentSource in org.htmlunit.cyberneko.xerces.parsers
Fields in org.htmlunit.cyberneko.xerces.parsers declared as XMLDocumentSourceModifier and TypeFieldDescriptionprivate XMLDocumentSource
AbstractXMLDocumentParser.documentSource_
Methods in org.htmlunit.cyberneko.xerces.parsers that return XMLDocumentSourceMethods in org.htmlunit.cyberneko.xerces.parsers with parameters of type XMLDocumentSourceModifier and TypeMethodDescriptionvoid
AbstractXMLDocumentParser.setDocumentSource
(XMLDocumentSource source) Sets the document source. -
Uses of XMLDocumentSource in org.htmlunit.cyberneko.xerces.xni
Methods in org.htmlunit.cyberneko.xerces.xni that return XMLDocumentSourceMethods in org.htmlunit.cyberneko.xerces.xni with parameters of type XMLDocumentSourceModifier and TypeMethodDescriptionvoid
XMLDocumentHandler.setDocumentSource
(XMLDocumentSource source) Sets the document source. -
Uses of XMLDocumentSource in org.htmlunit.cyberneko.xerces.xni.parser
Subinterfaces of XMLDocumentSource 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.interface
This interface defines a generic document scanner.