ELinks 0.18.0
|
#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/libdom/doc.h"
#include "document/libdom/mapa.h"
#include "document/libdom/renderer.h"
#include "document/plain/renderer.h"
#include "js/libdom/parse.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, struct string *buf, dom_node *node, int depth) |
static bool | walk_tree (void *mapa, struct string *buf, dom_node *node, bool start, int depth) |
void | render_source_document_cxx (struct cache_entry *cached, struct document *document, struct string *buffer) |
void render_source_document_cxx | ( | struct cache_entry * | cached, |
struct document * | document, | ||
struct string * | buffer ) |