XML structure to deal with DOM using XPath. More...
#include <xml_utils.h>
Data Fields | |
char * | file |
XML filename. | |
xmlDocPtr | doc |
Pointer to XML document. | |
xmlNodePtr | root |
Pointer to first node of DOM. | |
xmlXPathContextPtr | ctxt |
Pointer to XPath context. |
XML structure to deal with DOM using XPath.
Definition at line 100 of file xml_utils.h.
xmlXPathContextPtr xmlConfig_t::ctxt |
Pointer to XPath context.
Definition at line 104 of file xml_utils.h.
Referenced by xml_free_config(), xml_get_node_by_xpath(), and xml_load_config().
xmlDocPtr xmlConfig_t::doc |
Pointer to XML document.
Definition at line 102 of file xml_utils.h.
Referenced by xml_free_config(), and xml_load_config().
char* xmlConfig_t::file |
XML filename.
Definition at line 101 of file xml_utils.h.
Referenced by xml_free_config(), and xml_load_config().
xmlNodePtr xmlConfig_t::root |
Pointer to first node of DOM.
Definition at line 103 of file xml_utils.h.
Referenced by xml_load_config().