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.elements
          Elements.
protected  NamedNodeMapImpl DocumentTypeImpl.entities
          Entities.
protected  NamedNodeMapImpl DocumentTypeImpl.notations
          Notations.
 

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.
protected  NamedNodeMapImpl ElementImpl.getDefaultAttributes()
          Get the default attributes.
 

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 © 2011. All Rights Reserved.