Syndication::RDF::RSSVocab
#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 37 of file rssvocab.h.
Constructor & Destructor Documentation
◆ ~RSSVocab()
|
default |
destructor
Member Function Documentation
◆ channel()
ResourcePtr Syndication::RDF::RSSVocab::channel | ( | ) | const |
RSS 1.0 channel class, the instance is represented by Syndication::RDF::Document.
Definition at line 123 of file rssvocab.cpp.
◆ description()
PropertyPtr Syndication::RDF::RSSVocab::description | ( | ) | const |
RSS 1.0 description property, see Document::description() for more details.
Definition at line 83 of file rssvocab.cpp.
◆ image()
PropertyPtr Syndication::RDF::RSSVocab::image | ( | ) | const |
RSS 1.0 image property, see Document::image() for more details.
Definition at line 103 of file rssvocab.cpp.
◆ item()
ResourcePtr Syndication::RDF::RSSVocab::item | ( | ) | const |
RSS 1.0 item class, the instance is represented by Syndication::RDF::Item.
Definition at line 118 of file rssvocab.cpp.
◆ items()
PropertyPtr Syndication::RDF::RSSVocab::items | ( | ) | const |
RSS 1.0 items property, see Document::items() for more details.
Definition at line 113 of file rssvocab.cpp.
◆ link()
PropertyPtr Syndication::RDF::RSSVocab::link | ( | ) | const |
RSS 1.0 link property, see Document::link() for more details.
Definition at line 88 of file rssvocab.cpp.
◆ name()
PropertyPtr Syndication::RDF::RSSVocab::name | ( | ) | const |
RSS 1.0 name property, see Document::name() for more details.
Definition at line 93 of file rssvocab.cpp.
◆ namespaceURI()
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 73 of file rssvocab.cpp.
◆ self()
|
static |
returns the singleton instance
Definition at line 63 of file rssvocab.cpp.
◆ textinput()
PropertyPtr Syndication::RDF::RSSVocab::textinput | ( | ) | const |
RSS 1.0 textinput property, see Document::textinput() for more details.
Definition at line 108 of file rssvocab.cpp.
◆ title()
PropertyPtr Syndication::RDF::RSSVocab::title | ( | ) | const |
RSS 1.0 title property, see Document::title() for more details.
Definition at line 78 of file rssvocab.cpp.
◆ url()
PropertyPtr Syndication::RDF::RSSVocab::url | ( | ) | const |
RSS 1.0 url property, see Document::url() for more details.
Definition at line 98 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.