xmlTreeGetNext

SYNOPSIS

xmlNode xmlTreeGetNext(xmlNode item)
    xmlNs   xmlTreeGetNext(xmlNs item)

Parameters:

  • item - the xmlNode/xmlNs you want the next sibling of

Returns:

  • the next sibling of item


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: Apr 15 2024
Copyright © 2024 Thunderstone Software LLC. All rights reserved.