libdom
Loading...
Searching...
No Matches
Public Attributes | List of all members
dom_html_collection Struct Reference

#include <html_collection.h>

Public Attributes

dom_callback_is_in_collection ic
 
void * ctx
 
struct dom_html_documentdoc
 
struct dom_node_internalroot
 
uint32_t refcnt
 

Detailed Description

The html_collection structure

Member Data Documentation

◆ ctx

void* dom_html_collection::ctx

Context for the callback

◆ doc

struct dom_html_document* dom_html_collection::doc

The document created this collection

◆ ic

dom_callback_is_in_collection dom_html_collection::ic

The function pointer used to test whether some node is an element of this collection

◆ refcnt

uint32_t dom_html_collection::refcnt

Reference counting

◆ root

struct dom_node_internal* dom_html_collection::root

The root node of this collection


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