setTextContent
Set the text content for this element. Replaces all child nodes with one text node.
- Documentation
- › API
- › DOM API
- › setTextContent
XopusNode.setTextContent( s : String)
: String)Arguments
- s
- String. The new content of this element.