BEA Systems, Inc.

WebLogic Server 6.1 API Reference

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

Packages that use NamedNodeMapImpl
weblogic.apache.xerces.dom   
 

Uses of NamedNodeMapImpl in weblogic.apache.xerces.dom
 

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

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

Methods in weblogic.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 weblogic.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 weblogic.apache.xerces.dom with parameters of type NamedNodeMapImpl
AttributeMap.AttributeMap(ElementImpl ownerNode, NamedNodeMapImpl defaults)
          Constructs a named node map.
 


Documentation is available at
http://e-docs.bea.com/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.