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_node_iter Struct Reference

Iterator to traverse nodes in a xpath. More...

Data Fields

struct xml_searchxsearch
 Reference to search returned from xml_search() More...
 
int curpos
 current position. More...
 
int cnt
 number of nodes in search path. More...
 

Detailed Description

Iterator to traverse nodes in a xpath.

Definition at line 22 of file libxml2.c.

Field Documentation

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


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