CPLXMLNode.psNext

\brief Next sibling.

Pointer to next sibling, that is the next node appearing after this one that has the same parent as this node. NULL if this node is the last child of the parent element.

struct CPLXMLNode
CPLXMLNode* psNext;

Meta