<libroxml  version="3.0.2" />
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 76 of file roxml_types.h.

Field Documentation

◆ abs

char xpath_node_t::abs

for first node: is path absolute

Definition at line 77 of file roxml_types.h.

◆ axes

char xpath_node_t::axes

axes type

Definition at line 79 of file roxml_types.h.

◆ cond

struct _xpath_cond* xpath_node_t::cond

condition list

Definition at line 82 of file roxml_types.h.

◆ name

char* xpath_node_t::name

axes string

Definition at line 80 of file roxml_types.h.

◆ next

struct _xpath_node* xpath_node_t::next

next xpath pointer

Definition at line 83 of file roxml_types.h.

◆ rel

char xpath_node_t::rel

relation with previous

Definition at line 78 of file roxml_types.h.

◆ xp_cond

struct _xpath_cond* xpath_node_t::xp_cond

condition for total xpath

Definition at line 81 of file roxml_types.h.