| Package | Description |
|---|---|
| org.htmlunit.cyberneko.html.dom |
Dom implementation of all supported HTML elements.
|
| org.htmlunit.cyberneko.xerces.dom |
Stuff taken, adapted, and simplified from the latest xerces code.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
HTMLDocumentImpl.canRenameElements(String newNamespaceURI,
String newNodeName,
ElementImpl el) |
| Modifier and Type | Class and Description |
|---|---|
class |
ElementNSImpl
ElementNSImpl inherits from ElementImpl and adds namespace support.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
CoreDocumentImpl.canRenameElements(String newNamespaceURI,
String newNodeName,
ElementImpl el) |
| Constructor and Description |
|---|
AttributeMap(ElementImpl ownerNode)
Constructs a named node map.
|
Copyright © 2025 HtmlUnit. All rights reserved.