|
DTS Application Library
0.2.3
Application library containing referenced objects and interfaces to common libraries
|
XML xpath search result. More...
Data Fields | |
| struct xml_doc * | xmldoc |
| Reference to XML document. More... | |
| xmlXPathObjectPtr | xpathObj |
| Xpath object. More... | |
| struct bucket_list * | nodes |
| Bucket list of all nodes. More... | |
| struct bucket_list* xml_search::nodes |
Bucket list of all nodes.
Definition at line 39 of file libxml2.c.
Referenced by xml_getnode(), xml_getnodes(), and xml_xpath().
| struct xml_doc* xml_search::xmldoc |
| xmlXPathObjectPtr xml_search::xpathObj |
Xpath object.
Definition at line 37 of file libxml2.c.
Referenced by xml_nodecount(), and xml_xpath().