syndication/rdf
rssvocab.cpp
76RSSVocab::~RSSVocab()
Singleton holding RDF class and property constants of the RSS 0.9 vocabulary.
Definition: rssvocab.h:146
const QString & namespaceURI() const
namespace URI of the RSS 0.9 vocabulary, "http://web.resource.org/rss/0.9/"
Definition: rssvocab.cpp:213
PropertyPtr textinput() const
RSS 0.9 textinput property, see Document::textinput() for more details.
Definition: rssvocab.cpp:248
QStringList classes() const
returns a list containing all URIs representing classes in this vocabulary
Definition: rssvocab.cpp:263
PropertyPtr name() const
RSS 0.9 name property, see Document::name() for more details.
Definition: rssvocab.cpp:233
ResourcePtr item() const
RSS 0.9 item class, see Document::items() for more details.
Definition: rssvocab.cpp:253
ResourcePtr channel() const
RSS 0.9 channel class, the instance is represented by Syndication::RDF::Document.
Definition: rssvocab.cpp:258
PropertyPtr description() const
RSS 0.9 description property, see Document::description() for more details.
Definition: rssvocab.cpp:223
QStringList properties() const
returns a list containing all URIs representing properties in this vocabulary
Definition: rssvocab.cpp:268
PropertyPtr title() const
RSS 0.9 title property, see Document::title() for more details.
Definition: rssvocab.cpp:218
PropertyPtr url() const
RSS 0.9 url property, see Document::url() for more details.
Definition: rssvocab.cpp:238
PropertyPtr link() const
RSS 0.9 link property, see Document::link() for more details.
Definition: rssvocab.cpp:228
PropertyPtr image() const
RSS 0.9 image property, see Document::image() for more details.
Definition: rssvocab.cpp:243
Singleton holding RDF class and property constants of the RSS 1.0 vocabulary.
Definition: rssvocab.h:52
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.