DTS Application Library  0.2.3
Application library containing referenced objects and interfaces to common libraries
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
xml_search Struct Reference

XML xpath search result. More...

Data Fields

struct xml_docxmldoc
 Reference to XML document. More...
 
xmlXPathObjectPtr xpathObj
 Xpath object. More...
 
struct bucket_listnodes
 Bucket list of all nodes. More...
 

Detailed Description

XML xpath search result.

See Also
xml_search()

Definition at line 33 of file libxml2.c.

Field Documentation

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

Reference to XML document.

Definition at line 35 of file libxml2.c.

Referenced by xml_xpath().

xmlXPathObjectPtr xml_search::xpathObj

Xpath object.

Definition at line 37 of file libxml2.c.

Referenced by xml_nodecount(), and xml_xpath().


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