#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... |
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.
|
An RDF Alternative container. An element with a list of children that are basically equivalent. |
|
An RDF Bag container. An element with multiple childs in no particular order |
|
An RDF container. <RDF:Bag>, <RDF:Seq>, <RDF:Alt> |
|
An RDF description. <RDF:Description> |
|
An RDF Sequential container. An element with a list of children in an order |