Syndication
rss2/parser.cpp
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, representing an RSS feed from the 0.91-0.94/2.0 family.
Definition rss2/document.h:44
static Document fromXML(const QDomDocument &document)
Parses an RSS2 document from an XML document.
Definition rss2/document.cpp:57
Parser implementation for the RSS 0.9x/2.0 format family.
Definition rss2/parser.h:30
Syndication::SpecificDocumentPtr parse(const DocumentSource &source) const override
creates an RSS2 wrapper for a document source.
Definition rss2/parser.cpp:36
QString format() const override
returns the format string of this parser implementation, which is "rss2".
Definition rss2/parser.cpp:41
bool accept(const DocumentSource &source) const override
checks whether a document source looks like an RSS0.9x/2.0 document
Definition rss2/parser.cpp:24
bool isNull() const const
QDomNode namedItem(const QString &name) const const
QDomElement toElement() 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.