ELinks 0.18.0
xbel.c File Reference
Include dependency graph for xbel.c:

Macros

#define XBEL_(node, name, id)   SGML_NODE_INFO(XBEL, node, name, id)
 

Variables

static struct sgml_node_info xbel_attributes [XBEL_ATTRIBUTES]
 
static struct sgml_node_info xbel_elements [XBEL_ELEMENTS]
 
struct sgml_info sgml_xbel_info
 

Macro Definition Documentation

◆ XBEL_

#define XBEL_ ( node,
name,
id )   SGML_NODE_INFO(XBEL, node, name, id)

Variable Documentation

◆ sgml_xbel_info

struct sgml_info sgml_xbel_info
Initial value:
= {
}
static struct sgml_node_info xbel_elements[XBEL_ELEMENTS]
Definition xbel.c:21
static struct sgml_node_info xbel_attributes[XBEL_ATTRIBUTES]
Definition xbel.c:15
@ SGML_DOCTYPE_XBEL
Definition sgml.h:85

◆ xbel_attributes

struct sgml_node_info xbel_attributes[XBEL_ATTRIBUTES]
static
Initial value:
= {
SGML_NODE_HEAD(XBEL, ATTRIBUTE),
}
#define SGML_NODE_HEAD(doctype, nodetype)
Definition sgml.h:57

◆ xbel_elements

struct sgml_node_info xbel_elements[XBEL_ELEMENTS]
static
Initial value:
= {
SGML_NODE_HEAD(XBEL, ELEMENT),
}