<libroxml  version="2.2.1" />
contact: tristan.lelong@libroxml.net
Data Fields
xpath_node_t Struct Reference

xpath node structure More...

#include <roxml-types.h>

Data Fields

char abs
char rel
char axes
char * name
struct _xpath_cond * xp_cond
struct _xpath_cond * cond
struct _xpath_node * next

Detailed Description

xpath node structure

This is the structure for a xpath node. It contains the node axes and conditions

Definition at line 86 of file roxml-types.h.


Field Documentation

char xpath_node_t::abs

for first node: is path absolute

Definition at line 87 of file roxml-types.h.

char xpath_node_t::axes

axes type

Definition at line 89 of file roxml-types.h.

struct _xpath_cond* xpath_node_t::cond

condition list

Definition at line 92 of file roxml-types.h.

char* xpath_node_t::name

axes string

Definition at line 90 of file roxml-types.h.

struct _xpath_node* xpath_node_t::next

next xpath pointer

Definition at line 93 of file roxml-types.h.

char xpath_node_t::rel

relation with previous

Definition at line 88 of file roxml-types.h.

struct _xpath_cond* xpath_node_t::xp_cond

condition for total xpath

Definition at line 91 of file roxml-types.h.