ELinks 0.16.1.1
dom_node_list Struct Reference

DOM node list. More...

#include <node.h>

Collaboration diagram for dom_node_list:

Data Fields

size_t size
struct dom_nodeentries [1]

Detailed Description

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.

Field Documentation

◆ entries

struct dom_node* dom_node_list::entries[1]

◆ size

size_t dom_node_list::size

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