| Package | Description |
|---|---|
| org.htmlunit.cyberneko | |
| org.htmlunit.cyberneko.parsers |
The different supported parsers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HTMLElements
Collection of HTML element information.
|
static class |
HTMLElements.HTMLElementsWithCache
An implementation of
HTMLElementsProvider that wraps an HTMLElements
instance and adds a simple cache for unknown element lookups. |
| Modifier and Type | Method and Description |
|---|---|
HTMLElementsProvider |
HTMLConfiguration.getHtmlElements() |
| Constructor and Description |
|---|
HTMLConfiguration(HTMLElementsProvider htmlElements) |
| Constructor and Description |
|---|
DOMFragmentParser(HTMLElementsProvider htmlElementsProvider)
Ctor using a custom
HTMLElementsProvider. |
DOMParser(HTMLElementsProvider htmlElementsProvider,
Class<? extends DocumentImpl> documentClass)
Ctor using a custom
HTMLElementsProvider. |
SAXParser(HTMLElementsProvider htmlElementsProvider)
Ctor using a custom
HTMLElementsProvider. |
Copyright © 2025 HtmlUnit. All rights reserved.