ZVON > References > DOM2 Reference

Attr (interface )

Type of the interface:   fundamental

Own properties:
attributes  -  name, ownerElement, specified, value
methods  -  none

Inherited properties:
attributes  -  attributes, childNodes, firstChild, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, ownerDocument, parentNode, prefix, previousSibling
methods  -  appendChild, cloneNode, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild

Description:
The Attr interface represents an attribute in an Element object. Typically the allowable values for the attribute are defined in a document type definition.

Note: