Syndication
documentvisitor.cpp
An Atom 1.0 Entry Document, containing a single Atom entry outside of the context of a feed.
Definition atom/document.h:187
An Atom 1.0 Feed Document, containing metadata describing the feed and a number of entries.
Definition atom/document.h:44
virtual bool visitRSS2Document(Syndication::RSS2::Document *document)
reimplement this method to handle RSS2-like (RSS 0.9x, 2.0) documents.
Definition documentvisitor.cpp:22
virtual bool visit(SpecificDocument *document)
call this method to handle a document.
Definition documentvisitor.cpp:17
virtual bool visitRDFDocument(Syndication::RDF::Document *document)
reimplement this method to handle RDF (i.e.
Definition documentvisitor.cpp:27
virtual bool visitAtomFeedDocument(Syndication::Atom::FeedDocument *document)
reimplement this method to handle Atom feed documents (most Atom feeds are of this type).
Definition documentvisitor.cpp:32
virtual bool visitAtomEntryDocument(Syndication::Atom::EntryDocument *document)
reimplement this method to handle Atom entry documents.
Definition documentvisitor.cpp:37
Document implementation for RDF, representing an RSS 1.0 feed.
Definition rdf/document.h:41
document implementation, representing an RSS feed from the 0.91-0.94/2.0 family.
Definition rss2/document.h:44
Document interface for format-specific feed documents as parsed from a document source (see DocumentS...
Definition specificdocument.h:39
virtual bool accept(DocumentVisitor *visitor)=0
This must be implemented for the double dispatch technique (Visitor pattern).
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.