XmlElement.setText
XmlElement setText(string value) @safeReplaces all children with a single text node.
Parameters
value | Text content. |
Returns
This element (for chaining).
XmlElement setText(string value) @safeReplaces all children with a single text node.
value | Text content. |