#include <CRDFUtilities.h>
◆ CRDFUtilities()
CRDFUtilities::CRDFUtilities |
( |
| ) |
|
◆ ~CRDFUtilities()
CRDFUtilities::~CRDFUtilities |
( |
| ) |
|
|
virtual |
◆ findNextElement()
bool CRDFUtilities::findNextElement |
( |
const std::string & |
rdfXml, |
|
|
const std::string & |
elementName, |
|
|
std::string::size_type & |
start, |
|
|
std::string::size_type & |
end |
|
) |
| |
|
static |
Find the the next XML element with the given name (either start or end).
- Parameters
-
const | std::string & rdfXml |
const | std::string & elementName |
std::string::size_type | & start |
std::string::size_type | & end |
- Returns
- bool found
Referenced by fixLocalFileAboutReference(), and fixSBMLRdf().
◆ fixLocalFileAboutReference()
unsigned C_INT32 CRDFUtilities::fixLocalFileAboutReference |
( |
std::string & |
rdfXml, |
|
|
const std::string & |
newId, |
|
|
const std::string & |
oldId |
|
) |
| |
|
static |
◆ fixSBMLRdf()
unsigned C_INT32 CRDFUtilities::fixSBMLRdf |
( |
std::string & |
rdfXml | ) |
|
|
static |
◆ getNameSpaceQualifier()
std::string CRDFUtilities::getNameSpaceQualifier |
( |
const std::string & |
rdfXml, |
|
|
const std::string & |
nameSpace |
|
) |
| |
|
static |
Find the qualifier for the given name space. Please note the qualifier if found has a ':' already appended.
- Parameters
-
const | std::string & rdfXml |
const | std::string & nameSpace |
- Returns
- std::string qualifier
Referenced by fixLocalFileAboutReference(), and fixSBMLRdf().
The documentation for this class was generated from the following files: