Syndication

constants.h
1/*
2 This file is part of the syndication library
3 SPDX-FileCopyrightText: 2006 Frank Osterfeld <osterfeld@kde.org>
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
13class QString;
14
15namespace Syndication
16{
17SYNDICATION_EXPORT
18QString xmlNamespace();
19
20SYNDICATION_EXPORT
21QString xhtmlNamespace();
22
23SYNDICATION_EXPORT
24QString dublinCoreNamespace();
25
26SYNDICATION_EXPORT
27QString contentNameSpace();
28
29SYNDICATION_EXPORT
30QString itunesNamespace();
31
32/**
33 * wellformedweb.org's RSS namespace for comment functionality
34 * "http://wellformedweb.org/CommentAPI/"
35 */
36SYNDICATION_EXPORT
38
39/**
40 * "slash" namespace
41 * http://purl.org/rss/1.0/modules/slash/
42 */
43SYNDICATION_EXPORT
45
46} // namespace Syndication
47
48#endif // SYNDICATION_CONSTANTS_H
QString slashNamespace()
"slash" namespace http://purl.org/rss/1.0/modules/slash/
Definition constants.cpp:44
QString commentApiNamespace()
wellformedweb.org's RSS namespace for comment functionality "http://wellformedweb....
Definition constants.cpp:39
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:14:15 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.