Syndication
atom/parser.h
54 Q_REQUIRED_RESULT Syndication::SpecificDocumentPtr parse(const Syndication::DocumentSource &source) const override;
QString format() const override
returns the format string for this parser implementation, which is "atom"
Definition atom/parser.cpp:78
Syndication::SpecificDocumentPtr parse(const Syndication::DocumentSource &source) const override
parses either an EntryDocument or a FeedDocument from a document source.
Definition atom/parser.cpp:42
bool accept(const Syndication::DocumentSource &source) const override
returns whether the source looks like an Atom 1.0 or 0.3 document, by checking the root element.
Definition atom/parser.cpp:36
Represents the source of a syndication document, as read from the downloaded file.
Definition documentsource.h:36
Document interface for format-specific feed documents as parsed from a document source (see DocumentS...
Definition specificdocument.h:39
Atom parser and model classes, representing Atom 1.0 documents (Atom 0.3 documents are converted by t...
Definition atom.h:30
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.