Syndication

constants.h
1 /*
2  This file is part of the syndication library
3  SPDX-FileCopyrightText: 2006 Frank Osterfeld <[email protected]>
4 
5  SPDX-License-Identifier: LGPL-2.0-or-later
6 */
7 
8 #ifndef SYNDICATION_CONSTANTS_H
9 #define SYNDICATION_CONSTANTS_H
10 
11 #include "syndication_export.h"
12 
13 class QString;
14 
15 namespace Syndication
16 {
17 SYNDICATION_EXPORT
18 QString xmlNamespace();
19 
20 SYNDICATION_EXPORT
21 QString xhtmlNamespace();
22 
23 SYNDICATION_EXPORT
24 QString dublinCoreNamespace();
25 
26 SYNDICATION_EXPORT
27 QString contentNameSpace();
28 
29 SYNDICATION_EXPORT
30 QString itunesNamespace();
31 
32 /**
33  * wellformedweb.org's RSS namespace for comment functionality
34  * "http://wellformedweb.org/CommentAPI/"
35  */
36 SYNDICATION_EXPORT
38 
39 /**
40  * "slash" namespace
41  * http://purl.org/rss/1.0/modules/slash/
42  */
43 SYNDICATION_EXPORT
45 
46 } // namespace Syndication
47 
48 #endif // SYNDICATION_CONSTANTS_H
QString commentApiNamespace()
wellformedweb.org's RSS namespace for comment functionality "http://wellformedweb....
Definition: constants.cpp:39
QString slashNamespace()
"slash" namespace http://purl.org/rss/1.0/modules/slash/
Definition: constants.cpp:44
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Dec 3 2023 03:52:04 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.