The Attr nodes represents attributes of elements in documents. EG: In the <p title="New Stories"> tag, an Attr node may represent title.

An Attr node has a nodeType=2.

An Attr node may have the following kinds of child nodes: Text, EntityReference.

Of the fundamental nodes (Document, DocumentFragment, Element, Attr, Comment, and Text), Attr nodes are not really part of the document tree since they are always associated with an Element node.

Properties

Page Modified: (Hand noted: 2004-08-04 16:16:52Z) (Auto noted: 2007-11-17 06:41:49Z)