Uses of Class
org.htmlunit.cyberneko.xerces.xni.parser.XMLInputSource
-
Packages that use XMLInputSource Package Description org.htmlunit.cyberneko org.htmlunit.cyberneko.xerces.parsers org.htmlunit.cyberneko.xerces.xni.parser -
-
Uses of XMLInputSource in org.htmlunit.cyberneko
Methods in org.htmlunit.cyberneko with parameters of type XMLInputSource Modifier and Type Method Description void
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 java.io.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 Modifier and Type Method Description void
XMLParser. parse(XMLInputSource inputSource)
Parse. -
Uses of XMLInputSource in org.htmlunit.cyberneko.xerces.xni.parser
Methods in org.htmlunit.cyberneko.xerces.xni.parser with parameters of type XMLInputSource Modifier and Type Method Description void
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.
-