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 voidHTMLConfiguration. evaluateInputSource(XMLInputSource inputSource)EXPERIMENTAL: may change in next release
Immediately evaluates an input source and add the new content (e.g.voidHTMLScanner. evaluateInputSource(XMLInputSource inputSource)Immediately evaluates an input source and add the new content (e.g. the output written by an embedded script).voidHTMLConfiguration. parse(XMLInputSource source)Parses a document.voidHTMLConfiguration. pushInputSource(XMLInputSource inputSource)Pushes an input source onto the current entity stack.voidHTMLScanner. pushInputSource(XMLInputSource inputSource)Pushes an input source onto the current entity stack.voidHTMLConfiguration. setInputSource(XMLInputSource inputSource)Sets the input source for the document to parse.voidHTMLScanner. 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 voidAbstractXMLDocumentParser. 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 voidXMLParserConfiguration. parse(XMLInputSource inputSource)Parse an XML document.voidXMLParserConfiguration. setInputSource(XMLInputSource inputSource)Sets the input source for the document to parse.
-