|
SYNOPSIS
xmlNode xmlTreeGetNext(xmlNode item)
xmlNs xmlTreeGetNext(xmlNs item)
Parameters:
-
item - the xmlNode/xmlNs you want the next sibling of
Returns:
DESCRIPTION
xmlTreeGetNext() 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 ALSO
xmlTreeGetChildren,
xmlTreeGetFirstChild,
xmlTreeGetPrevious,
xmlTreeGetParent
Copyright © Thunderstone Software Last updated: Thu Dec 22 15:13:31 EST 2011
|