XMLNode.Parent


public property Parent

Prototype:

Read property Parent [XMLNode]

Description:

Gets the parent of the xml node. If the node has no parent, it returns null.

Return value:

Returns the parent of the XMLNode or null if has no parent.