Syndication
itemrss2impl.cpp
95 const QString updstr = m_item.extractElementTextNS(Atom::atom1Namespace(), QStringLiteral("updated"));
110 std::transform(encs.cbegin(), encs.cend(), std::back_inserter(list), [this](const Syndication::RSS2::Enclosure &e) {
124 std::transform(cats.cbegin(), cats.cend(), std::back_inserter(list), [](const Syndication::RSS2::Category &c) {
void append(const T &value)
bool isNull() const const
QString commentsLink() const override
Link to an HTML site which contains the comments belonging to this item.
Definition: itemrss2impl.cpp:139
A category which can be assigned to items or whole feeds.
Definition: rss2/category.h:27
QString id() const override
returns an identifier that identifies the item within its feed.
Definition: itemrss2impl.cpp:77
QString commentApiNamespace()
wellformedweb.org's RSS namespace for comment functionality "http://wellformedweb....
Definition: constants.cpp:39
Definition: atom/document.h:17
void reserve(int alloc)
int size() const const
QString language() const override
returns the language used in the item's content
Definition: itemrss2impl.cpp:72
QList< PersonPtr > authors() const override
returns a list of persons who created the item content.
Definition: itemrss2impl.cpp:59
QString commentPostUri() const override
URI that can be used to post comments via an HTTP POST request using the Comment API.
Definition: itemrss2impl.cpp:153
SpecificItemPtr specificItem() const override
returns the format-specific item this object abstracts from.
Definition: itemrss2impl.cpp:158
QString link() const override
returns a link to the (web) resource described by this item.
Definition: itemrss2impl.cpp:34
int commentsCount() const override
The number of comments posted for this item.
Definition: itemrss2impl.cpp:131
bool isEmpty() const const
QString commentsFeed() const override
URL of feed syndicating comments belonging to this item.
Definition: itemrss2impl.cpp:144
QString slashNamespace()
"slash" namespace http://purl.org/rss/1.0/modules/slash/
Definition: constants.cpp:44
int toInt(bool *ok, int base) const const
QList::const_iterator cend() const const
QList< CategoryPtr > categories() const override
returns a list of categories this item is filed in.
Definition: itemrss2impl.cpp:117
typename QMap< Key, T >::iterator insert(const Key &key, const T &value)
time_t dateUpdated() const override
returns the date when the item was modified the last time.
Definition: itemrss2impl.cpp:92
QString arg(qlonglong a, int fieldWidth, int base, QChar fillChar) const const
QList< EnclosurePtr > enclosures() const override
returns a list of enclosures describing files available on the net.
Definition: itemrss2impl.cpp:103
Describes a media object that is "attached" to the item.
Definition: rss2/enclosure.h:28
QList::const_iterator cbegin() const const
QMultiMap< QString, QDomElement > additionalProperties() const override
returns a list of item metadata not covered by this class.
Definition: itemrss2impl.cpp:163
time_t datePublished() const override
returns the date when the item was initially published.
Definition: itemrss2impl.cpp:87
QString description() const override
returns the description of the item.
Definition: itemrss2impl.cpp:49
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 3 2023 03:52:05 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 3 2023 03:52:05 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.