Syndication
abstractparser.h
virtual QString format() const =0
Returns the name of the format supported by this parser.
virtual SpecificDocumentPtr parse(const DocumentSource &source) const =0
Lets the parser parse a document source.
virtual bool accept(const DocumentSource &source) const =0
Lets the parser check if it can parse the passed source.
Represents the source of a syndication document, as read from the downloaded file.
Definition documentsource.h:36
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.