ELinks 0.16.1.1
|
#include <string.h>
#include "elinks.h"
#include "cache/cache.h"
#include "document/document.h"
#include "document/dom/renderer.h"
#include "document/dom/rss.h"
#include "document/dom/source.h"
#include "document/dom/util.h"
#include "document/renderer.h"
#include "dom/configuration.h"
#include "dom/scanner.h"
#include "dom/sgml/parser.h"
#include "dom/sgml/html/html.h"
#include "dom/sgml/rss/rss.h"
#include "dom/node.h"
#include "dom/stack.h"
#include "intl/charsets.h"
#include "protocol/uri.h"
#include "util/error.h"
#include "util/memory.h"
#include "util/string.h"
Functions | |
static void | init_dom_renderer (struct dom_renderer *renderer, struct document *document, struct string *buffer, struct conv_table *convert_table) |
static void | done_dom_renderer (struct dom_renderer *renderer) |
static void | get_doctype (struct dom_renderer *renderer, struct cache_entry *cached) |
void | render_dom_document (struct cache_entry *cached, struct document *document, struct string *buffer) |
|
inlinestatic |
|
static |
|
inlinestatic |
void render_dom_document | ( | struct cache_entry * | cached, |
struct document * | document, | ||
struct string * | buffer ) |