ELinks 0.18.0
el_dom_html_collection Struct Reference

The html_collection structure. More...

#include <ecmascript-c.h>

Collaboration diagram for el_dom_html_collection:

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_noderoot
 The root node of this collection.
uint32_t refcnt
 Reference counting.

Detailed Description

The html_collection structure.

Field Documentation

◆ ctx

void* el_dom_html_collection::ctx

Context for the callback.

◆ doc

struct dom_html_document* el_dom_html_collection::doc

The document created this collection.

◆ ic

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.

◆ refcnt

uint32_t el_dom_html_collection::refcnt

Reference counting.

◆ root

dom_node* el_dom_html_collection::root

The root node of this collection.


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