syndication/rdf
Syndication::RDF::RSS09Vocab Class Reference
#include <rssvocab.h>
Detailed Description
Singleton holding RDF class and property constants of the RSS 0.9 vocabulary.Only used to map RSS 0.9 to 1.0.
Definition at line 145 of file rssvocab.h.
Public Member Functions | |
ResourcePtr | channel () const |
QStringList | classes () const |
PropertyPtr | description () const |
PropertyPtr | image () const |
ResourcePtr | item () const |
PropertyPtr | link () const |
PropertyPtr | name () const |
const QString & | namespaceURI () const |
QStringList | properties () const |
PropertyPtr | textinput () const |
PropertyPtr | title () const |
PropertyPtr | url () const |
~RSS09Vocab () | |
Static Public Member Functions | |
static RSS09Vocab * | self () |
Constructor & Destructor Documentation
Syndication::RDF::RSS09Vocab::~RSS09Vocab | ( | ) |
Member Function Documentation
ResourcePtr Syndication::RDF::RSS09Vocab::channel | ( | ) | const |
RSS 0.9 channel class, the instance is represented by Syndication::RDF::Document.
Definition at line 258 of file rssvocab.cpp.
QStringList Syndication::RDF::RSS09Vocab::classes | ( | ) | const |
returns a list containing all URIs representing classes in this vocabulary
Definition at line 263 of file rssvocab.cpp.
PropertyPtr Syndication::RDF::RSS09Vocab::description | ( | ) | const |
RSS 0.9 description property, see Document::description() for more details.
Definition at line 223 of file rssvocab.cpp.
PropertyPtr Syndication::RDF::RSS09Vocab::image | ( | ) | const |
RSS 0.9 image property, see Document::image() for more details.
Definition at line 243 of file rssvocab.cpp.
ResourcePtr Syndication::RDF::RSS09Vocab::item | ( | ) | const |
RSS 0.9 item class, see Document::items() for more details.
Definition at line 253 of file rssvocab.cpp.
PropertyPtr Syndication::RDF::RSS09Vocab::link | ( | ) | const |
RSS 0.9 link property, see Document::link() for more details.
Definition at line 228 of file rssvocab.cpp.
PropertyPtr Syndication::RDF::RSS09Vocab::name | ( | ) | const |
RSS 0.9 name property, see Document::name() for more details.
Definition at line 233 of file rssvocab.cpp.
const QString & Syndication::RDF::RSS09Vocab::namespaceURI | ( | ) | const |
namespace URI of the RSS 0.9 vocabulary, "http://web.resource.org/rss/0.9/"
Definition at line 213 of file rssvocab.cpp.
QStringList Syndication::RDF::RSS09Vocab::properties | ( | ) | const |
returns a list containing all URIs representing properties in this vocabulary
Definition at line 268 of file rssvocab.cpp.
RSS09Vocab * Syndication::RDF::RSS09Vocab::self | ( | ) | [static] |
PropertyPtr Syndication::RDF::RSS09Vocab::textinput | ( | ) | const |
RSS 0.9 textinput property, see Document::textinput() for more details.
Definition at line 248 of file rssvocab.cpp.
PropertyPtr Syndication::RDF::RSS09Vocab::title | ( | ) | const |
RSS 0.9 title property, see Document::title() for more details.
Definition at line 218 of file rssvocab.cpp.
PropertyPtr Syndication::RDF::RSS09Vocab::url | ( | ) | const |
RSS 0.9 url property, see Document::url() for more details.
Definition at line 238 of file rssvocab.cpp.
The documentation for this class was generated from the following files: