XmlElement.opIndexAssign
void opIndexAssign(string value, string attrName) @safeAllows setting an attribute value using index syntax.
Parameters
value | The attribute value. |
attrName | The attribute name (QName). |
void opIndexAssign(string value, string attrName) @safeAllows setting an attribute value using index syntax.
value | The attribute value. |
attrName | The attribute name (QName). |