11#ifndef LIBRSS_DOCUMENT_H
12#define LIBRSS_DOCUMENT_H
90 TQString title() const;
109 const KURL & link() const;
122 const Image * image() const;
145 const Article::List & articles() const;
169 const TQDateTime & pubDate() const;
190 const KURL & docs() const;
Image * image() RSS 0.90 and upwards.
TQString verbVersion() const Convenience method.
const DayList & skipDays() const RSS 0.91 and upwards.
Language language() const RSS 0.91 and upwards.
const TQDateTime & pubDate() const RSS 0.91 and upwards.
TQString description() const RSS 0.90 and upwards.
const KURL & link() const RSS 0.90 and upwards.
TQString rating() const RSS 0.91 and upwards.
TQString managingEditor() const RSS 0.91 and upwards.
Document & operator=(const Document &other) Assignment operator.
TQString webMaster() const RSS 0.91 and upwards.
TQString title() const RSS 0.90 and upwards.
const TQDateTime & lastBuildDate() const RSS 0.91 and upwards.
const KURL & docs() const RSS 0.91 and upwards.
const HourList & skipHours() const RSS 0.91 and upwards.
Document() Default constructor.
TQString copyright() const RSS 0.91 and upwards.
const Article::List & articles() const RSS 0.90 and upwards.
TextInput * textInput() RSS 0.90 and upwards.
|