Class DOMAttributeMap

java.lang.Object
net.sf.saxon.dom.DOMAttributeMap
All Implemented Interfaces:
NamedNodeMap

class DOMAttributeMap extends Object implements NamedNodeMap
Implementation of DOM NamedNodeMap used to represent the attributes of an element, for use when Saxon element and attribute nodes are accessed using the DOM API.

Note that namespaces are treated as attributes.