Node.Attributes Property |
Gets a collection containing the attributes of this node.
[VBScript] Public ReadOnly Property Attributes As NamedNodeMap
[JScript] public function get Attributes() : NamedNodeMap;
An collection containing the attributes of the node.
If the node is of type NodeType.Element, the attributes of the node are returned; Otherwise, this property returns null.