syndication/rss2
document.cpp
294 for (QList<QDomElement>::ConstIterator it = itemNodes.constBegin(); it != itemNodes.constEnd(); ++it)
402 QDomElement titleEl = (*litems.begin()).firstElementByTagNameNS(QString(), QLatin1String("title"));
441 QDomElement descEl = (*litems.begin()).firstElementByTagNameNS(QString(), QLatin1String("description"));
TextInput textInput() const
Specifies a text input box that can be displayed with the channel.
Definition: document.cpp:223
QSet< int > skipHours() const
Contains a set of hours (from 0 to 23), time in GMT, when the channel is not updated.
Definition: document.cpp:234
document implementation, representing an RSS feed from the 0.91-0.94/2.0 family.
Definition: document.h:55
QString debugInfo() const
Returns a description of the object for debugging purposes.
Definition: cloud.cpp:72
QString namespaceURI() const
QString docs() const
A URL that points to the documentation for the format used in the RSS file.
Definition: document.cpp:198
const_iterator insert(const T &value)
QString generator() const
A string indicating the program used to generate the channel.
Definition: document.cpp:193
static Document fromXML(const QDomDocument &document)
Parses an RSS2 document from an XML document.
Definition: document.cpp:66
int size() const
bool isCDATASection() const
bool isNull() const
QDomElement toElement() const
QList< QDomElement > unhandledElements() const
returns all child elements of this document not covered by this class.
Definition: document.cpp:301
void append(const T &value)
QString localName() const
int toInt(bool *ok, int base) const
bool isEmpty() const
QList< Category > categories() const
Specifies one or more categories that the channel belongs to.
Definition: document.cpp:178
Definition: document.h:36
Definition: document.h:35
QString debugInfo() const
Returns a description of the object and its children for debugging purposes.
Definition: document.cpp:344
QDomNode namedItem(const QString &name) const
virtual bool accept(DocumentVisitor *visitor)
Used by visitors for double dispatch.
Definition: document.cpp:466
bool contains(const T &value) const
time_t lastBuildDate() const
The last time the content of the channel changed.
Definition: document.cpp:171
QString managingEditor() const
Email address for person responsible for editorial content.
Definition: document.cpp:146
bool isNull() const
Document()
Default constructor, creates a null object, for which isNull() is true and isValid() is false...
Definition: document.cpp:73
QDomNode firstChild() const
QString webMaster() const
Email address for person responsible for technical issues relating to channel.
Definition: document.cpp:151
Image image() const
Specifies a GIF, JPEG or PNG image that can be displayed with the channel.
Definition: document.cpp:218
"The purpose of the element is something of a mystery.
Definition: textinput.h:40
bool contains(const Key &key) const
Cloud cloud() const
Allows processes to register with a cloud to be notified of updates to the channel, implementing a lightweight publish-subscribe protocol for RSS feeds.
Definition: document.cpp:203
QString debugInfo() const
Returns a description of the object for debugging purposes.
Definition: image.cpp:82
int size() const
const_iterator constEnd() const
const_iterator constBegin() const
QSet< DayOfWeek > skipDays() const
A set of week days where aggregators shouldn't read the channel.
Definition: document.cpp:258
QString link() const
The URL to the HTML website corresponding to the channel.
Definition: document.cpp:102
QString debugInfo() const
Returns a description of the object for debugging purposes.
Definition: textinput.cpp:61
iterator begin()
time_t pubDate() const
The publication date for the content in the channel.
Definition: document.cpp:156
QDomNode at(int index) const
A category which can be assigned to items or whole feeds.
Definition: category.h:41
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:37:41 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:41 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.