#include <redland.h>
#include <rasqal.h>
#include "pd_DocumentRDF.h"
#include "pd_RDFSupport.h"
Go to the source code of this file.
Classes | |
struct | RedStatementHolder |
class | RDFArguments |
A class purely to pass redland objects like world, parsers and models and other redland stuff to other methods without exposing their types in the header file. More... | |
Functions | |
librdf_world * | getWorld () |
std::string | tostr (librdf_node *n) |
librdf_statement * | toRedland (const PD_RDFStatement &st) |
ABI_EXPORT std::string | toString (librdf_uri *node) |
ABI_EXPORT std::string | toString (librdf_node *node) |
void | dumpModelToTest (RDFArguments &args) |
void dumpModelToTest | ( | RDFArguments & | args | ) |
librdf_world* getWorld | ( | ) |
Referenced by PD_RDFQuery::executeQuery().
librdf_statement* toRedland | ( | const PD_RDFStatement & | st | ) |
std::string tostr | ( | librdf_node * | n | ) |
ABI_EXPORT std::string toString | ( | librdf_node * | node | ) |
ABI_EXPORT std::string toString | ( | librdf_uri * | node | ) |
Referenced by IE_Imp_OpenDocument::_handleRDFStreams(), and AP_UnixDialog_RDFEditor::addStatement().