SYNOPSISxmlNode xmlTreeGetNext(xmlNode item)
xmlNs xmlTreeGetNext(xmlNs item)
Parameters:
item - the xmlNode/xmlNs you want the next sibling of
Returns:
item
DESCRIPTIONxmlTreeGetNext() gets the next sibling of item.
This applies for the normal hierarchal tree (elements, comments,
CDATA, etc), and things that exist outside the normal tree (attributes
and namespaces).
EXAMPLE<$node = (xmlTreeGetNext($node))>
SEE ALSOxmlTreeGetChildren,
xmlTreeGetFirstChild,
xmlTreeGetPrevious,
xmlTreeGetParent