ELinks 0.16.1.1
dom_select_node Struct Reference

#include <select.h>

Collaboration diagram for dom_select_node:

Data Fields

struct dom_node node
struct dom_select_nth_match nth_child
struct dom_select_nth_match nth_type
union { 
   unsigned int   element 
   unsigned int   attribute 
   enum dom_select_text_match   text 
match

Field Documentation

◆ attribute

unsigned int dom_select_node::attribute

◆ element

unsigned int dom_select_node::element

◆ [union]

union { ... } dom_select_node::match

◆ node

struct dom_node dom_select_node::node

◆ nth_child

struct dom_select_nth_match dom_select_node::nth_child

◆ nth_type

struct dom_select_nth_match dom_select_node::nth_type

◆ text

enum dom_select_text_match dom_select_node::text

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