#include <CRDFWriter.h>
List of all members.
Constructor & Destructor Documentation
CRDFWriter::CRDFWriter |
( |
| ) |
|
CRDFWriter::~CRDFWriter |
( |
| ) |
|
Member Function Documentation
char * CRDFWriter::write |
( |
const CRDFGraph * |
pGraph | ) |
|
Convert an RDF graph to an XML string. It is the repsonsibility of user to free the allocate memory for the string. If the conversion fails a NULL pointer is returned.
- Parameters:
-
- Returns:
- char * XML
std::string CRDFWriter::xmlFromGraph |
( |
const CRDFGraph * |
pGraph | ) |
[static] |
Convert an RDF graph to an XML string
- Parameters:
-
- Returns:
- std::string
The documentation for this class was generated from the following files: