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.
 

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

Methods in org.apache.batik.dom that return NamedNodeMap
 NamedNodeMap AbstractNode.getAttributes()
          DOM: Implements Node.getAttributes().
 NamedNodeMap AbstractElement.getAttributes()
          DOM: Implements Node.getAttributes().
protected  NamedNodeMap AbstractElement.createAttributes()
          Creates the attribute list.
 

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

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

Methods in org.apache.batik.dom.svg that return NamedNodeMap
protected  NamedNodeMap SVGOMElement.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.