|
int | get_ctl_handle () |
static int | update_number_of_lines (struct dom_stack *stack) |
static void | print_compressed_string (struct dom_string *string) |
static void | print_dom_node_value (struct dom_node *node) |
static void | print_indent (struct dom_stack *stack) |
static enum dom_code | sgml_parser_test_tree (struct dom_stack *stack, struct dom_node *node, void *data) |
static enum dom_code | sgml_parser_test_id_leaf (struct dom_stack *stack, struct dom_node *node, void *data) |
static enum dom_code | sgml_parser_test_leaf (struct dom_stack *stack, struct dom_node *node, void *data) |
static enum dom_code | sgml_parser_test_branch (struct dom_stack *stack, struct dom_node *node, void *data) |
static enum dom_code | sgml_parser_test_end (struct dom_stack *stack, struct dom_node *node, void *data) |
static enum dom_code | sgml_error_function (struct sgml_parser *parser, struct dom_string *string, unsigned int line_number) |
int | main (int argc, char *argv[]) |