syndication/rdf
#include <syndicationvocab.h>
Public Member Functions | |
~SyndicationVocab () | |
const QString & | namespaceURI () const |
PropertyPtr | updateBase () const |
PropertyPtr | updateFrequency () const |
PropertyPtr | updatePeriod () const |
Static Public Member Functions | |
static SyndicationVocab * | self () |
Detailed Description
Singleton providing Property constants for the Syndication module.
For a specification, see http://web.resource.org/rss/1.0/modules/syndication/
Definition at line 51 of file syndicationvocab.h.
Constructor & Destructor Documentation
Syndication::RDF::SyndicationVocab::~SyndicationVocab | ( | ) |
destructor
Definition at line 62 of file syndicationvocab.cpp.
Member Function Documentation
const QString & Syndication::RDF::SyndicationVocab::namespaceURI | ( | ) | const |
namespace URI of the syndication vocabulary, "http://purl.org/rss/1.0/modules/syndication/"
Definition at line 77 of file syndicationvocab.cpp.
|
static |
returns the singleton instance
Definition at line 67 of file syndicationvocab.cpp.
PropertyPtr Syndication::RDF::SyndicationVocab::updateBase | ( | ) | const |
updateBase property, see Syndication::updateBase() for more information.
Definition at line 92 of file syndicationvocab.cpp.
PropertyPtr Syndication::RDF::SyndicationVocab::updateFrequency | ( | ) | const |
updateFrequency property, see Syndication::updateFrequency() for more information.
Definition at line 87 of file syndicationvocab.cpp.
PropertyPtr Syndication::RDF::SyndicationVocab::updatePeriod | ( | ) | const |
updatePeriod property, see Syndication::updatePeriod() for more information.
Definition at line 82 of file syndicationvocab.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.