Syndication
8#ifndef SYNDICATION_RDF_DUBLINCOREVOCAB_H
9#define SYNDICATION_RDF_DUBLINCOREVOCAB_H
11#include <syndication/rdf/property.h>
34 static DublinCoreVocab *
self();
69 PropertyPtr
date()
const;
81 PropertyPtr
format()
const;
111 PropertyPtr
rights()
const;
117 PropertyPtr
source()
const;
129 PropertyPtr
title()
const;
135 PropertyPtr
type()
const;
139 Q_DISABLE_COPY(DublinCoreVocab)
141 class DublinCoreVocabPrivate;
142 std::unique_ptr<DublinCoreVocabPrivate>
const d;
PropertyPtr date() const
dc:date property.
PropertyPtr creator() const
dc:creator property.
PropertyPtr title() const
dc:title property.
PropertyPtr contributor() const
dc:contributor property.
static DublinCoreVocab * self()
returns the singleton instance
PropertyPtr type() const
dc:type property.
PropertyPtr subject() const
dc:subject property.
PropertyPtr relation() const
dc:relation property.
PropertyPtr identifier() const
dc:identifier property.
PropertyPtr description() const
dc:description property.
PropertyPtr rights() const
dc:rights property.
~DublinCoreVocab()
destructor
PropertyPtr source() const
dc:source property.
PropertyPtr format() const
dc:format property.
const QString & namespaceURI() const
the namespace of the Dublin Core vocabulary, http://purl.org/dc/elements/1.1/
PropertyPtr publisher() const
dc:publisher property.
PropertyPtr coverage() const
dc:coverage property.
PropertyPtr language() const
dc:language property.
Syndication's parser for the RDF-based RSS 0.9 and RSS 1.0 formats.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:38 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.