Syndication::RDF::RSS09Vocab
#include <rssvocab.h>
Public Member Functions | |
~RSS09Vocab () | |
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 |
Static Public Member Functions | |
static RSS09Vocab * | self () |
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 130 of file rssvocab.h.
Constructor & Destructor Documentation
◆ ~RSS09Vocab()
|
default |
destructor
Member Function Documentation
◆ channel()
ResourcePtr Syndication::RDF::RSS09Vocab::channel | ( | ) | const |
RSS 0.9 channel class, the instance is represented by Syndication::RDF::Document.
Definition at line 236 of file rssvocab.cpp.
◆ classes()
QStringList Syndication::RDF::RSS09Vocab::classes | ( | ) | const |
returns a list containing all URIs representing classes in this vocabulary
Definition at line 241 of file rssvocab.cpp.
◆ description()
PropertyPtr Syndication::RDF::RSS09Vocab::description | ( | ) | const |
RSS 0.9 description property, see Document::description() for more details.
Definition at line 201 of file rssvocab.cpp.
◆ image()
PropertyPtr Syndication::RDF::RSS09Vocab::image | ( | ) | const |
RSS 0.9 image property, see Document::image() for more details.
Definition at line 221 of file rssvocab.cpp.
◆ item()
ResourcePtr Syndication::RDF::RSS09Vocab::item | ( | ) | const |
RSS 0.9 item class, see Document::items() for more details.
Definition at line 231 of file rssvocab.cpp.
◆ link()
PropertyPtr Syndication::RDF::RSS09Vocab::link | ( | ) | const |
RSS 0.9 link property, see Document::link() for more details.
Definition at line 206 of file rssvocab.cpp.
◆ name()
PropertyPtr Syndication::RDF::RSS09Vocab::name | ( | ) | const |
RSS 0.9 name property, see Document::name() for more details.
Definition at line 211 of file rssvocab.cpp.
◆ namespaceURI()
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 191 of file rssvocab.cpp.
◆ properties()
QStringList Syndication::RDF::RSS09Vocab::properties | ( | ) | const |
returns a list containing all URIs representing properties in this vocabulary
Definition at line 246 of file rssvocab.cpp.
◆ self()
|
static |
returns the singleton instance
Definition at line 182 of file rssvocab.cpp.
◆ textinput()
PropertyPtr Syndication::RDF::RSS09Vocab::textinput | ( | ) | const |
RSS 0.9 textinput property, see Document::textinput() for more details.
Definition at line 226 of file rssvocab.cpp.
◆ title()
PropertyPtr Syndication::RDF::RSS09Vocab::title | ( | ) | const |
RSS 0.9 title property, see Document::title() for more details.
Definition at line 196 of file rssvocab.cpp.
◆ url()
PropertyPtr Syndication::RDF::RSS09Vocab::url | ( | ) | const |
RSS 0.9 url property, see Document::url() for more details.
Definition at line 216 of file rssvocab.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:18 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.