|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedNodeMap | |
org.apache.xml.dtm.ref | |
org.apache.xml.dtm.ref.dom2dtm | |
org.apache.xml.utils | Implementation of Xalan utility classes. |
org.apache.xpath.domapi | |
org.w3c.dom |
Uses of NamedNodeMap in org.apache.xml.dtm.ref |
Classes in org.apache.xml.dtm.ref that implement NamedNodeMap | |
class |
DTMNamedNodeMap
**For internal use only** DTMNamedNodeMap is a quickie (as opposed to quick) implementation of the DOM's NamedNodeMap interface, intended to support DTMProxy's getAttributes() call. |
Methods in org.apache.xml.dtm.ref that return NamedNodeMap | |
NamedNodeMap |
DTMNodeProxy.getAttributes()
|
Uses of NamedNodeMap in org.apache.xml.dtm.ref.dom2dtm |
Methods in org.apache.xml.dtm.ref.dom2dtm that return NamedNodeMap | |
NamedNodeMap |
DOM2DTMdefaultNamespaceDeclarationNode.getAttributes()
|
Uses of NamedNodeMap in org.apache.xml.utils |
Methods in org.apache.xml.utils that return NamedNodeMap | |
NamedNodeMap |
UnImplNode.getAttributes()
Unimplemented. |
Constructors in org.apache.xml.utils with parameters of type NamedNodeMap | |
AttList.AttList(NamedNodeMap attrs,
DOMHelper dh)
Constructor AttList |
Uses of NamedNodeMap in org.apache.xpath.domapi |
Methods in org.apache.xpath.domapi that return NamedNodeMap | |
NamedNodeMap |
XPathNamespaceImpl.getAttributes()
|
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 |