syndication/rss2
document.h
A category which can be assigned to items or whole feeds.
Definition category.h:42
document implementation, representing an RSS feed from the 0.91-0.94/2.0 family.
Definition document.h:57
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 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
"The purpose of the <textInput> element is something of a mystery.
Definition textinput.h:41
A parser and model classes for RSS 0.91 (Userland and Netscape flavor), 0.92, 0.93,...
Definition category.cpp:29
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.