| iMatix home page | << | < | > | >> |
![]() Version 1.91 |
#include "sflxml.h" XML_ITEM * xml_next_sibling (XML_ITEM *item)
Returns the next sibling of the specified item, or NULL if there if are none.
{ ASSERT (item); if ((LIST *) item-> next != & item-> parent-> children) return item-> next; else return NULL; }
| << | < | > | >> |
![]() |