syndication/rdf
27 #include <QtCore/QCoreApplication>
28 #include <QtCore/QString>
30 namespace Syndication {
33 class RDFVocab::RDFVocabPrivate
42 static RDFVocab *sSelf;
43 static void cleanupRDFVocab()
49 RDFVocab *RDFVocab::RDFVocabPrivate::sSelf = 0;
53 static RDFVocabPrivate p;
56 qAddPostRoutine(RDFVocabPrivate::cleanupRDFVocab);
61 RDFVocab::RDFVocab() : d(new RDFVocabPrivate)
63 QString ns = QLatin1String(
"http://www.w3.org/1999/02/22-rdf-syntax-ns#");
67 d->seq = ResourcePtr(
new Resource(ns + QLatin1String(
"Seq")));
68 d->type = PropertyPtr(
new Property(ns + QLatin1String(
"type")));
69 d->li = PropertyPtr(
new Property(ns + QLatin1String(
"li")));
94 return d->namespaceURI;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:26:28 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.