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 80 of file roxml-types.h.


Field Documentation

for first node: is path absolute

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

axes type

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

struct _xpath_cond* xpath_node_t::cond

condition list

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

axes string

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

struct _xpath_node* xpath_node_t::next

next xpath pointer

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

relation with previous

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

struct _xpath_cond* xpath_node_t::xp_cond

condition for total xpath

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


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