public XMLAttr(name as String, value as String = "", ownerDocument as Document = null):
Creates an attribute node.
| Parameter | Description |
|---|---|
name | Attribute qualified name. |
value | Attribute value. |
ownerDocument | Owner document. |
attr = XMLAttr("id", "42", document)