Data Structures | |
struct | _HText |
struct | _HText::stack_node |
Typedefs | |
typedef HText | USERDATA |
Functions | |
PRIVATE HTTag * | special_find_tag (USERDATA *htext, int element_number) |
PRIVATE USERDATA * | html_create_userData (HTRequest *request, HTParentAnchor *anchor, HTStream *output_stream) |
PRIVATE void | html_delete_userData (void *me) |
PRIVATE int | find_matching_elt (USERDATA *htext, int elt_number) |
PRIVATE void | html_push_element (USERDATA *htext, int element_number, const BOOL *present, const char **value) |
PRIVATE void | html_pop_element (USERDATA *htext) |
PRIVATE void | html_push_suppressed_element (USERDATA *htext, int element_number) |
PRIVATE void | html_pop_suppressed_element (USERDATA *htext) |
PRIVATE void | collect_html_attributes (prolog_term elt_term, HTTag *tag, const BOOL *present, const char **value) |
PRIVATE void | html_addText (USERDATA *htext, const char *textbuf, int len) |
PRIVATE void | html_beginElement (USERDATA *htext, int element_number, const BOOL *present, const char **value) |
PRIVATE void | html_endElement (USERDATA *htext, int element_number) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|