[scriptable, uuid(a6cf9070-15b3-11d2-932e-00805f8add32)]
interface nsIDOMAttr : nsIDOMNode
Attributes
The nsIDOMAttr interface represents an attribute in an "Element" object. Typically the allowable values for the attribute are defined in a document type definition. For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-Core/ @status FROZEN
readonly attribute
DOMString
name
readonly attribute
nsIDOMElement
ownerElement
readonly attribute
boolean
specified
attribute
DOMString
value
Compare to: