|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedNodeMap | |
org.apache.batik.dom | Provides an implementation of the DOM level 2 core module. |
org.apache.batik.dom.svg | |
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 |
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.w3c.dom |
Methods in org.w3c.dom that return NamedNodeMap | |
NamedNodeMap |
Node.getAttributes()
A NamedNodeMap containing the attributes of this node (if
it is an Element ) or null otherwise. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |