NetSurf
Data Fields
box_construct_ctx Struct Reference

Context for box tree construction. More...

Collaboration diagram for box_construct_ctx:
[legend]

Data Fields

html_contentcontent
 Content we're constructing for. More...
 
dom_node * n
 Current node to process. More...
 
struct boxroot_box
 Root box in the tree. More...
 
box_construct_complete_cb cb
 Callback to invoke on completion. More...
 
int * bctx
 talloc context More...
 

Detailed Description

Context for box tree construction.

Definition at line 54 of file box_construct.c.

Field Documentation

◆ bctx

int* box_construct_ctx::bctx

talloc context

Definition at line 63 of file box_construct.c.

Referenced by box_construct_element(), box_construct_marker(), box_construct_text(), and dom_to_box().

◆ cb

box_construct_complete_cb box_construct_ctx::cb

Callback to invoke on completion.

Definition at line 61 of file box_construct.c.

Referenced by convert_xml_to_box(), and dom_to_box().

◆ content

html_content* box_construct_ctx::content

Content we're constructing for.

Definition at line 55 of file box_construct.c.

Referenced by box_construct_element(), box_construct_marker(), convert_xml_to_box(), and dom_to_box().

◆ n

dom_node* box_construct_ctx::n

Current node to process.

Definition at line 57 of file box_construct.c.

Referenced by box_construct_element(), box_construct_text(), cancel_dom_to_box(), convert_xml_to_box(), and dom_to_box().

◆ root_box

struct box* box_construct_ctx::root_box

Root box in the tree.

Definition at line 59 of file box_construct.c.

Referenced by box_construct_element(), convert_xml_to_box(), and dom_to_box().


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