A DOMAttr object corresponds to an attribute. It inherits the DOMNode interface. A DOMAttr object does not appear in the document `tree' as the child of any node; it is obtained from a DOMElement object using its getAttributeNode method.
A DOMAttr object can have DOMText and DOMEntityReference objects as child nodes; these correspond to text and entity references in the attribute value.
Copyright © SoftQuad Software Inc. 1999