libdom
|
#include <html_collection.h>
Public Attributes | |
dom_callback_is_in_collection | ic |
void * | ctx |
struct dom_html_document * | doc |
struct dom_node_internal * | root |
uint32_t | refcnt |
The html_collection structure
void* dom_html_collection::ctx |
Context for the callback
struct dom_html_document* dom_html_collection::doc |
The document created this collection
dom_callback_is_in_collection dom_html_collection::ic |
The function pointer used to test whether some node is an element of this collection
uint32_t dom_html_collection::refcnt |
Reference counting
struct dom_node_internal* dom_html_collection::root |
The root node of this collection