| iMatix home page
| << | < | > | >>
SFL Logo SFL
Version 1.91

 

xml_parent

#include "sflxml.h"
XML_ITEM *
xml_parent (XML_ITEM *item)

Synopsis

Returns the parent of the specified item, or NULL if this is the root item.

Source Code - (sflxml.c)

{
    ASSERT (item);

    return (item-> parent);
}

| << | < | > | >> iMatix Copyright © 1996-98 iMatix