Syndication Library
23 #include "constants.h"
25 #include <QtCore/QString>
27 namespace Syndication {
29 QString xmlNamespace()
31 return QLatin1String(
"http://www.w3.org/XML/1998/namespace");
34 QString xhtmlNamespace()
36 return QLatin1String(
"http://www.w3.org/1999/xhtml");
39 QString contentNameSpace()
41 return QLatin1String(
"http://purl.org/rss/1.0/modules/content/");
44 QString dublinCoreNamespace()
46 return QLatin1String(
"http://purl.org/dc/elements/1.1/");
49 QString itunesNamespace()
51 return QLatin1String(
"http://www.itunes.com/dtds/podcast-1.0.dtd");
56 return QLatin1String(
"http://wellformedweb.org/CommentAPI/");
61 return QLatin1String(
"http://purl.org/rss/1.0/modules/slash/");
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:26:15 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.