The members of Org.W3c.Dom.IAttr are listed below.
| [read-only] | IsId | bool. Returns whether this attribute is known to be of type ID (i.e. to contain an identifier for its owner element) or not. |
| [read-only] | Name | string. Returns the name of this attribute. |
| [read-only] | OwnerElement | IElement. The Element node this attribute is attached to or null if this attribute is not in use. |
| [read-only] | SchemaTypeInfo | ITypeInfo. The type information associated with this attribute. |
| [read-only] | Specified | bool. True if this attribute was explicitly given a value in the instance document, false otherwise. |
| Value | string. On retrieval, the value of the attribute is returned as a string. |