| 
    DTS Application Library
    0.2.3
    
   Application library containing referenced objects and interfaces to common libraries 
   | 
 
Iterator to traverse nodes in a xpath. More...
Data Fields | |
| struct xml_search * | xsearch | 
| Reference to search returned from xml_search()  More... | |
| int | curpos | 
| current position.  More... | |
| int | cnt | 
| number of nodes in search path.  More... | |
| int xml_node_iter::cnt | 
number of nodes in search path.
Definition at line 28 of file libxml2.c.
Referenced by xml_getfirstnode(), and xml_getnextnode().
| int xml_node_iter::curpos | 
current position.
Definition at line 26 of file libxml2.c.
Referenced by xml_getfirstnode(), and xml_getnextnode().
| struct xml_search* xml_node_iter::xsearch | 
Reference to search returned from xml_search()
Definition at line 24 of file libxml2.c.
Referenced by xml_getfirstnode(), and xml_getnextnode().