10 #ifndef __VSDXMLHELPER_H__
11 #define __VSDXMLHELPER_H__
17 #include <librevenge-stream/librevenge-stream.h>
18 #include <libxml/xmlreader.h>
79 #endif // __VSDXMLHELPER_H__
std::map< std::string, VSDXRelationship > m_relsByType
Definition: VSDXMLHelper.h:73
std::map< std::string, VSDXRelationship > m_relsById
Definition: VSDXMLHelper.h:74
std::string m_id
Definition: VSDXMLHelper.h:51
const std::string getTarget() const
Definition: VSDXMLHelper.h:45
void rebaseTarget(const char *baseDir)
Definition: VSDXMLHelper.cpp:56
std::string m_type
Definition: VSDXMLHelper.h:52
~VSDXRelationships()
Definition: VSDXMLHelper.cpp:138
bool empty() const
Definition: VSDXMLHelper.h:67
const VSDXRelationship * getRelationshipById(const char *id) const
Definition: VSDXMLHelper.cpp:161
const std::string getType() const
Definition: VSDXMLHelper.h:41
std::string m_target
Definition: VSDXMLHelper.h:53
void rebaseTargets(const char *baseDir)
Definition: VSDXMLHelper.cpp:142
Definition: VSDXMLHelper.h:56
const std::string getId() const
Definition: VSDXMLHelper.h:37
Definition: libvisio_utils.h:48
Definition: VSDXMLHelper.h:28
VSDXRelationships(librevenge::RVNGInputStream *input)
Definition: VSDXMLHelper.cpp:92
~VSDXRelationship()
Definition: VSDXMLHelper.cpp:52
const VSDXRelationship * getRelationshipByType(const char *type) const
Definition: VSDXMLHelper.cpp:151
VSDXRelationship()
Definition: VSDXMLHelper.cpp:47