xmlConfig_t Struct Reference

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.

Detailed Description

XML structure to deal with DOM using XPath.

Definition at line 100 of file xml_utils.h.


Field Documentation

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().

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().


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

Generated on 12 May 2016 for DSCLIM by  doxygen 1.6.1