syndication/rdf
#include <rssvocab.h>
Public Member Functions | |
~RSSVocab () | |
ResourcePtr | channel () const |
PropertyPtr | description () const |
PropertyPtr | image () const |
ResourcePtr | item () const |
PropertyPtr | items () const |
PropertyPtr | link () const |
PropertyPtr | name () const |
const QString & | namespaceURI () const |
PropertyPtr | textinput () const |
PropertyPtr | title () const |
PropertyPtr | url () const |
Static Public Member Functions | |
static RSSVocab * | self () |
Detailed Description
Singleton holding RDF class and property constants of the RSS 1.0 vocabulary.
See http://web.resource.org/rss/1.0/ for a specification.
Definition at line 51 of file rssvocab.h.
Constructor & Destructor Documentation
Syndication::RDF::RSSVocab::~RSSVocab | ( | ) |
destructor
Definition at line 76 of file rssvocab.cpp.
Member Function Documentation
ResourcePtr Syndication::RDF::RSSVocab::channel | ( | ) | const |
RSS 1.0 channel class, the instance is represented by Syndication::RDF::Document.
Definition at line 142 of file rssvocab.cpp.
PropertyPtr Syndication::RDF::RSSVocab::description | ( | ) | const |
RSS 1.0 description property, see Document::description() for more details.
Definition at line 101 of file rssvocab.cpp.
PropertyPtr Syndication::RDF::RSSVocab::image | ( | ) | const |
RSS 1.0 image property, see Document::image() for more details.
Definition at line 121 of file rssvocab.cpp.
ResourcePtr Syndication::RDF::RSSVocab::item | ( | ) | const |
RSS 1.0 item class, the instance is represented by Syndication::RDF::Item.
Definition at line 137 of file rssvocab.cpp.
PropertyPtr Syndication::RDF::RSSVocab::items | ( | ) | const |
RSS 1.0 items property, see Document::items() for more details.
Definition at line 132 of file rssvocab.cpp.
PropertyPtr Syndication::RDF::RSSVocab::link | ( | ) | const |
RSS 1.0 link property, see Document::link() for more details.
Definition at line 106 of file rssvocab.cpp.
PropertyPtr Syndication::RDF::RSSVocab::name | ( | ) | const |
RSS 1.0 name property, see Document::name() for more details.
Definition at line 111 of file rssvocab.cpp.
const QString & Syndication::RDF::RSSVocab::namespaceURI | ( | ) | const |
namespace URI of the RSS 1.0 vocabulary, "http://web.resource.org/rss/1.0/"
Definition at line 91 of file rssvocab.cpp.
|
static |
returns the singleton instance
Definition at line 81 of file rssvocab.cpp.
PropertyPtr Syndication::RDF::RSSVocab::textinput | ( | ) | const |
RSS 1.0 textinput property, see Document::textinput() for more details.
Definition at line 126 of file rssvocab.cpp.
PropertyPtr Syndication::RDF::RSSVocab::title | ( | ) | const |
RSS 1.0 title property, see Document::title() for more details.
Definition at line 96 of file rssvocab.cpp.
PropertyPtr Syndication::RDF::RSSVocab::url | ( | ) | const |
RSS 1.0 url property, see Document::url() for more details.
Definition at line 116 of file rssvocab.cpp.
The documentation for this class was generated from the following files:
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.