syndication/rss2
Classes | |
class | Category |
A category which can be assigned to items or whole feeds. More... | |
class | Cloud |
Cloud information for an RSS channel. More... | |
class | Document |
document implementation, representing an RSS feed from the 0.91-0.94/2.0 family. More... | |
class | Enclosure |
Describes a media object that is "attached" to the item. More... | |
class | Image |
An RSS2 image, used to describe feed logos. More... | |
class | Item |
An Item, representing an entry in an RSS feed. More... | |
class | Parser |
Parser implementation for the RSS 0.9x/2.0 format family. More... | |
class | Source |
Class representing the <source> element in RSS2. More... | |
class | TextInput |
"The purpose of the <textInput> element is something of a mystery. More... |
Typedefs | |
typedef boost::shared_ptr < Document > | DocumentPtr |
Functions | |
QString | extractContent (const ElementWrapper &parent) |
Detailed Description
A parser and model classes for RSS 0.91 (Userland and Netscape flavor), 0.92, 0.93, 0.94 and 2.0(.1)
Function Documentation
QString Syndication::RSS2::extractContent | ( | const ElementWrapper & | parent | ) |
extracts encoded content from XHTML, content:encoded and friends
- Parameters
-
parent the parent node, e.g. a channel or item element
- Returns
- the content as HTML (see Item::content() for details)
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Tue Dec 11 2012 12:13:50 by doxygen 1.8.1.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Tue Dec 11 2012 12:13:50 by doxygen 1.8.1.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.