Uses of Class
org.htmlunit.cyberneko.xerces.xni.parser.XMLInputSource
Packages that use XMLInputSource
Package
Description
-
Uses of XMLInputSource in org.htmlunit.cyberneko
Methods in org.htmlunit.cyberneko with parameters of type XMLInputSourceModifier and TypeMethodDescriptionvoid
HTMLConfiguration.evaluateInputSource
(XMLInputSource inputSource) EXPERIMENTAL: may change in next release
Immediately evaluates an input source and add the new content (e.g.void
HTMLScanner.evaluateInputSource
(XMLInputSource inputSource) Immediately evaluates an input source and add the new content (e.g.private Reader
HTMLScanner.getReader
(XMLInputSource inputSource) void
HTMLConfiguration.parse
(XMLInputSource source) Parses a document.void
HTMLConfiguration.pushInputSource
(XMLInputSource inputSource) Pushes an input source onto the current entity stack.void
HTMLScanner.pushInputSource
(XMLInputSource inputSource) Pushes an input source onto the current entity stack.void
HTMLConfiguration.setInputSource
(XMLInputSource inputSource) Sets the input source for the document to parse.void
HTMLScanner.setInputSource
(XMLInputSource source) Sets the input source. -
Uses of XMLInputSource in org.htmlunit.cyberneko.xerces.parsers
Methods in org.htmlunit.cyberneko.xerces.parsers with parameters of type XMLInputSource -
Uses of XMLInputSource in org.htmlunit.cyberneko.xerces.xni.parser
Methods in org.htmlunit.cyberneko.xerces.xni.parser with parameters of type XMLInputSourceModifier and TypeMethodDescriptionvoid
XMLParserConfiguration.parse
(XMLInputSource inputSource) Parse an XML document.void
XMLDocumentScanner.setInputSource
(XMLInputSource inputSource) Sets the input source.void
XMLParserConfiguration.setInputSource
(XMLInputSource inputSource) Sets the input source for the document to parse.