| Package | Description |
|---|---|
| org.htmlunit.cyberneko.html.dom | |
| org.htmlunit.cyberneko.parsers | |
| org.htmlunit.cyberneko.xerces.parsers |
| 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 © 2024 HtmlUnit. All rights reserved.