Class holding 1 static member. More...
#include <ODe_RDFWriter.h>
Static Public Member Functions | |
static bool | writeRDF (PD_Document *pDoc, GsfOutfile *pODT, PD_RDFModelHandle additionalRDF) |
Convert the RDF contained in pDoc->getDocumenrRDF() to RDF/XML and store that in manifest.rdf updating the pDoc so that a manifest entry is created in META_INF by the manifest writing code. | |
Private Member Functions | |
ODe_RDFWriter () |
Class holding 1 static member.
Its sole duty is to create the OpenDocument RDF/XML file(s)
ODe_RDFWriter::ODe_RDFWriter | ( | ) | [private] |
bool ODe_RDFWriter::writeRDF | ( | PD_Document * | pDoc, | |
GsfOutfile * | pODT, | |||
PD_RDFModelHandle | additionalRDF | |||
) | [static] |
Convert the RDF contained in pDoc->getDocumenrRDF() to RDF/XML and store that in manifest.rdf updating the pDoc so that a manifest entry is created in META_INF by the manifest writing code.
References PD_Document::createDataItem(), PD_Document::getDocumentRDF(), ODe_gsf_output_close(), ODe_gsf_output_write(), toRDFXML(), UT_DEBUGMSG, and UT_UNUSED.
Referenced by IE_Exp_OpenDocument::_writeDocument().