10 #ifndef __VSDXMLHELPER_H__ 11 #define __VSDXMLHELPER_H__ 17 #include <librevenge-stream/librevenge-stream.h> 18 #include <libxml/xmlreader.h> 62 void rebaseTargets(
const char *baseDir);
69 return m_relsByType.empty() && m_relsById.empty();
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
bool empty() const
Definition: VSDXMLHelper.h:67
const std::string getType() const
Definition: VSDXMLHelper.h:41
std::string m_target
Definition: VSDXMLHelper.h:53
Definition: VSDXMLHelper.h:56
const std::string getId() const
Definition: VSDXMLHelper.h:37
Definition: libvisio_utils.h:48
Definition: VSDXMLHelper.h:28
~VSDXRelationship()
Definition: VSDXMLHelper.cpp:52
VSDXRelationship()
Definition: VSDXMLHelper.cpp:47