XMLNode.Prev


public property Prev

Prototype:

Read property Prev [XMLNode]

Description:

Gets the previous node on the same level with the xml node. If fails, it returns null.

Return value:

Returns the previous XMLNode on the same level with the xml node or null if fails.