#include <libmythbase/rssparse.h>
|
static const QString | kDC = "http://purl.org/dc/elements/1.1/" |
|
static const QString | kWFW = "http://wellformedweb.org/CommentAPI/" |
|
static const QString | kAtom = "http://www.w3.org/2005/Atom" |
|
static const QString | kRDF = "http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
|
static const QString | kSlash = "http://purl.org/rss/1.0/modules/slash/" |
|
static const QString | kEnc = "http://purl.oclc.org/net/rss_2.0/enc#" |
|
static const QString | kITunes = "http://www.itunes.com/dtds/podcast-1.0.dtd" |
|
static const QString | kGeoRSSSimple = "http://www.georss.org/georss" |
|
static const QString | kGeoRSSW3 = "http://www.w3.org/2003/01/geo/wgs84_pos#" |
|
static const QString | kMediaRSS = "http://search.yahoo.com/mrss/" |
|
static const QString | kMythRSS = "http://www.mythtv.org/wiki/MythNetvision_Grabber_Script_Format" |
|
Definition at line 188 of file rssparse.h.
◆ Parse()
◆ ~Parse()
◆ parseRSS()
◆ ParseItem()
ResultItem * Parse::ParseItem |
( |
const QDomElement & |
item | ) |
|
|
static |
◆ GetLink()
QString Parse::GetLink |
( |
const QDomElement & |
parent | ) |
|
|
static |
◆ GetAuthor()
QString Parse::GetAuthor |
( |
const QDomElement & |
parent | ) |
|
|
static |
◆ GetCommentsRSS()
QString Parse::GetCommentsRSS |
( |
const QDomElement & |
parent | ) |
|
|
static |
◆ GetCommentsLink()
QString Parse::GetCommentsLink |
( |
const QDomElement & |
parent | ) |
|
|
static |
◆ GetDCDateTime()
QDateTime Parse::GetDCDateTime |
( |
const QDomElement & |
parent | ) |
|
|
static |
◆ FromRFC3339()
QDateTime Parse::FromRFC3339 |
( |
const QString & |
t | ) |
|
|
static |
◆ RFC822TimeToQDateTime()
QDateTime Parse::RFC822TimeToQDateTime |
( |
const QString & |
parent | ) |
|
|
static |
◆ GetAllCategories()
QStringList Parse::GetAllCategories |
( |
const QDomElement & |
| ) |
const |
◆ GetMediaRSS()
QList< MRSSEntry > Parse::GetMediaRSS |
( |
const QDomElement & |
item | ) |
|
|
static |
◆ GetEnclosures()
QList< Enclosure > Parse::GetEnclosures |
( |
const QDomElement & |
entry | ) |
|
|
static |
◆ UnescapeHTML()
QString Parse::UnescapeHTML |
( |
const QString & |
escaped | ) |
|
|
static |
◆ MRSSParser
◆ m_timezoneOffsets
QMap< QString, int > Parse::m_timezoneOffsets |
|
staticprivate |
◆ kDC
const QString Parse::kDC = "http://purl.org/dc/elements/1.1/" |
|
staticprotected |
◆ kWFW
const QString Parse::kWFW = "http://wellformedweb.org/CommentAPI/" |
|
staticprotected |
◆ kAtom
const QString Parse::kAtom = "http://www.w3.org/2005/Atom" |
|
staticprotected |
◆ kRDF
const QString Parse::kRDF = "http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
|
staticprotected |
◆ kSlash
const QString Parse::kSlash = "http://purl.org/rss/1.0/modules/slash/" |
|
staticprotected |
◆ kEnc
const QString Parse::kEnc = "http://purl.oclc.org/net/rss_2.0/enc#" |
|
staticprotected |
◆ kITunes
const QString Parse::kITunes = "http://www.itunes.com/dtds/podcast-1.0.dtd" |
|
staticprotected |
◆ kGeoRSSSimple
const QString Parse::kGeoRSSSimple = "http://www.georss.org/georss" |
|
staticprotected |
◆ kGeoRSSW3
const QString Parse::kGeoRSSW3 = "http://www.w3.org/2003/01/geo/wgs84_pos#" |
|
staticprotected |
◆ kMediaRSS
const QString Parse::kMediaRSS = "http://search.yahoo.com/mrss/" |
|
staticprotected |
Definition at line 225 of file rssparse.h.
Referenced by MRSSParser::CollectArbitraryLocatedData(), MRSSParser::CollectChildren(), MRSSParser::GetComments(), MRSSParser::GetCredits(), MRSSParser::GetDescription(), MRSSParser::GetKeywords(), MRSSParser::GetPeerLinks(), MRSSParser::GetScenes(), MRSSParser::GetThumbnails(), MRSSParser::GetTitle(), MRSSParser::GetURL(), and MRSSParser::operator()().
◆ kMythRSS
const QString Parse::kMythRSS = "http://www.mythtv.org/wiki/MythNetvision_Grabber_Script_Format" |
|
staticprotected |
The documentation for this class was generated from the following files: