html_parser

Name

html_parser -- Manage HTML parser work.

Synopsis



GList*      uc_html_parser_get_tags         (gchar *buffer_orig,
                                             gchar **base);
UCHTMLTag*  uc_html_parser_node_new         (void);
GList*      uc_css_parser_get_tags          (gchar *buffer_orig);

Description

Details

uc_html_parser_get_tags ()

GList*      uc_html_parser_get_tags         (gchar *buffer_orig,
                                             gchar **base);

Parse the given buffer to extract HTML tags.

buffer_orig :

Buffer containing HTML code to proceed.

base :

HTML base tag.

Returns :

A GList of UCHTMLTag.


uc_html_parser_node_new ()

UCHTMLTag*  uc_html_parser_node_new         (void);

Create a new tag list node.

Returns :

A new allocated UCHTMLTag node.


uc_css_parser_get_tags ()

GList*      uc_css_parser_get_tags          (gchar *buffer_orig);

buffer_orig :

Returns :