createElement
Description
Create a new element node.
Syntax
XopusDocument.createElement (name : String) : XopusElement
Arguments
- name
String. The name of the element.
Return Value
XopusElement. The new element node.
Create a new element node.
XopusDocument.createElement (name : String) : XopusElement
String. The name of the element.
XopusElement. The new element node.
Loading...