NetSurf
Functions
box_special.h File Reference

HTML Box tree construction special element conversion interface. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool convert_special_elements (dom_node *node, html_content *content, struct box *box, bool *convert_children)
 call an elements special conversion handler More...
 

Detailed Description

HTML Box tree construction special element conversion interface.

Definition in file box_special.h.

Function Documentation

◆ convert_special_elements()

bool convert_special_elements ( dom_node *  node,
html_content content,
struct box box,
bool *  convert_children 
)

call an elements special conversion handler

Returns
true if box construction should continue else false on error.

Definition at line 1855 of file box_special.c.

References box_a(), box_body(), box_br(), box_button(), box_canvas(), box_embed(), box_frameset(), box_iframe(), box_image(), box_input(), box_noscript(), box_object(), box_pre(), box_select(), box_textarea(), and form_control::node.

Referenced by box_construct_element().

Here is the call graph for this function:
Here is the caller graph for this function: