syndication/rss2
document.cpp
402 QDomElement titleEl = (*litems.begin()).firstElementByTagNameNS(QString(), QLatin1String("title"));
441 QDomElement descEl = (*litems.begin()).firstElementByTagNameNS(QString(), QLatin1String("description"));
A category which can be assigned to items or whole feeds.
Definition category.h:42
QString debugInfo() const
Returns a description of the object for debugging purposes.
Definition cloud.cpp:72
document implementation, representing an RSS feed from the 0.91-0.94/2.0 family.
Definition document.h:57
QList< QDomElement > unhandledElements() const
returns all child elements of this document not covered by this class.
Definition document.cpp:301
Document()
Default constructor, creates a null object, for which isNull() is true and isValid() is false.
Definition document.cpp:73
Cloud cloud() const
Allows processes to register with a cloud to be notified of updates to the channel,...
Definition document.cpp:203
Image image() const
Specifies a GIF, JPEG or PNG image that can be displayed with the channel.
Definition document.cpp:218
QString link() const
The URL to the HTML website corresponding to the channel.
Definition document.cpp:102
time_t pubDate() const
The publication date for the content in the channel.
Definition document.cpp:156
QString managingEditor() const
Email address for person responsible for editorial content.
Definition document.cpp:146
time_t lastBuildDate() const
The last time the content of the channel changed.
Definition document.cpp:171
QString debugInfo() const
Returns a description of the object and its children for debugging purposes.
Definition document.cpp:344
QString docs() const
A URL that points to the documentation for the format used in the RSS file.
Definition document.cpp:198
TextInput textInput() const
Specifies a text input box that can be displayed with the channel.
Definition document.cpp:223
QString webMaster() const
Email address for person responsible for technical issues relating to channel.
Definition document.cpp:151
virtual bool accept(DocumentVisitor *visitor)
Used by visitors for double dispatch.
Definition document.cpp:466
QList< Category > categories() const
Specifies one or more categories that the channel belongs to.
Definition document.cpp:178
static Document fromXML(const QDomDocument &document)
Parses an RSS2 document from an XML document.
Definition document.cpp:66
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
QString generator() const
A string indicating the program used to generate the channel.
Definition document.cpp:193
QSet< DayOfWeek > skipDays() const
A set of week days where aggregators shouldn't read the channel.
Definition document.cpp:258
QString debugInfo() const
Returns a description of the object for debugging purposes.
Definition image.cpp:82
"The purpose of the <textInput> element is something of a mystery.
Definition textinput.h:41
QString debugInfo() const
Returns a description of the object for debugging purposes.
Definition textinput.cpp:61
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.