ELinks 0.18.0
|
#include "document/html/parser.h"
Macros | |
#define | pop_html_element(html_context) |
Functions | |
struct html_element * | search_html_stack (struct html_context *html_context, const char *name) |
void | html_stack_dup (struct html_context *html_context, enum html_element_mortality_type type) |
void | kill_html_stack_item (struct html_context *html_context, struct html_element *e) |
void | kill_html_stack_until (struct html_context *html_context, int ls,...) |
#define pop_html_element | ( | html_context | ) |
void html_stack_dup | ( | struct html_context * | html_context, |
enum html_element_mortality_type | type ) |
void kill_html_stack_item | ( | struct html_context * | html_context, |
struct html_element * | e ) |
void kill_html_stack_until | ( | struct html_context * | html_context, |
int | ls, | ||
... ) |
struct html_element * search_html_stack | ( | struct html_context * | html_context, |
const char * | name ) |