Syndication
atom/source.cpp
52 const QList<QDomElement> a = elementsByTagNameNS(atom1Namespace(), QStringLiteral("contributor"));
Description of the agent used to generate the feed.
Definition generator.h:26
QString debugInfo() const
a description of this generator for debugging purposes.
Definition generator.cpp:42
time_t updated() const
The datetime of the last modification of the source feed content.
Definition atom/source.cpp:124
QList< Person > contributors() const
contributors to the original content (optional)
Definition atom/source.cpp:50
QString id() const
a string that unambiguously identifies the source feed (optional)
Definition atom/source.cpp:86
QList< Person > authors() const
authors of the original content (optional)
Definition atom/source.cpp:36
QString debugInfo() const
description of this source object for debugging purposes
Definition atom/source.cpp:130
QString subtitle() const
description or subtitle of the source feed (optional).
Definition atom/source.cpp:114
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
QList< Category > categories() const
categories the source feed is assigned to (optional)
Definition atom/source.cpp:63
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
bool isNull() const
returns whether the wrapped element is a null element
Definition elementwrapper.cpp:68
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 extractElementTextNS(const QString &namespaceURI, const QString &localName) const
extracts the text from a child element, respecting namespaces.
Definition elementwrapper.cpp:162
QString extractAtomText(const Syndication::ElementWrapper &parent, const QString &tagname)
extracts the content of an atomTextConstruct.
Definition atomtools.cpp:21
const_iterator cbegin() const const
const_iterator cend() const const
qsizetype count() const const
void reserve(qsizetype size)
bool isNull() const const
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.