|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedNodeMap | |
org.apache.xalan.templates | Implements the Templates interface,
and defines a set of classes that represent an XSLT stylesheet. |
org.apache.xml.dtm.ref | |
org.apache.xml.dtm.ref.dom2dtm | |
org.apache.xml.serializer.utils | |
org.apache.xml.utils | Implementation of Xalan utility classes. |
org.w3c.dom |
Uses of NamedNodeMap in org.apache.xalan.templates |
Classes in org.apache.xalan.templates that implement NamedNodeMap | |
class |
ElemLiteralResult.LiteralElementAttributes
|
Methods in org.apache.xalan.templates that return NamedNodeMap | |
NamedNodeMap |
ElemLiteralResult.getAttributes()
|
NamedNodeMap |
ElemLiteralResult.Attribute.getAttributes()
|
Uses of NamedNodeMap in org.apache.xml.dtm.ref |
Classes in org.apache.xml.dtm.ref that implement NamedNodeMap | |
class |
DTMNamedNodeMap
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.serializer.utils |
Constructors in org.apache.xml.serializer.utils with parameters of type NamedNodeMap | |
AttList.AttList(NamedNodeMap attrs,
DOM2Helper dh)
Constructor AttList |
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.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 |