#include <html_document.h>
|
struct dom_document_vtable | base |
|
dom_exception(* | get_title )(dom_html_document *doc, dom_string **title) |
|
dom_exception(* | set_title )(dom_html_document *doc, dom_string *title) |
|
dom_exception(* | get_referrer )(dom_html_document *doc, dom_string **referrer) |
|
dom_exception(* | get_domain )(dom_html_document *doc, dom_string **domain) |
|
dom_exception(* | get_url )(dom_html_document *doc, dom_string **url) |
|
dom_exception(* | get_body )(dom_html_document *doc, struct dom_html_element **body) |
|
dom_exception(* | set_body )(dom_html_document *doc, struct dom_html_element *body) |
|
dom_exception(* | get_images )(dom_html_document *doc, struct dom_html_collection **col) |
|
dom_exception(* | get_applets )(dom_html_document *doc, struct dom_html_collection **col) |
|
dom_exception(* | get_links )(dom_html_document *doc, struct dom_html_collection **col) |
|
dom_exception(* | get_forms )(dom_html_document *doc, struct dom_html_collection **col) |
|
dom_exception(* | get_anchors )(dom_html_document *doc, struct dom_html_collection **col) |
|
dom_exception(* | get_cookie )(dom_html_document *doc, dom_string **cookie) |
|
dom_exception(* | set_cookie )(dom_html_document *doc, dom_string *cookie) |
|
dom_exception(* | open )(dom_html_document *doc) |
|
dom_exception(* | close )(dom_html_document *doc) |
|
dom_exception(* | write )(dom_html_document *doc, dom_string *text) |
|
dom_exception(* | writeln )(dom_html_document *doc, dom_string *text) |
|
dom_exception(* | get_elements_by_name )(dom_html_document *doc, dom_string *name, struct dom_nodelist **list) |
|
◆ base
◆ close
◆ get_anchors
◆ get_applets
◆ get_body
◆ get_cookie
◆ get_domain
◆ get_elements_by_name
◆ get_forms
◆ get_images
◆ get_links
◆ get_referrer
◆ get_title
◆ get_url
◆ open
◆ set_body
◆ set_cookie
◆ set_title
◆ write
◆ writeln
The documentation for this struct was generated from the following file: