| Package | Description |
|---|---|
| org.htmlunit.cyberneko.html.dom |
Dom implementation of all supported HTML elements.
|
| org.htmlunit.cyberneko.parsers |
The different supported parsers.
|
| org.htmlunit.cyberneko.xerces.parsers |
Stuff taken, adapted, and simplified from the latest xerces code.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HTMLDocumentImpl
Implements an HTML document.
|
| Constructor and Description |
|---|
DOMParser(Class<? extends DocumentImpl> documentClass)
Default constructor.
|
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends DocumentImpl> |
AbstractDOMParser.fDocumentClass
The document class to use.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractDOMParser.setDocumentClass(Class<? extends DocumentImpl> documentClass)
This method allows the programmer to decide which document factory to use
when constructing the DOM tree.
|
| Constructor and Description |
|---|
AbstractDOMParser(XMLParserConfiguration config,
Class<? extends DocumentImpl> documentClass) |
Copyright © 2025 HtmlUnit. All rights reserved.