Syndication
rss2/parser.h
Represents the source of a syndication document, as read from the downloaded file.
Definition documentsource.h:36
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
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.