XMLDocument.NewNode


public function NewNode

Prototype:

public function NewNode(name)

Parameters

name
the node name

Description:

Creates a new XMLNode and returns it. It's identical to XMLNode::Create but is not static (the XMLDocument must be instantiated).

Return value:

Returns a new XMLNode.