Uses of Interface
org.htmlunit.cyberneko.xerces.xni.parser.XMLParserConfiguration
-
Packages that use XMLParserConfiguration Package Description org.htmlunit.cyberneko org.htmlunit.cyberneko.parsers org.htmlunit.cyberneko.xerces.parsers -
-
Uses of XMLParserConfiguration in org.htmlunit.cyberneko
Classes in org.htmlunit.cyberneko that implement XMLParserConfiguration Modifier and Type Class Description class
HTMLConfiguration
An XNI-based parser configuration that can be used to parse HTML documents. -
Uses of XMLParserConfiguration in org.htmlunit.cyberneko.parsers
Fields in org.htmlunit.cyberneko.parsers declared as XMLParserConfiguration Modifier and Type Field Description private XMLParserConfiguration
DOMFragmentParser. parserConfiguration_
Parser configuration.Methods in org.htmlunit.cyberneko.parsers that return XMLParserConfiguration Modifier and Type Method Description XMLParserConfiguration
DOMFragmentParser. getXMLParserConfiguration()
-
Uses of XMLParserConfiguration in org.htmlunit.cyberneko.xerces.parsers
Fields in org.htmlunit.cyberneko.xerces.parsers declared as XMLParserConfiguration Modifier and Type Field Description protected XMLParserConfiguration
XMLParser. parserConfiguration_
The parser configuration.Methods in org.htmlunit.cyberneko.xerces.parsers that return XMLParserConfiguration Modifier and Type Method Description XMLParserConfiguration
AbstractDOMParser. getXMLParserConfiguration()
Constructors in org.htmlunit.cyberneko.xerces.parsers with parameters of type XMLParserConfiguration Constructor Description AbstractDOMParser(XMLParserConfiguration config, java.lang.Class<? extends DocumentImpl> documentClass)
AbstractSAXParser(XMLParserConfiguration config)
AbstractXMLDocumentParser(XMLParserConfiguration config)
Constructs a document parser using the default symbol table and grammar pool.XMLParser(XMLParserConfiguration config)
-