|
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: Mon Feb 18 10:28:15 EST 2013
|