#include "pd_RDFSupport.h"#include "ut_debugmsg.h"#include <sstream>#include <set>#include <iostream>Functions | |
| std::string | toRDFXML (const std::list< PD_RDFModelHandle > &ml) |
| std::string | toRDFXML (PD_RDFModelHandle m) |
| UT_Error | loadRDFXML (PD_DocumentRDFMutationHandle m, const std::string &rdfxml, const std::string &baseuri) |
| UT_Error loadRDFXML | ( | PD_DocumentRDFMutationHandle | m, | |
| const std::string & | rdfxml, | |||
| const std::string & | baseuri | |||
| ) |
References RDFArguments::model, RDFArguments::parser, UT_DEBUG_ONLY_ARG, UT_DEBUGMSG, UT_UNUSED, and RDFArguments::world.
Referenced by AP_UnixDialog_RDFEditor::onImportRDFXML(), AbiCommand::parseTokens(), and IE_Imp_RTF::ReadRDFTriples().
| std::string toRDFXML | ( | const std::list< PD_RDFModelHandle > & | ml | ) |
References RDFArguments::model, UT_DEBUGMSG, UT_UNUSED, and RDFArguments::world.
Referenced by IE_Exp_RTF::_write_rtf_header(), AP_UnixDialog_RDFEditor::onExportRDFXML(), AbiCommand::parseTokens(), toRDFXML(), and ODe_RDFWriter::writeRDF().
| std::string toRDFXML | ( | PD_RDFModelHandle | m | ) |
References toRDFXML().
1.7.1