|
ELinks 0.19.1
|
The html_collection structure. More...
#include <ecmascript-c.h>

Data Fields | |
| dom_callback_is_in_collection | ic |
| The function pointer used to test whether some node is an element of this collection. | |
| void * | ctx |
| Context for the callback. | |
| struct dom_html_document * | doc |
| The document created this collection. | |
| dom_node * | root |
| The root node of this collection. | |
| uint32_t | refcnt |
| Reference counting. | |
The html_collection structure.
| void* el_dom_html_collection::ctx |
Context for the callback.
| struct dom_html_document* el_dom_html_collection::doc |
The document created this collection.
| dom_callback_is_in_collection el_dom_html_collection::ic |
The function pointer used to test whether some node is an element of this collection.
| uint32_t el_dom_html_collection::refcnt |
Reference counting.
| dom_node* el_dom_html_collection::root |
The root node of this collection.