setTextContent
Description
Set the text content for this element. Replaces all child nodes with one text node.
Syntax
XopusNode .setTextContent (s : String)
Arguments
- s
-
String. The new content of this element.
Set the text content for this element. Replaces all child nodes with one text node.
XopusNode .setTextContent (s : String)
String. The new content of this element.
Loading...