NextXMLNode()

Syntax

*Result = NextXMLNode(*Node)
Description
Returns the next XML node after the given one (inside their parent node).

Return value

Returns the node pointer to the next node or 0 if there are no more nodes after the given one.

Supported OS

All

<- NextXMLAttribute() - XML Index - ParentXMLNode() ->