Swiftray  1.0
Parser::SVGPPDoc Class Reference

#include <svgpp-doc.h>

Classes

class  FollowRef
 

Public Types

typedef std::set< xmlNodePtr > followed_refs_t
 

Public Member Functions

 SVGPPDoc (xmlDocPtr xml_doc)
 
 ~SVGPPDoc ()
 
xmlNodePtr getElementById (std::string id)
 
xmlNodePtr root ()
 

Public Attributes

followed_refs_t followed_refs_
 
xmlDocPtr xml_
 
xmlXPathContextPtr xml_context_
 

Member Typedef Documentation

◆ followed_refs_t

typedef std::set<xmlNodePtr> Parser::SVGPPDoc::followed_refs_t

Constructor & Destructor Documentation

◆ SVGPPDoc()

Parser::SVGPPDoc::SVGPPDoc ( xmlDocPtr  xml_doc)
inline

◆ ~SVGPPDoc()

Parser::SVGPPDoc::~SVGPPDoc ( )
inline

Member Function Documentation

◆ getElementById()

xmlNodePtr Parser::SVGPPDoc::getElementById ( std::string  id)
inline

◆ root()

xmlNodePtr Parser::SVGPPDoc::root ( )
inline

Member Data Documentation

◆ followed_refs_

followed_refs_t Parser::SVGPPDoc::followed_refs_

◆ xml_

xmlDocPtr Parser::SVGPPDoc::xml_

◆ xml_context_

xmlXPathContextPtr Parser::SVGPPDoc::xml_context_

The documentation for this class was generated from the following file: