syndication/atom
document.h
57class SYNDICATION_EXPORT FeedDocument : public Syndication::SpecificDocument, public ElementWrapper
202class SYNDICATION_EXPORT EntryDocument : public Syndication::SpecificDocument, public Syndication::ElementWrapper
A category for categorizing items or whole feeds.
Definition category.h:46
An Atom 1.0 Entry Document, containing a single Atom entry outside of the context of a feed.
Definition document.h:203
EntryDocument()
default constructor, creates a null document, which is invalid.
Definition document.cpp:299
bool accept(DocumentVisitor *visitor)
Used by visitors for double dispatch.
Definition document.cpp:307
QString debugInfo() const
returns a description of this entry document for debugging purposes.
Definition document.cpp:323
an Atom entry, equivalent to the "items" in the RSS world.
Definition entry.h:54
An Atom 1.0 Feed Document, containing metadata describing the feed and a number of entries.
Definition document.h:58
time_t updated() const
The datetime of the last modification of the feed content.
Definition document.cpp:153
QList< QDomElement > unhandledElements() const
returns all child elements of this feed not covered by this class.
Definition document.cpp:201
QString debugInfo() const
returns a description of this feed document for debugging purposes.
Definition document.cpp:240
QList< Category > categories() const
a list of categories this feed is assigned to (optional)
Definition document.cpp:93
QList< Entry > entries() const
a list of the entries (items) in this feed.
Definition document.cpp:179
QList< Person > contributors() const
a list of persons who contribute to this feed.
Definition document.cpp:74
QList< Person > authors() const
a list of persons who are the authors of this feed.
Definition document.cpp:55
bool accept(DocumentVisitor *visitor)
Used by visitors for double dispatch.
Definition document.cpp:50
Generator generator() const
description of the agent used to generate the feed.
Definition document.cpp:112
QString id() const
a string that unambigously identifies the feed (required)
Definition document.cpp:131
Description of the agent used to generate the feed.
Definition generator.h:40
A link, pointing to webpages, media files on the web ("podcast"), related content,...
Definition link.h:40
describes a person, with name and optional URI and e-mail address.
Definition person.h:41
Atom parser and model classes, representing Atom 1.0 documents (Atom 0.3 documents are converted by t...
Definition atom.h:43
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.