Concept Framework 1.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: Thu Oct 15 20:02:01 2009 GMT(c)2009 RadGs Software