Uses of Interface
org.htmlunit.cyberneko.xerces.xni.parser.XMLParserConfiguration
Packages that use XMLParserConfiguration
Package
Description
The different supported parsers.
Stuff taken, adapted, and simplified from the latest xerces code.
-
Uses of XMLParserConfiguration in org.htmlunit.cyberneko
Classes in org.htmlunit.cyberneko that implement XMLParserConfigurationModifier and TypeClassDescriptionclassAn XNI-based parser configuration that can be used to parse HTML documents. -
Uses of XMLParserConfiguration in org.htmlunit.cyberneko.parsers
Methods in org.htmlunit.cyberneko.parsers that return XMLParserConfiguration -
Uses of XMLParserConfiguration in org.htmlunit.cyberneko.xerces.parsers
Fields in org.htmlunit.cyberneko.xerces.parsers declared as XMLParserConfigurationModifier and TypeFieldDescriptionprotected final XMLParserConfigurationAbstractXMLDocumentParser.parserConfiguration_The parser configuration.Methods in org.htmlunit.cyberneko.xerces.parsers that return XMLParserConfigurationConstructors in org.htmlunit.cyberneko.xerces.parsers with parameters of type XMLParserConfigurationModifierConstructorDescriptionprotectedAbstractDOMParser(XMLParserConfiguration config, Class<? extends DocumentImpl> documentClass) protectedprotectedConstructs a document parser using the default symbol table and grammar pool.