Uses of Interface
org.w3c.dom.NamedNodeMap

Packages that use NamedNodeMap
org.apache.batik.dom Provides an implementation of the DOM level 2 core module. 
org.apache.batik.dom.svg   
org.apache.batik.script Provides an API for interpreting scripting language found in SVG files. 
org.w3c.dom   
 

Uses of NamedNodeMap in org.apache.batik.dom
 

Classes in org.apache.batik.dom that implement NamedNodeMap
 class AbstractElement.NamedNodeHashMap
          An implementation of the NamedNodeMap.
 class NamedNodeMapWrapper
          This class implements a wrapper for a NamedNodeMap.
 

Fields in org.apache.batik.dom declared as NamedNodeMap
protected  NamedNodeMap AbstractElement.attributes
          The attributes of this element.
protected  NamedNodeMap NamedNodeMapWrapper.namedNodeMap
          The wrapped NamedNodeMap.
 

Methods in org.apache.batik.dom that return NamedNodeMap
 NamedNodeMap AbstractNode.getAttributes()
          DOM: Implements Node.getAttributes().
 NamedNodeMap NodeWrapper.getAttributes()
          DOM: Implements Node.getAttributes().
protected  NamedNodeMap NodeWrapper.createNamedNodeMapWrapper(NamedNodeMap nm)
          Creates a wrapper for the given node map.
 NamedNodeMap AbstractElement.getAttributes()
          DOM: Implements Node.getAttributes().
protected  NamedNodeMap AbstractElement.createAttributes()
          Creates the attribute list.
protected  NamedNodeMap DocumentWrapper.createNamedNodeMapWrapper(NamedNodeMap nm)
          Creates a wrapper for the given node map.
 

Methods in org.apache.batik.dom with parameters of type NamedNodeMap
protected  NamedNodeMap NodeWrapper.createNamedNodeMapWrapper(NamedNodeMap nm)
          Creates a wrapper for the given node map.
protected  NamedNodeMap DocumentWrapper.createNamedNodeMapWrapper(NamedNodeMap nm)
          Creates a wrapper for the given node map.
 

Constructors in org.apache.batik.dom with parameters of type NamedNodeMap
NamedNodeMapWrapper(DocumentWrapper dw, NamedNodeMap nnm)
          Creates a new NamedNodeMapWrapper.
 

Uses of NamedNodeMap in org.apache.batik.dom.svg
 

Classes in org.apache.batik.dom.svg that implement NamedNodeMap
protected  class AbstractElement.ExtendedNamedNodeHashMap
          An implementation of the NamedNodeMap.
 

Methods in org.apache.batik.dom.svg that return NamedNodeMap
protected  NamedNodeMap AbstractElement.createAttributes()
          Creates the attribute list.
 

Uses of NamedNodeMap in org.apache.batik.script
 

Methods in org.apache.batik.script that return NamedNodeMap
 NamedNodeMap DocumentProxy.getAttributes()
          A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
 

Uses of NamedNodeMap in org.w3c.dom
 

Methods in org.w3c.dom that return NamedNodeMap
 NamedNodeMap DocumentType.getEntities()
          A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
 NamedNodeMap DocumentType.getNotations()
          A NamedNodeMap containing the notations declared in the DTD.
 NamedNodeMap Node.getAttributes()
          A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.