| Package | Description |
|---|---|
| org.htmlunit.cyberneko | |
| org.htmlunit.cyberneko.parsers | |
| org.htmlunit.cyberneko.xerces.parsers |
| Modifier and Type | Class and Description |
|---|---|
class |
HTMLConfiguration
An XNI-based parser configuration that can be used to parse HTML
documents.
|
| Modifier and Type | Method and Description |
|---|---|
XMLParserConfiguration |
DOMFragmentParser.getXMLParserConfiguration() |
| Modifier and Type | Field and Description |
|---|---|
protected XMLParserConfiguration |
AbstractXMLDocumentParser.parserConfiguration_
The parser configuration.
|
| Modifier and Type | Method and Description |
|---|---|
XMLParserConfiguration |
AbstractDOMParser.getXMLParserConfiguration() |
| Constructor and Description |
|---|
AbstractDOMParser(XMLParserConfiguration config,
Class<? extends DocumentImpl> documentClass) |
AbstractSAXParser(XMLParserConfiguration config) |
AbstractXMLDocumentParser(XMLParserConfiguration config)
Constructs a document parser using the default symbol table and grammar pool.
|
Copyright © 2024 HtmlUnit. All rights reserved.