ELinks 0.16.1.1
|
DOM node list. More...
#include <node.h>
Data Fields | |
size_t | size |
struct dom_node * | entries [1] |
DOM node list.
A node list can be used for storing indexed nodes. If a node list should be sorted alphabetically use the get_dom_node_map_index function to find the index of new nodes before inserting them.
struct dom_node* dom_node_list::entries[1] |
size_t dom_node_list::size |