| 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 |
AttributeMap.cloneMap(NodeImpl ownerNode)
Cloning a NamedNodeMap is a DEEP OPERATION; it always clones all the nodes
contained in the map.
|
NamedNodeMapImpl |
NamedNodeMapImpl.cloneMap(NodeImpl ownerNode)
Cloning a NamedNodeMap is a DEEP OPERATION; it always clones all the nodes
contained in the map.
|
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 |
AttributeMap.cloneContent(NamedNodeMapImpl srcmap)
Override parent's method to set the ownerNode correctly
|
protected void |
NamedNodeMapImpl.cloneContent(NamedNodeMapImpl srcmap) |
protected void |
NamedNodeMapImpl.cloneContent(NamedNodeMapImpl srcmap) |
protected void |
AttributeMap.cloneContent(NamedNodeMapImpl srcmap)
Override parent's method to set the ownerNode correctly
|
protected void |
AttributeMap.reconcileDefaults(NamedNodeMapImpl defaults)
Get this AttributeMap in sync with the given "defaults" map.
|
protected void |
AttributeMap.reconcileDefaults(NamedNodeMapImpl defaults)
Get this AttributeMap in sync with the given "defaults" map.
|
| Constructor and Description |
|---|
AttributeMap(ElementImpl ownerNode,
NamedNodeMapImpl defaults)
Constructs a named node map.
|
AttributeMap(ElementImpl ownerNode,
NamedNodeMapImpl defaults)
Constructs a named node map.
|
Copyright © 2023 HtmlUnit. All rights reserved.