#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 | ) |
bool libvisio::VSDXRelationships::empty | ( | ) | const [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::parseMetaData().
void libvisio::VSDXRelationships::rebaseTargets | ( | const char * | baseDir | ) |
std::map<std::string, VSDXRelationship> libvisio::VSDXRelationships::m_relsById [private] |
Referenced by empty(), and VSDXRelationships().
std::map<std::string, VSDXRelationship> libvisio::VSDXRelationships::m_relsByType [private] |
Referenced by empty(), and VSDXRelationships().