syndication/rdf
rssvocab.cpp
Singleton holding RDF class and property constants of the RSS 1.0 vocabulary.
Definition: rssvocab.h:51
Singleton holding RDF class and property constants of the RSS 0.9 vocabulary.
Definition: rssvocab.h:145
PropertyPtr url() const
RSS 1.0 url property, see Document::url() for more details.
Definition: rssvocab.cpp:116
PropertyPtr image() const
RSS 1.0 image property, see Document::image() for more details.
Definition: rssvocab.cpp:121
ResourcePtr item() const
RSS 1.0 item class, the instance is represented by Syndication::RDF::Item.
Definition: rssvocab.cpp:137
ResourcePtr item() const
RSS 0.9 item class, see Document::items() for more details.
Definition: rssvocab.cpp:253
PropertyPtr description() const
RSS 1.0 description property, see Document::description() for more details.
Definition: rssvocab.cpp:101
QStringList properties() const
returns a list containing all URIs representing properties in this vocabulary
Definition: rssvocab.cpp:268
PropertyPtr name() const
RSS 0.9 name property, see Document::name() for more details.
Definition: rssvocab.cpp:233
PropertyPtr link() const
RSS 1.0 link property, see Document::link() for more details.
Definition: rssvocab.cpp:106
PropertyPtr title() const
RSS 0.9 title property, see Document::title() for more details.
Definition: rssvocab.cpp:218
PropertyPtr items() const
RSS 1.0 items property, see Document::items() for more details.
Definition: rssvocab.cpp:132
PropertyPtr image() const
RSS 0.9 image property, see Document::image() for more details.
Definition: rssvocab.cpp:243
PropertyPtr link() const
RSS 0.9 link property, see Document::link() for more details.
Definition: rssvocab.cpp:228
ResourcePtr channel() const
RSS 1.0 channel class, the instance is represented by Syndication::RDF::Document. ...
Definition: rssvocab.cpp:142
ResourcePtr channel() const
RSS 0.9 channel class, the instance is represented by Syndication::RDF::Document. ...
Definition: rssvocab.cpp:258
QStringList classes() const
returns a list containing all URIs representing classes in this vocabulary
Definition: rssvocab.cpp:263
PropertyPtr textinput() const
RSS 0.9 textinput property, see Document::textinput() for more details.
Definition: rssvocab.cpp:248
PropertyPtr title() const
RSS 1.0 title property, see Document::title() for more details.
Definition: rssvocab.cpp:96
const QString & namespaceURI() const
namespace URI of the RSS 1.0 vocabulary, "http://web.resource.org/rss/1.0/"
Definition: rssvocab.cpp:91
PropertyPtr textinput() const
RSS 1.0 textinput property, see Document::textinput() for more details.
Definition: rssvocab.cpp:126
PropertyPtr description() const
RSS 0.9 description property, see Document::description() for more details.
Definition: rssvocab.cpp:223
PropertyPtr name() const
RSS 1.0 name property, see Document::name() for more details.
Definition: rssvocab.cpp:111
const QString & namespaceURI() const
namespace URI of the RSS 0.9 vocabulary, "http://web.resource.org/rss/0.9/"
Definition: rssvocab.cpp:213
PropertyPtr url() const
RSS 0.9 url property, see Document::url() for more details.
Definition: rssvocab.cpp:238
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.