Uses of Interface
org.w3c.dom.NamedNodeMap
| Package | Description |
|---|---|
| org.apache.harmony.xml.dom | |
| 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.harmony.xml.dom
Classes in org.apache.harmony.xml.dom that implement NamedNodeMap Modifier and Type Class Description classElementImpl.ElementAttrNamedNodeMapImplMethods in org.apache.harmony.xml.dom that return NamedNodeMap Modifier and Type Method Description NamedNodeMapElementImpl. getAttributes()NamedNodeMapNodeImpl. getAttributes()NamedNodeMapDocumentTypeImpl. getEntities()NamedNodeMapDocumentTypeImpl. getNotations() -
Uses of NamedNodeMap in org.apache.xalan.templates
Classes in org.apache.xalan.templates that implement NamedNodeMap Modifier and Type Class Description classElemLiteralResult.LiteralElementAttributesMethods in org.apache.xalan.templates that return NamedNodeMap Modifier and Type Method Description NamedNodeMapElemLiteralResult.Attribute. getAttributes()NamedNodeMapElemLiteralResult. getAttributes() -
Uses of NamedNodeMap in org.apache.xml.dtm.ref
Classes in org.apache.xml.dtm.ref that implement NamedNodeMap Modifier and Type Class Description classDTMNamedNodeMapDTMNamedNodeMap 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 Modifier and Type Method Description NamedNodeMapDTMNodeProxy. getAttributes() -
Uses of NamedNodeMap in org.apache.xml.dtm.ref.dom2dtm
Methods in org.apache.xml.dtm.ref.dom2dtm that return NamedNodeMap Modifier and Type Method Description NamedNodeMapDOM2DTMdefaultNamespaceDeclarationNode. getAttributes() -
Uses of NamedNodeMap in org.apache.xml.serializer.utils
Constructors in org.apache.xml.serializer.utils with parameters of type NamedNodeMap Constructor Description AttList(NamedNodeMap attrs, DOM2Helper dh)Constructor AttList -
Uses of NamedNodeMap in org.apache.xml.utils
Methods in org.apache.xml.utils that return NamedNodeMap Modifier and Type Method Description NamedNodeMapUnImplNode. getAttributes()Unimplemented.Constructors in org.apache.xml.utils with parameters of type NamedNodeMap Constructor Description AttList(NamedNodeMap attrs, DOMHelper dh)Constructor AttList -
Uses of NamedNodeMap in org.w3c.dom
Methods in org.w3c.dom that return NamedNodeMap Modifier and Type Method Description NamedNodeMapNode. getAttributes()ANamedNodeMapcontaining the attributes of this node (if it is anElement) ornullotherwise.NamedNodeMapDocumentType. getEntities()ANamedNodeMapcontaining the general entities, both external and internal, declared in the DTD.NamedNodeMapDocumentType. getNotations()ANamedNodeMapcontaining the notations declared in the DTD.