Main Page   File List   Globals  

iterator.h File Reference

Iterator functions. More...

#include <libgnurdf/types.h>

Go to the source code of this file.

Backwards-compatibility functions

RdfElementrdfFirstChild (RdfContainer *container)
 Returns the first property in a container. More...

RdfElementrdfNextChild (RdfContainer *container)
 Returns the next property in a container. More...


Functions

RdfElementrdfFirstProperty (RdfContainer *container)
 Returns the first property in a container. More...

RdfElementrdfNextProperty (RdfElement *element)
 Returns the next property in a container. More...


Detailed Description

Iterator functions.

Id:
iterator.h,v 1.4 2001/09/20 20:00:48 chipx86 Exp
Copyright:
(C) 1999-2001 The GNUpdate Project.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.

You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.


Function Documentation

RdfElement* rdfFirstChild RdfContainer   container
 

Returns the first property in a container.

Deprecated:
This function has been replaced with rdfFirstProperty()
See also:
rdfFirstProperty()

RdfElement* rdfFirstProperty RdfContainer   container
 

Returns the first property in a container.

Parameters:
container   The container containing the properties.
Returns:
The first property in container.

RdfElement* rdfNextChild RdfContainer   container
 

Returns the next property in a container.

Deprecated:
This function has been replaced with rdfNextProperty()
See also:
rdfNextProperty()

RdfElement* rdfNextProperty RdfElement   element
 

Returns the next property in a container.

Parameters:
element   The previous element in the container.
Returns:
The next property in the container.


Generated on Thu Sep 20 16:12:08 2001 for libgnurdf by doxygen1.2.9-20010819 written by Dimitri van Heesch, © 1997-2001