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.
 

Fields in org.apache.xerces.dom declared as NamedNodeMapImpl
protected  NamedNodeMapImpl ElementDefinitionImpl.attributes
          Default attributes.
protected  NamedNodeMapImpl DocumentTypeImpl.entities
          Entities.
protected  NamedNodeMapImpl DocumentTypeImpl.notations
          Notations.
protected  NamedNodeMapImpl DocumentTypeImpl.elements
          Elements.
 

Methods in org.apache.xerces.dom that return NamedNodeMapImpl
protected  NamedNodeMapImpl ElementImpl.getDefaultAttributes()
          Get the default attributes.
 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.
 

Methods in org.apache.xerces.dom with parameters of type NamedNodeMapImpl
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.
 

Constructors in org.apache.xerces.dom with parameters of type NamedNodeMapImpl
AttributeMap(ElementImpl ownerNode, NamedNodeMapImpl defaults)
          Constructs a named node map.
 



Copyright © 1999-2001 Apache XML Project. All Rights Reserved.