createComment
Description
Create a new comment node.
Syntax
XopusDocument.createComment (value : String) : XopusComment
Arguments
- value
String. The value of the comment node
Return Value
XopusComment. The new comment node.
Create a new comment node.
XopusDocument.createComment (value : String) : XopusComment
String. The value of the comment node
XopusComment. The new comment node.
Loading...