syndication/rdf
parser.cpp
Parser implementation for RDF-based RSS 0.9 and RSS 1.0 feeds.
Definition: parser.h:41
iterator insert(const Key &key, const T &value)
QDomNode item(int index) const
QDomNode appendChild(const QDomNode &newChild)
Document implementation for RDF, representing an RSS 1.0 feed.
Definition: document.h:51
bool isElement() const
QStringList properties() const
returns a list containing all URIs representing properties in this vocabulary
Definition: rssvocab.cpp:268
bool contains(const QString &str, Qt::CaseSensitivity cs) const
QString namespaceURI() const
virtual bool accept(const DocumentSource &source) const
returns whether the passed document looks like an RSS 0.9 or RSS 1.0 document.
Definition: parser.cpp:57
Model createFromXML(const QDomDocument &doc)
parses an RDF model from RDF/XML
Definition: modelmaker.cpp:39
QDomElement documentElement() const
PropertyPtr items() const
RSS 1.0 items property, see Document::items() for more details.
Definition: rssvocab.cpp:132
An RDF parser, used to parse an RDF model from RDF/XML.
Definition: modelmaker.h:49
QString namespaceURI()
the RDF namespace, which is http://www.w3.org/1999/02/22-rdf-syntax-ns#
Definition: rdfvocab.cpp:92
QDomElement toElement() const
virtual SpecificDocumentPtr parse(const DocumentSource &source) const
Parses an RSS 0.9/1.0 document from a feed source.
Definition: parser.cpp:71
QString number(int n, int base)
virtual QString format() const
format string of this parser, which is "rdf".
Definition: parser.cpp:223
bool isEmpty() const
T & first()
Definition: document.h:30
virtual QList< ResourcePtr > resourcesWithType(ResourcePtr type) const
returns all resources of a given type.
Definition: model.cpp:300
bool isNull() const
int size() const
const_iterator constEnd() const
const_iterator constBegin() const
iterator begin()
uint toUInt(bool *ok, int base) const
This file is part of the KDE documentation.
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
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.