Main Page   File List   Globals  

types.h File Reference

RDF element and data types. More...

#include <parser.h>

Go to the source code of this file.

Element types

#define RDF_LEAF   1
 A piece of text (char *).

#define RDF_BAG   2
 Bag.

#define RDF_SEQ   3
 Sequence.

#define RDF_ALT   4
 Alternative.

#define RDF_DESC   5
 An RDF Description.


Typedefs

typedef xmlDoc RdfSchema
 An RDF schema.

typedef xmlNs RdfNamespace
 An RDF namespace.

typedef xmlNode RdfElement
 An RDF element.

typedef RdfElement RdfContainer
 An RDF container. More...

typedef RdfElement RdfDescription
 An RDF description. More...

typedef RdfContainer RdfBag
 An RDF Bag container. More...

typedef RdfContainer RdfSeq
 An RDF Sequential container. More...

typedef RdfContainer RdfAlt
 An RDF Alternative container. More...


Detailed Description

RDF element and data types.

Id:
types.h,v 1.4 2001/08/23 08:51:22 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.


Typedef Documentation

typedef RdfContainer RdfAlt
 

An RDF Alternative container.

An element with a list of children that are basically equivalent.

typedef RdfContainer RdfBag
 

An RDF Bag container.

An element with multiple childs in no particular order

typedef RdfElement RdfContainer
 

An RDF container.

<RDF:Bag>, <RDF:Seq>, <RDF:Alt>

typedef RdfElement RdfDescription
 

An RDF description.

<RDF:Description>

typedef RdfContainer RdfSeq
 

An RDF Sequential container.

An element with a list of children in an order


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