The DOMAttr interface

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.

DOMAttr properties


Right arrow
Next Topic
Left arrow
Previous Topic
Table of contents
Table of Contents

Copyright © SoftQuad Software Inc. 1999