#include <VSDXMLHelper.h>
Public Member Functions | |
VSDXRelationships (librevenge::RVNGInputStream *input) | |
~VSDXRelationships () | |
void | rebaseTargets (const char *baseDir) |
const VSDXRelationship * | getRelationshipByType (const char *type) const |
const VSDXRelationship * | getRelationshipById (const char *id) const |
bool | empty () const |
Private Attributes | |
std::map< std::string, VSDXRelationship > | m_relsByType |
std::map< std::string, VSDXRelationship > | m_relsById |
libvisio::VSDXRelationships::VSDXRelationships | ( | librevenge::RVNGInputStream * | input | ) |
libvisio::VSDXRelationships::~VSDXRelationships | ( | ) |
|
inline |
const libvisio::VSDXRelationship * libvisio::VSDXRelationships::getRelationshipById | ( | const char * | id | ) | const |
Referenced by libvisio::VSDXParser::processXmlDocument().
const libvisio::VSDXRelationship * libvisio::VSDXRelationships::getRelationshipByType | ( | const char * | type | ) | const |
Referenced by libvisio::VSDXParser::parseDocument(), and libvisio::VSDXParser::parseMain().
void libvisio::VSDXRelationships::rebaseTargets | ( | const char * | baseDir | ) |
|
private |
Referenced by empty(), and VSDXRelationships().
|
private |
Referenced by empty(), and VSDXRelationships().