The insertXmlWithoutRoot
method inserts XML metadata into the document.
This method does not insert the top level node. All of the child nodes are inserted into the document. insertXmlWithoutRoot(node)
is therefore equivalent to calling insertXml()
for each child node.
insertXmlWithoutRoot ( node )
Argument | Description |
---|---|
node
|
(LuaXmlNode) The node to insert. |
|