Syndication
rdf/parser.h
Represents the source of a syndication document, as read from the downloaded file.
Definition documentsource.h:36
SpecificDocumentPtr parse(const DocumentSource &source) const override
Parses an RSS 0.9/1.0 document from a feed source.
Definition rdf/parser.cpp:59
QString format() const override
format string of this parser, which is "rdf".
Definition rdf/parser.cpp:205
bool accept(const DocumentSource &source) const override
returns whether the passed document looks like an RSS 0.9 or RSS 1.0 document.
Definition rdf/parser.cpp:43
Syndication's parser for the RDF-based RSS 0.9 and RSS 1.0 formats.
Definition documentvisitor.h:24
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.