static function CreateNew
Prototype:
static function CreateNew(name)
Parameters
name
the name of the node
Description:
This function creates a new node.
Return value:
Returns an instance to a new
XMLNode.
Example
var node=XMLNode::CreateNew("MyNode");