NetSurf
|
Interface to HTML content handler to save documents. More...
Go to the source code of this file.
Functions | |
dom_document * | html_get_document (struct hlcache_handle *h) |
get the dom document of a html content from a handle More... | |
struct box * | html_get_box_tree (struct hlcache_handle *h) |
get the render box tree of a html content from a handle More... | |
struct nsurl * | html_get_base_url (struct hlcache_handle *h) |
get the base url of an html content from a handle More... | |
Interface to HTML content handler to save documents.
Definition in file html_save.h.
struct nsurl * html_get_base_url | ( | hlcache_handle * | h | ) |
get the base url of an html content from a handle
get the base url of an html content from a handle
h | Content to retrieve base target from |
Definition at line 2039 of file html.c.
References html_content::base_url, and hlcache_handle_get_content().
Referenced by save_complete_save_html_document().
struct box * html_get_box_tree | ( | hlcache_handle * | h | ) |
get the render box tree of a html content from a handle
get the render box tree of a html content from a handle
h | HTML content to retrieve tree from |
Definition at line 1971 of file html.c.
References hlcache_handle_get_content(), and html_content::layout.
Referenced by html_get_id_offset(), layout_minmax_block(), and save_as_text().
dom_document * html_get_document | ( | hlcache_handle * | h | ) |
get the dom document of a html content from a handle
get the dom document of a html content from a handle
h | HTML content to retrieve document tree from |
Definition at line 1953 of file html.c.
References html_content::document, and hlcache_handle_get_content().
Referenced by save_complete_save_html_document().