Uses of Class
org.apache.xerces.dom.NamedNodeMapImpl

Packages that use NamedNodeMapImpl
org.apache.xerces.dom   
 

Uses of NamedNodeMapImpl in org.apache.xerces.dom
 

Subclasses of NamedNodeMapImpl in org.apache.xerces.dom
 class AttributeMap
          AttributeMap inherits from NamedNodeMapImpl and extends it to deal with the specifics of storing attributes.
 

Methods in org.apache.xerces.dom that return NamedNodeMapImpl
 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.