klyn.io.xml.dom.XMLAttr.XMLAttr
constructor
public XMLAttr(name as String, value as String = "", ownerDocument as Document = null):
Description

Creates an attribute node.

Parameters
ParameterDescription
nameAttribute qualified name.
valueAttribute value.
ownerDocumentOwner document.
Example
attr = XMLAttr("id", "42", document)