ELinks 0.18.0
renderer.c File Reference
#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"
Include dependency graph for renderer.c:

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)
 

Function Documentation

◆ done_dom_renderer()

static void done_dom_renderer ( struct dom_renderer * renderer)
inlinestatic

◆ get_doctype()

static void get_doctype ( struct dom_renderer * renderer,
struct cache_entry * cached )
static

◆ init_dom_renderer()

static void init_dom_renderer ( struct dom_renderer * renderer,
struct document * document,
struct string * buffer,
struct conv_table * convert_table )
inlinestatic

◆ render_dom_document()

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