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 TypeClassDescriptionclassA simple HTML scanner.classBalances 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 TypeMethodDescriptionvoidHTMLTagBalancer.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 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 XMLDocumentSourceMethods in org.htmlunit.cyberneko.filters that return XMLDocumentSourceMethods in org.htmlunit.cyberneko.filters with parameters of type XMLDocumentSourceModifier and TypeMethodDescriptionvoidDefaultFilter.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 TypeMethodDescriptionvoidDOMFragmentParser.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 XMLDocumentSourceAbstractXMLDocumentParser.documentSource_Methods in org.htmlunit.cyberneko.xerces.parsers that return XMLDocumentSourceMethods in org.htmlunit.cyberneko.xerces.parsers with parameters of type XMLDocumentSourceModifier and TypeMethodDescriptionvoidAbstractXMLDocumentParser.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 TypeMethodDescriptionvoidXMLDocumentHandler.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 TypeInterfaceDescriptioninterfaceDefines a document filter that acts as both a receiver and an emitter of document events.interfaceThis interface defines a generic document scanner.