10 #ifndef __VSDXMLHELPER_H__ 
   11 #define __VSDXMLHELPER_H__ 
   15 #include <boost/shared_ptr.hpp> 
   16 #include <librevenge-stream/librevenge-stream.h> 
   17 #include <libxml/xmlreader.h> 
   78 #endif // __VSDXMLHELPER_H__ 
std::map< std::string, VSDXRelationship > m_relsByType
Definition: VSDXMLHelper.h:72
std::map< std::string, VSDXRelationship > m_relsById
Definition: VSDXMLHelper.h:73
std::string m_id
Definition: VSDXMLHelper.h:50
const std::string getTarget() const 
Definition: VSDXMLHelper.h:44
void rebaseTarget(const char *baseDir)
Definition: VSDXMLHelper.cpp:57
std::string m_type
Definition: VSDXMLHelper.h:51
~VSDXRelationships()
Definition: VSDXMLHelper.cpp:139
bool empty() const 
Definition: VSDXMLHelper.h:66
const VSDXRelationship * getRelationshipById(const char *id) const 
Definition: VSDXMLHelper.cpp:162
const std::string getType() const 
Definition: VSDXMLHelper.h:40
std::string m_target
Definition: VSDXMLHelper.h:52
void rebaseTargets(const char *baseDir)
Definition: VSDXMLHelper.cpp:143
Definition: VSDXMLHelper.h:55
const std::string getId() const 
Definition: VSDXMLHelper.h:36
Definition: libvisio_utils.h:73
Definition: VSDXMLHelper.h:27
VSDXRelationships(librevenge::RVNGInputStream *input)
Definition: VSDXMLHelper.cpp:93
~VSDXRelationship()
Definition: VSDXMLHelper.cpp:53
const VSDXRelationship * getRelationshipByType(const char *type) const 
Definition: VSDXMLHelper.cpp:152
VSDXRelationship()
Definition: VSDXMLHelper.cpp:48