Syndication
feed.h
This class represents a feed document ("Channel" in RSS, "Feed" in Atom).
Definition feed.h:53
virtual SpecificDocumentPtr specificDocument() const =0
returns the format-specific document this abstraction wraps.
virtual ImagePtr image() const =0
returns an image associated with this item.
virtual QString copyright() const =0
returns copyright information about the feed
virtual QList< CategoryPtr > categories() const =0
returns a list of categories this feed is associated with.
virtual QMultiMap< QString, QDomElement > additionalProperties() const =0
returns a list of feed metadata not covered by this class.
virtual QList< ItemPtr > items() const =0
A list of items, in the order they were parsed from the feed source.
virtual QString link() const =0
returns a link pointing to a website associated with this channel.
virtual QList< PersonPtr > authors() const =0
returns a list of persons who created the feed content.
Category
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:18 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:18 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.