DOM Builder Reference
>
General XML API Methods
>
createNewXMLDocument
createNewXMLDocument
This method creates a new XML document.
To create a QDoc, use the QDoc-specific version of this method. See here.The following table lists parameters of createNewXMLDocument.
Parameter Name
Type
Description
I/O
Req
initialXml
Char
Valid XML string used as the starting point of the new XML document.
I
N
rootNode
Handle
X-NODEREF
object pointing to the root node of the new XML document.
O
Y