Uses of Interface
org.htmlunit.cyberneko.xerces.xni.parser.XMLDocumentSource
-
-
Uses of XMLDocumentSource in org.htmlunit.cyberneko
Classes in org.htmlunit.cyberneko that implement XMLDocumentSource Modifier and Type Class Description classHTMLScannerA simple HTML scanner.classHTMLTagBalancerBalances tags in an HTML document.Methods in org.htmlunit.cyberneko that return XMLDocumentSource Modifier and Type Method Description XMLDocumentSourceHTMLTagBalancer. getDocumentSource()Methods in org.htmlunit.cyberneko with parameters of type XMLDocumentSource Modifier and Type Method Description voidHTMLTagBalancer. setDocumentSource(XMLDocumentSource source)Sets the document source. -
Uses of XMLDocumentSource in org.htmlunit.cyberneko.filters
Classes in org.htmlunit.cyberneko.filters that implement XMLDocumentSource 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 XMLDocumentSource Modifier and Type Method Description XMLDocumentSourceDefaultFilter. getDocumentSource()Methods in org.htmlunit.cyberneko.filters with parameters of type XMLDocumentSource Modifier and Type Method Description voidDefaultFilter. setDocumentSource(XMLDocumentSource source)Sets the document source. -
Uses of XMLDocumentSource in org.htmlunit.cyberneko.parsers
Methods in org.htmlunit.cyberneko.parsers that return XMLDocumentSource Modifier and Type Method Description XMLDocumentSourceDOMFragmentParser. getDocumentSource()Methods in org.htmlunit.cyberneko.parsers with parameters of type XMLDocumentSource Modifier and Type Method Description voidDOMFragmentParser. setDocumentSource(XMLDocumentSource source)Sets the document source. -
Uses of XMLDocumentSource in org.htmlunit.cyberneko.xerces.parsers
Methods in org.htmlunit.cyberneko.xerces.parsers that return XMLDocumentSource Modifier and Type Method Description XMLDocumentSourceAbstractXMLDocumentParser. getDocumentSource()Methods in org.htmlunit.cyberneko.xerces.parsers with parameters of type XMLDocumentSource Modifier and Type Method Description voidAbstractXMLDocumentParser. 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 XMLDocumentSource Modifier and Type Method Description XMLDocumentSourceXMLDocumentHandler. getDocumentSource()Methods in org.htmlunit.cyberneko.xerces.xni with parameters of type XMLDocumentSource Modifier and Type Method Description voidXMLDocumentHandler. 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.parser Modifier and Type Interface Description interfaceXMLDocumentFilterDefines a document filter that acts as both a receiver and an emitter of document events.
-