![]() |
![]() |
![]() |
gURLChecker Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
GList * uc_html_parser_get_tags (gchar *buffer_orig
); UCHTMLTag * uc_html_parser_node_new (void
); void uc_html_parser_node_free (UCHTMLTag **tag
); GList * uc_css_parser_get_tags (gchar *buffer_orig
);
GList * uc_html_parser_get_tags (gchar *buffer_orig
);
Parse the given buffer to extract HTML tags.
UCHTMLTag * uc_html_parser_node_new (void
);
Create a new tag list node.
Returns : |
A new allocated UCHTMLTag node. |