DOMElement.Attributes
Usage:
Description:
Contains a collection of node attributes. The attribute collection is available for the Element node only.
Node Attributes
- Attribute - Undefined;
- CDATASection - Undefined;
- Comment - Undefined;
- Document - Undefined;
- DocumentFragment - Undefined;
- DocumentType - Undefined;
- Element - DOMAttributeMap;
- Entity - Undefined;
- EntityReference - Undefined;
- Notation - Undefined;
- ProcessingInstruction - Undefined;
- Text - Undefined.
Availability: