XMLAttribute Type
An XML attribute from the current XML element.
Remarks
This type describes an XML attribute from the current element. It includes fields to denote information about the attribute being defined.
Fields
Name String |
The Name provides the local name (without prefix) of the attribute. |
Namespace String |
Attribute namespace. |
Prefix String |
Attribute prefix (if any). If the attribute does not have a prefix, this property is empty. |
Value String |
Attribute value. |
Constructors
public XMLAttribute();