#include <CRaptorInit.h>
Definition at line 17 of file CRaptorInit.h.
CRaptorInit::CRaptorInit |
( |
| ) |
|
CRaptorInit::~CRaptorInit |
( |
| ) |
|
bool CRaptorInit::isLocalURI |
( |
raptor_uri * |
pURI | ) |
|
|
static |
Checks whether the given URI is resolved locally;
- Parameters
-
- Returns
- bool isLocalURI
Definition at line 36 of file CRaptorInit.cpp.
References pRaptorFreeUri.
Referenced by CRDFParser::TripleHandler().
39 raptor_new_uri_for_retrieval(pURI);
42 (strcmp(
"/", (
char *) raptor_uri_as_string(pTmp)) == 0);
#define pRaptorFreeUri(p)
bool CRaptorInit::Initialized = false |
|
staticprivate |
This attribute indicates whether the raptor library is initialized
Definition at line 44 of file CRaptorInit.h.
Referenced by CRaptorInit().
The documentation for this class was generated from the following files: