XmlElement.withAttribute
XmlElement withAttribute(string qname, string value) @safeFluent attribute setter.
Parameters
qname | Attribute QName. |
value | Attribute value. |
Returns
This element (for chaining).
XmlElement withAttribute(string qname, string value) @safeFluent attribute setter.
qname | Attribute QName. |
value | Attribute value. |