Documentation Center

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.