ELinks 0.18.0
|
#include <stdlib.h>
#include <string.h>
#include "elinks.h"
#include "dom/node.h"
#include "dom/sgml/sgml.h"
#include "dom/string.h"
#include "util/error.h"
#include "dom/sgml/docbook/docbook.h"
#include "dom/sgml/html/html.h"
#include "dom/sgml/rss/rss.h"
#include "dom/sgml/xbel/xbel.h"
Functions | |
int | sgml_info_strcmp (const void *key_, const void *node_) |
struct sgml_info * | get_sgml_info (enum sgml_document_type doctype) |
Variables | |
struct sgml_info * | sgml_info [SGML_DOCTYPES] |
struct sgml_info * get_sgml_info | ( | enum sgml_document_type | doctype | ) |
int sgml_info_strcmp | ( | const void * | key_, |
const void * | node_ ) |
struct sgml_info* sgml_info[SGML_DOCTYPES] |