createTextNode
Description
Create a new text node.
Syntax
XopusDocument .createTextNode (value : String) : XopusText
Arguments
- value
-
String. The value of the text node.
Return Value
XopusText . The new text node.
Create a new text node.
XopusDocument .createTextNode (value : String) : XopusText
String. The value of the text node.
XopusText . The new text node.