Concept Framework 2.2 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: Sun Jan 27 18:15:12 2013 GMT(c)2013 Devronium Applications