Convenience class for creating Literal values. More...
#include <pd_DocumentRDF.h>
Public Member Functions | |
PD_Literal (const std::string &v="", const std::string &xsdtype="") |
Convenience class for creating Literal values.
Note that object slicing is OK here because there are no local member variables in this class and the type is explicitly preserved in m_objectType in the parent class.
PD_Literal::PD_Literal | ( | const std::string & | v = "" , |
|
const std::string & | xsdtype = "" | |||
) |