21 #ifndef SOPRANO_SERIALIZER_H
22 #define SOPRANO_SERIALIZER_H
29 #include <QtCore/QObject>
30 #include <QtCore/QHash>
31 #include <QtCore/QUrl>
32 #include <QtCore/QString>
39 class StatementIterator;
80 virtual RdfSerializations supportedSerializations()
const = 0;
90 virtual QStringList supportedUserSerializations()
const;
129 void addPrefix(
const QString& qname,
const QUrl& uri )
const;
138 void clearPrefixes()
const;
Soprano::Serializer defines the interface for a Soprano RDF serializer plugin.
Core class of Soprano's exception system.
SOPRANO_EXPORT QUrl name()
An iterator that provides a stream of Statements.
Base class for all plugins in Soprano.