SASSY  0.0
Software Architecture Support System
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
rdf::Serializer_ Class Referenceabstract

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.
 

Detailed Description

An abstract class defining the methods for an RDF Serializer.


The documentation for this class was generated from the following file: