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
  • name Attribute qualified name.
  • value Attribute value.
  • ownerDocument Owner document.
Example
attr = XMLAttr("id", "42", document)