syndication/rss2
parser.cpp
document implementation, representing an RSS feed from the 0.91-0.94/2.0 family.
Definition: document.h:55
static Document fromXML(const QDomDocument &document)
Parses an RSS2 document from an XML document.
Definition: document.cpp:66
Syndication::SpecificDocumentPtr parse(const DocumentSource &source) const
creates an RSS2 wrapper for a document source.
Definition: parser.cpp:48
QDomElement toElement() const
QDomNode namedItem(const QString &name) const
bool isNull() const
bool accept(const DocumentSource &source) const
checks whether a document source looks like an RSS0.9x/2.0 document
Definition: parser.cpp:37
Parser implementation for the RSS 0.9x/2.0 format family.
Definition: parser.h:42
QString format() const
returns the format string of this parser implementation, which is "rss2".
Definition: parser.cpp:53
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:41 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:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.