Frames | No Frames |
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.
|
Methods with return type org.w3c.dom.NamedNodeMap | |
NamedNodeMap | |
NamedNodeMap | |
NamedNodeMap |
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.
|
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. |