Syndication

rdf.h
1/*
2 This file is part of the syndication library
3 SPDX-FileCopyrightText: 2006 Frank Osterfeld <osterfeld@kde.org>
4
5 SPDX-License-Identifier: LGPL-2.0-or-later
6*/
7
8#ifndef SYNDICATION_RDF_RDF_H
9#define SYNDICATION_RDF_RDF_H
10
11#include <syndication/rdf/contentvocab.h>
12#include <syndication/rdf/document.h>
13#include <syndication/rdf/dublincore.h>
14#include <syndication/rdf/dublincorevocab.h>
15#include <syndication/rdf/image.h>
16#include <syndication/rdf/item.h>
17#include <syndication/rdf/literal.h>
18#include <syndication/rdf/model.h>
19#include <syndication/rdf/modelmaker.h>
20#include <syndication/rdf/node.h>
21#include <syndication/rdf/nodevisitor.h>
22#include <syndication/rdf/parser.h>
23#include <syndication/rdf/property.h>
24#include <syndication/rdf/rdfvocab.h>
25#include <syndication/rdf/resource.h>
26#include <syndication/rdf/resourcewrapper.h>
27#include <syndication/rdf/rssvocab.h>
28#include <syndication/rdf/sequence.h>
29#include <syndication/rdf/statement.h>
30#include <syndication/rdf/syndicationvocab.h>
31#include <syndication/rdf/textinput.h>
32#include <syndication/syndication.h>
33
34namespace Syndication
35{
36/**
37 * Syndication's parser for the RDF-based
38 * RSS 0.9 and RSS 1.0 formats
39 */
40namespace RDF
41{
42}
43}
44
45#endif // SYNDICATION_RDF_RDF_H
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:14:15 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.