syndication/rss2
Classes | |
class | Category |
class | Cloud |
class | Document |
class | Enclosure |
class | Image |
class | Parser |
class | Source |
class | TextInput |
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)
Typedef Documentation
◆ DocumentPtr
typedef boost::shared_ptr<Document> Syndication::RSS2::DocumentPtr |
Definition at line 47 of file document.h.
Function Documentation
◆ extractContent()
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-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.