Uses of Interface
org.w3c.dom.NamedNodeMap

Packages that use NamedNodeMap
gnu.xml.dom This is a Free Software DOM Level 2 implementation, supporting these features: "XML", "Events", "MutationEvents", "HTMLEvents" (won't generate them though), "UIEvents" (also won't generate them), "USER-Events" (a conformant extension), and "Traversal" (optional; no TreeWalker yet). 
org.w3c.dom Contains the core and "XML" feature set of the DOM Level 2 Recommendation. 
 

Uses of NamedNodeMap in gnu.xml.dom
 

Classes in gnu.xml.dom that implement NamedNodeMap
 class DomNamedNodeMap
           "NamedNodeMap" implementation.
 

Methods in gnu.xml.dom that return NamedNodeMap
 NamedNodeMap DomNode.getAttributes()
          DOM L1 Returns null; Element subclasses must override this method.
 NamedNodeMap DomDoctype.getEntities()
          DOM L1 Returns information about any general entities declared in the DTD.
 NamedNodeMap DomDoctype.getNotations()
          DOM L1 Returns information about any notations declared in the DTD.
 NamedNodeMap DomElement.getAttributes()
          DOM L1 Returns the element's attributes
 

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.
 



Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2001-11-20.