|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedNodeMap | |
---|---|
org.apache.xerces.dom | |
org.w3c.dom |
Uses of NamedNodeMap in org.apache.xerces.dom |
---|
Classes in org.apache.xerces.dom that implement NamedNodeMap | |
class |
AttributeMap
AttributeMap inherits from NamedNodeMapImpl and extends it to deal with the specifics of storing attributes. |
class |
NamedNodeMapImpl
NamedNodeMaps represent collections of Nodes that can be accessed by name. |
Methods in org.apache.xerces.dom that return NamedNodeMap | |
NamedNodeMap |
NodeImpl.getAttributes()
Return the collection of attributes associated with this node, or null if none. |
NamedNodeMap |
ElementImpl.getAttributes()
Retrieve all the Attributes as a set. |
NamedNodeMap |
ElementDefinitionImpl.getAttributes()
Query the attributes defined on this Element. |
NamedNodeMap |
DocumentTypeImpl.getEntities()
Access the collection of general Entities, both external and internal, defined in the DTD. |
NamedNodeMap |
DocumentTypeImpl.getNotations()
Access the collection of Notations defined in the DTD. |
NamedNodeMap |
DocumentTypeImpl.getElements()
NON-DOM: Access the collection of ElementDefinitions. |
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 |