Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
XMLNode
.__Create
public function
__Create
Prototype:
function __Create(name)
Parameters
name
the name of the node
Description:
This function creates a new node. It must never be called directly; is used internally by the framework. Instead, the proper way to create a
XMLNode
is to call
XMLNode
::
CreateNew
static member.
Return value:
Returns an instance to this
XMLNode
.