Concept Framework 2.0 documentation Contents | Index

XMLNode.CreateNew

Name Type Access Version Deprecated
CreateNew function static version 1.0 no

Prototype:
static function CreateNew(name)

Parameters:
name      the name of the node

Description:
This function creates a new node.

Example:
	var node=XMLNode::CreateNew("MyNode");

Returns:
Returns an instance to a new XMLNode.

Documented by Eduard Suica, generation time: Fri Jan 21 18:06:17 2011 GMT(c)2011 RadGs Software