XMLNode.Next


public property Next

Prototype:

Read property Next [XMLNode]

Description:

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

Return value:

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