| Package | Description |
|---|---|
| org.htmlunit.cyberneko.xerces.dom |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeMap
AttributeMap inherits from NamedNodeMapImpl and extends it to deal with the
specifics of storing attributes.
|
| Modifier and Type | Method and Description |
|---|---|
NamedNodeMapImpl |
NamedNodeMapImpl.cloneMap(NodeImpl ownerNode)
Cloning a NamedNodeMap is a DEEP OPERATION; it always clones all the nodes
contained in the map.
|
NamedNodeMapImpl |
AttributeMap.cloneMap(NodeImpl ownerNode)
Cloning a NamedNodeMap is a DEEP OPERATION; it always clones all the nodes
contained in the map.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
NamedNodeMapImpl.cloneContent(NamedNodeMapImpl srcmap) |
protected void |
AttributeMap.cloneContent(NamedNodeMapImpl srcmap)
Override parent's method to set the ownerNode correctly
|
Copyright © 2024 HtmlUnit. All rights reserved.