XmlAttribute constructor
XmlAttribute(])
Create an attribute with name
and value
.
Implementation
XmlAttribute(
this.name,
this.value, [
this.attributeType = XmlAttributeType.DOUBLE_QUOTE,
]) {
name.attachParent(this);
}