Syndication
atom/source.cpp
52 const QList<QDomElement> a = elementsByTagNameNS(atom1Namespace(), QStringLiteral("contributor"));
QList< Person > contributors() const
contributors to the original content (optional)
Definition: atom/source.cpp:50
bool isNull() const const
QString subtitle() const
description or subtitle of the source feed (optional).
Definition: atom/source.cpp:114
int count(const T &value) const const
Definition: atom/document.h:17
void reserve(int alloc)
QList< Category > categories() const
categories the source feed is assigned to (optional)
Definition: atom/source.cpp:63
QString debugInfo() const
a description of this generator for debugging purposes.
Definition: generator.cpp:42
Description of the agent used to generate the feed.
Definition: generator.h:25
QList::const_iterator cend() const const
KCALUTILS_EXPORT QString dateTimeToString(const QDateTime &date, bool dateOnly=false, bool shortfmt=true)
QList< Person > authors() const
authors of the original content (optional)
Definition: atom/source.cpp:36
QString extractAtomText(const Syndication::ElementWrapper &parent, const QString &tagname)
extracts the content of an atomTextConstruct.
Definition: atomtools.cpp:21
QList::const_iterator cbegin() const const
QString id() const
a string that unambiguously identifies the source feed (optional)
Definition: atom/source.cpp:86
Generator generator() const
description of the software which generated the source feed (optional)
Definition: atom/source.cpp:76
QString logo() const
URL of an image, the logo of the source feed (optional)
Definition: atom/source.cpp:104
time_t updated() const
The datetime of the last modification of the source feed content.
Definition: atom/source.cpp:124
QString debugInfo() const
description of this source object for debugging purposes
Definition: atom/source.cpp:130
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Jun 5 2023 03:55:57 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Jun 5 2023 03:55:57 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.