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
QDomElement firstElementByTagNameNS(const QString &nsURI, const QString &tagName) const
searches the direct children of the wrapped element for an element with a given namespace and tag nam...
Definition: elementwrapper.cpp:218
void reserve(int alloc)
QList< Category > categories() const
categories the source feed is assigned to (optional)
Definition: atom/source.cpp:63
QList< QDomElement > elementsByTagNameNS(const QString &nsURI, const QString &tagName) const
returns all child elements with tag name tagname and namespace URI nsURI.
Definition: elementwrapper.cpp:236
QString debugInfo() const
a description of this generator for debugging purposes.
Definition: generator.cpp:42
QString extractElementTextNS(const QString &namespaceURI, const QString &localName) const
extracts the text from a child element, respecting namespaces.
Definition: elementwrapper.cpp:162
bool isNull() const
returns whether the wrapped element is a null element
Definition: elementwrapper.cpp:68
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-2022 The KDE developers.
Generated on Mon Aug 15 2022 04:03:41 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Mon Aug 15 2022 04:03:41 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.