ELinks 0.18.0
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)
int fire_generic_dom_event (void *typ, void *target, int bubbles, int cancelable)
int fire_onload (void *doc)

Function Documentation

◆ debug_dump_xhtml()

void debug_dump_xhtml ( void * doc)

◆ 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 )

◆ render_xhtml_document()

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