Syndication
rss2/parser.h
Represents the source of a syndication document, as read from the downloaded file.
Definition documentsource.h:36
document implementation, representing an RSS feed from the 0.91-0.94/2.0 family.
Definition rss2/document.h:44
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
Syndication::SpecificDocumentPtr parse(const DocumentSource &source) const override
creates an RSS2 wrapper for a document source.
Definition rss2/parser.cpp:36
A parser and model classes for RSS 0.91 (Userland and Netscape flavor), 0.92, 0.93,...
Definition documentvisitor.h:29
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:38 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:38 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.