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 TypeMethodDescriptionvoidHTMLConfiguration.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.private ReaderHTMLScanner.getReader(XMLInputSource inputSource) 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 -
Uses of XMLInputSource in org.htmlunit.cyberneko.xerces.xni.parser
Methods in org.htmlunit.cyberneko.xerces.xni.parser with parameters of type XMLInputSourceModifier and TypeMethodDescriptionvoidXMLParserConfiguration.parse(XMLInputSource inputSource) Parse an XML document.voidXMLDocumentScanner.setInputSource(XMLInputSource inputSource) Sets the input source.voidXMLParserConfiguration.setInputSource(XMLInputSource inputSource) Sets the input source for the document to parse.