|
ViSP
|
This is the complete list of members for vpXmlParser, including all inherited members.
| cleanup() | vpXmlParser | inlinestatic |
| main_tag | vpXmlParser | protected |
| nodeMap | vpXmlParser | protected |
| parse(const std::string &filename) | vpXmlParser | |
| readMainClass(xmlDocPtr doc, xmlNodePtr node)=0 | vpXmlParser | protectedpure virtual |
| save(const std::string &filename, const bool append=false) | vpXmlParser | |
| setMainTag(const std::string &tag) | vpXmlParser | inline |
| setMap(const std::map< std::string, int > &_map) | vpXmlParser | inline |
| vpXmlParser() | vpXmlParser | |
| vpXmlParser(const vpXmlParser &_twin) | vpXmlParser | |
| writeMainClass(xmlNodePtr node)=0 | vpXmlParser | protectedpure virtual |
| xmlReadCharChild(xmlDocPtr doc, xmlNodePtr node) | vpXmlParser | protected |
| xmlReadDoubleChild(xmlDocPtr doc, xmlNodePtr node) | vpXmlParser | protected |
| xmlReadIntChild(xmlDocPtr doc, xmlNodePtr node) | vpXmlParser | protected |
| xmlReadStringChild(xmlDocPtr doc, xmlNodePtr node) | vpXmlParser | protected |
| xmlReadUnsignedIntChild(xmlDocPtr doc, xmlNodePtr node) | vpXmlParser | protected |
| xmlWriteCharChild(xmlNodePtr node, const char *label, const char *value) | vpXmlParser | protected |
| xmlWriteDoubleChild(xmlNodePtr node, const char *label, const double value) | vpXmlParser | protected |
| xmlWriteIntChild(xmlNodePtr node, const char *label, const int value) | vpXmlParser | protected |
| xmlWriteStringChild(xmlNodePtr node, const char *label, const std::string &value) | vpXmlParser | protected |
| xmlWriteUnsignedIntChild(xmlNodePtr node, const char *label, const unsigned int value) | vpXmlParser | protected |
| ~vpXmlParser() | vpXmlParser | virtual |