syndication/atom
entry.cpp
bool accept(SpecificItemVisitor *visitor)
Used by visitors for double dispatch.
Definition: entry.cpp:277
A category for categorizing items or whole feeds.
Definition: category.h:45
QList< Link > links() const
links pointing to associated web sites and other resources.
Definition: entry.cpp:127
The content element either contains or links the content of an entry.
Definition: content.h:46
A link, pointing to webpages, media files on the web ("podcast"), related content, etc.
Definition: link.h:39
QString namespaceURI() const
time_t updated() const
The datetime of the last modification of this entry (required).
Definition: entry.cpp:164
bool isNull() const
QDomElement toElement() const
void append(const T &value)
QString localName() const
Content content() const
content of the entry (optional) See Content for details
Definition: entry.cpp:181
QList< Category > categories() const
a list of categories this entry is filed to (optional)
Definition: entry.cpp:101
QString debugInfo() const
returns a description of the content object for debugging purposes
Definition: content.cpp:185
bool isEmpty() const
QList< Person > authors() const
list of persons who are authors of this entry.
Definition: entry.cpp:53
void setFeedAuthors(const QList< Person > &feedAuthors)
Sets the list of the containing feed's authors, which will be used as a fallback in authors() in case...
Definition: entry.cpp:48
Definition: document.h:31
QString extractAtomText(const Syndication::ElementWrapper &parent, const QString &tagname)
extracts the content of an atomTextConstruct.
Definition: atomtools.cpp:35
bool contains(const T &value) const
bool isNull() const
If an entry was copied from another feed, this class contains a description of the source feed...
Definition: source.h:49
QList< Person > contributors() const
list of persons contributing to this entry (optional)
Definition: entry.cpp:82
time_t published() const
The datetime of the publication of this entry (optional).
Definition: entry.cpp:157
QList< Person > authors() const
authors of the original content (optional)
Definition: source.cpp:48
describes a person, with name and optional URI and e-mail address.
Definition: person.h:40
QString debugInfo() const
description of this source object for debugging purposes
Definition: source.cpp:170
QString debugInfo() const
returns a description of this entry for debugging purposes
Definition: entry.cpp:220
int size() const
const_iterator constEnd() const
const_iterator constBegin() const
QList< QDomElement > unhandledElements() const
returns all child elements of this entry not covered by this class.
Definition: entry.cpp:187
QDomNode at(int index) const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:35 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:35 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.