SASSY
0.0
Software Architecture Support System
|
An abstract class defining the methods for an RDF Serializer. More...
#include <rdfxx/rdfxx.h>
Public Member Functions | |
virtual | ~Serializer_ () |
Virtual destructor. | |
virtual bool | setNamespace (URI, const std::string &prefix)=0 |
Add a namespace and prefix to the output. | |
virtual bool | toFile (const std::string &filename, Model)=0 |
Write the model to a file. | |
virtual bool | toFile (const std::string &filename, Model, URI base_uri)=0 |
Write the model to a file. | |
An abstract class defining the methods for an RDF Serializer.