#include <VSDXMLHelper.h>
Public Member Functions | |
| VSDXRelationship (xmlTextReaderPtr reader) | |
| VSDXRelationship () | |
| ~VSDXRelationship () | |
| void | rebaseTarget (const char *baseDir) |
| const std::string | getId () const |
| const std::string | getType () const |
| const std::string | getTarget () const |
Private Attributes | |
| std::string | m_id |
| std::string | m_type |
| std::string | m_target |
| libvisio::VSDXRelationship::VSDXRelationship | ( | xmlTextReaderPtr | reader | ) |
| const std::string libvisio::VSDXRelationship::getId | ( | ) | const [inline] |
| const std::string libvisio::VSDXRelationship::getTarget | ( | ) | const [inline] |
| const std::string libvisio::VSDXRelationship::getType | ( | ) | const [inline] |
Referenced by libvisio::VSDXParser::getBinaryData(), and libvisio::VSDXParser::processXmlDocument().
| void libvisio::VSDXRelationship::rebaseTarget | ( | const char * | baseDir | ) |
std::string libvisio::VSDXRelationship::m_id [private] |
Referenced by getId(), and VSDXRelationship().
std::string libvisio::VSDXRelationship::m_target [private] |
Referenced by getTarget(), and VSDXRelationship().
std::string libvisio::VSDXRelationship::m_type [private] |
Referenced by getType(), and VSDXRelationship().