Package | Description |
---|---|
org.apache.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 | Field and Description |
---|---|
protected NamedNodeMapImpl |
ElementDefinitionImpl.attributes
Default attributes.
|
protected NamedNodeMapImpl |
DocumentTypeImpl.elements
Elements.
|
protected NamedNodeMapImpl |
DocumentTypeImpl.entities
Entities.
|
protected NamedNodeMapImpl |
DocumentTypeImpl.notations
Notations.
|
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.
|
protected NamedNodeMapImpl |
ElementImpl.getDefaultAttributes()
Get the default attributes.
|
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
|
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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.