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

Functions

int sgml_info_strcmp (const void *key_, const void *node_)
struct sgml_infoget_sgml_info (enum sgml_document_type doctype)

Variables

struct sgml_info * sgml_info [SGML_DOCTYPES]

Function Documentation

◆ get_sgml_info()

struct sgml_info * get_sgml_info ( enum sgml_document_type doctype)

◆ sgml_info_strcmp()

int sgml_info_strcmp ( const void * key_,
const void * node_ )

Variable Documentation

◆ sgml_info

struct sgml_info* sgml_info[SGML_DOCTYPES]
Initial value:
= {
}
struct sgml_info sgml_docbook_info
Definition docbook.c:29
struct sgml_info sgml_rss_info
Definition rss.c:28
struct sgml_info sgml_xbel_info
Definition xbel.c:28
struct sgml_info sgml_html_info
Definition html.c:30