Syndication
rdf/parser.cpp
92 const QDomNodeList list = doc.elementsByTagNameNS(RSS09Vocab::self()->namespaceURI(), QStringLiteral("item"));
Represents the source of a syndication document, as read from the downloaded file.
Definition documentsource.h:36
QDomDocument asDomDocument() const
Returns the feed source as DOM document.
Definition documentsource.cpp:66
Document implementation for RDF, representing an RSS 1.0 feed.
Definition rdf/document.h:41
An RDF parser, used to parse an RDF model from RDF/XML.
Definition modelmaker.h:35
Model createFromXML(const QDomDocument &doc)
parses an RDF model from RDF/XML
Definition modelmaker.cpp:24
virtual QList< ResourcePtr > resourcesWithType(ResourcePtr type) const
returns all resources of a given type.
Definition model.cpp:247
Parser implementation for RDF-based RSS 0.9 and RSS 1.0 feeds.
Definition rdf/parser.h:28
QString format() const override
format string of this parser, which is "rdf".
Definition rdf/parser.cpp:205
bool accept(const DocumentSource &source) const override
returns whether the passed document looks like an RSS 0.9 or RSS 1.0 document.
Definition rdf/parser.cpp:43
SpecificDocumentPtr parse(const DocumentSource &source) const override
Parses an RSS 0.9/1.0 document from a feed source.
Definition rdf/parser.cpp:59
QString namespaceURI()
the RDF namespace, which is http://www.w3.org/1999/02/22-rdf-syntax-ns#
Definition rdfvocab.cpp:75
QStringList properties() const
returns a list containing all URIs representing properties in this vocabulary
Definition rssvocab.cpp:246
PropertyPtr items() const
RSS 1.0 items property, see Document::items() for more details.
Definition rssvocab.cpp:113
Type type(const QSqlDatabase &db)
KIOCORE_EXPORT CopyJob * link(const QList< QUrl > &src, const QUrl &destDir, JobFlags flags=DefaultFlags)
QString name(StandardAction id)
KGuiItem ok()
QDomElement documentElement() const const
QDomNode appendChild(const QDomNode &newChild)
bool isElement() const const
bool isNull() const const
QString namespaceURI() const const
iterator insert(const Key &key, const T &value)
iterator begin()
T & first()
bool isEmpty() const const
qsizetype size() const const
QString number(double n, char format, int precision)
uint toUInt(bool *ok, int base) const const
bool contains(QLatin1StringView str, Qt::CaseSensitivity cs) const const
This file is part of the KDE documentation.
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
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.