Uses of Interface org.w3c.dom.NamedNodeMap

Uses in package javax.imageio.metadata

Methods with return type org.w3c.dom.NamedNodeMap

NamedNodeMap
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.

Uses in package gnu.xml.libxmlj.util

Methods with return type org.w3c.dom.NamedNodeMap

NamedNodeMap
NamedNodeMap
NamedNodeMap

Uses in package gnu.xml.dom

Classes implementing org.w3c.dom.NamedNodeMap

class
"NamedNodeMap" implementation.

Methods with return type org.w3c.dom.NamedNodeMap

NamedNodeMap
DOM L1 Returns the element's attributes
NamedNodeMap
DOM L1 Returns null; Element subclasses must override this method.
NamedNodeMap
DOM L1 Returns information about any general entities declared in the DTD.
NamedNodeMap
DOM L1 Returns information about any notations declared in the DTD.

Uses in package org.w3c.dom

Methods with return type org.w3c.dom.NamedNodeMap

NamedNodeMap
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
NamedNodeMap
A NamedNodeMap containing the general entities, both external and internal, declared in the DTD.
NamedNodeMap
A NamedNodeMap containing the notations declared in the DTD.