ELinks 0.19.1
renderer2.h File Reference
This graph shows which files directly or indirectly include this file:

Data Structures

struct  node_rect

Functions

void render_xhtml_document (struct cache_entry *cached, struct document *document, struct string *buffer)
void dump_xhtml (struct cache_entry *cached, struct document *document, int parse)
void free_libdom (void)
void debug_dump_xhtml (void *doc)
void debug_dump_xhtml2 (void *node)
int fire_generic_dom_event (void *typ, void *target, int bubbles, int cancelable)
int fire_onload (void *doc)
void scan_document (struct document *document)
struct node_rectget_element_rect (struct document *document, int offset)

Function Documentation

◆ debug_dump_xhtml()

void debug_dump_xhtml ( void * doc)

◆ debug_dump_xhtml2()

void debug_dump_xhtml2 ( void * node)

◆ dump_xhtml()

void dump_xhtml ( struct cache_entry * cached,
struct document * document,
int parse )

◆ fire_generic_dom_event()

int fire_generic_dom_event ( void * typ,
void * target,
int bubbles,
int cancelable )

◆ fire_onload()

int fire_onload ( void * doc)

◆ free_libdom()

void free_libdom ( void )

◆ get_element_rect()

struct node_rect * get_element_rect ( struct document * document,
int offset )

◆ render_xhtml_document()

void render_xhtml_document ( struct cache_entry * cached,
struct document * document,
struct string * buffer )

◆ scan_document()

void scan_document ( struct document * document)