Syndication

atom/constants.cpp
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#include "constants.h"
9
10#include <QString>
11
12namespace Syndication
13{
14namespace Atom
15{
17{
18 return QStringLiteral("http://www.w3.org/2005/Atom");
19}
20
22{
23 return QStringLiteral("http://purl.org/atom/ns#");
24}
25
26} // namespace Atom
27} // namespace Syndication
QString atom0_3Namespace()
namespace used by Atom 0.3 elements
QString atom1Namespace()
namespace used by Atom 1.0 elements
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.