[Previous] [Contents] [Next]

XMLDOMAttribute Object

The XMLDOMAttribute object represents an attribute node of the XMLDOMElement object. This object implements the IXMLDOMAttribute interface. In addition to the properties and methods it inherits from the IXMLDOMNode interface, the IXMLDOMAttribute interface has the following additional properties:

Extended IXMLDOMAttribute Properties

Name Description
name Sets or returns the name of the attribute
value Sets or returns the value of the attribute
NOTE
The W3C specification lists this object as the attr object, instead of the XMLDOMAttribute object.

[Previous] [Contents] [Next]