|
ELinks 0.19.1
|
#include <dom/dom.h>#include <dom/bindings/hubbub/parser.h>#include <stdio.h>#include "elinks.h"#include "cache/cache.h"#include "document/document.h"#include "document/renderer.h"#include "document/html/parser/parse.h"#include "document/html/renderer.h"#include "document/libdom/corestrings.h"#include "document/libdom/doc.h"#include "document/libdom/mapa.h"#include "document/libdom/renderer2.h"#include "document/view.h"#include "js/libdom/parse.h"#include "util/hash.h"#include "util/string.h"
Functions | |
| static bool | dump_dom_element_closing (struct string *buf, dom_node *node) |
| static bool | dump_node_element_attribute (struct string *buf, dom_node *node) |
| static bool | dump_dom_element (void *mapa, void *mapa_rev, struct string *buf, dom_node *node, int depth) |
| static bool | walk_tree (void *mapa, void *mapa_rev, struct string *buf, dom_node *node, bool start, int depth) |
| void | render_xhtml_document (struct cache_entry *cached, struct document *document, struct string *buffer) |
| void | free_libdom (void) |
| static void | walk_tree2 (struct document *document, dom_node *node) |
| void | debug_dump_xhtml (void *d) |
| void | debug_dump_xhtml2 (void *r) |
| void | dump_xhtml (struct cache_entry *cached, struct document *document, int parse) |
| static bool | fire_dom_event (dom_event *event, dom_node *target) |
| int | fire_generic_dom_event (void *t, void *tar, int bubbles, int cancelable) |
| int | fire_onload (void *doc) |
| void | walk2 (struct document *document) |
| struct node_rect * | get_element_rect (struct document *document, int offset) |
| void | scan_document (struct document *document) |
Variables | |
| static int | libdom_initialised = 0 |
| static int | in_script = 0 |
| static int | prev_offset = 0 |
| static struct node_rect * | prev_element = NULL |
| void debug_dump_xhtml | ( | void * | d | ) |
| void debug_dump_xhtml2 | ( | void * | r | ) |
|
static |
| void dump_xhtml | ( | struct cache_entry * | cached, |
| struct document * | document, | ||
| int | parse ) |
|
static |
| int fire_generic_dom_event | ( | void * | t, |
| void * | tar, | ||
| int | bubbles, | ||
| int | cancelable ) |
| int fire_onload | ( | void * | doc | ) |
| void free_libdom | ( | void | ) |
| void render_xhtml_document | ( | struct cache_entry * | cached, |
| struct document * | document, | ||
| struct string * | buffer ) |
| void scan_document | ( | struct document * | document | ) |
| void walk2 | ( | struct document * | document | ) |
|
static |
|
static |
|
static |
|
static |