syndication/rss2
parser.cpp
document implementation, representing an RSS feed from the 0.91-0.94/2.0 family.
Definition document.h:57
static Document fromXML(const QDomDocument &document)
Parses an RSS2 document from an XML document.
Definition document.cpp:66
Parser implementation for the RSS 0.9x/2.0 format family.
Definition parser.h:43
bool accept(const DocumentSource &source) const
checks whether a document source looks like an RSS0.9x/2.0 document
Definition parser.cpp:37
QString format() const
returns the format string of this parser implementation, which is "rss2".
Definition parser.cpp:53
Syndication::SpecificDocumentPtr parse(const DocumentSource &source) const
creates an RSS2 wrapper for a document source.
Definition parser.cpp:48
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.