HTMLDocument
Object Hierarchy:
Description:
[ CCode ( type_id = "webkit_dom_html_document_get_type ()" ) ]
[ GIR ( name = "DOMHTMLDocument" ) ]
public class HTMLDocument : Document, EventTarget
[ GIR ( name = "DOMHTMLDocument" ) ]
public class HTMLDocument : Document, EventTarget
Namespace: WebKit.DOM
Package: webkit2gtk-web-extension-4.0
Content:
Properties:
- public string alink_color { owned get; set; }
- public string bg_color { owned get; set; }
- public string dir { owned get; set; }
- public string fg_color { owned get; set; }
- public long height { get; }
- public string link_color { owned get; set; }
- public string vlink_color { owned get; set; }
- public long width { get; }
Creation methods:
- protected HTMLDocument ()
Methods:
- public void capture_events ()
- public void clear ()
- public void close ()
- public string get_alink_color ()
- public string get_bg_color ()
- public string get_compat_mode ()
- public string get_design_mode ()
- public string get_dir ()
- public HTMLCollection get_embeds ()
- public string get_fg_color ()
- public long get_height ()
- public string get_link_color ()
- public HTMLCollection get_plugins ()
- public HTMLCollection get_scripts ()
- public string get_vlink_color ()
- public long get_width ()
- public void release_events ()
- public void set_alink_color (string value)
- public void set_bg_color (string value)
- public void set_design_mode (string value)
- public void set_dir (string value)
- public void set_fg_color (string value)
- public void set_link_color (string value)
- public void set_vlink_color (string value)
Inherited Members:
All known members inherited from class WebKit.DOM.Document
- active_element
- adopt_node
- anchors
- applets
- body
- caret_range_from_point
- character_set
- charset
- child_element_count
- children
- compat_mode
- content_type
- cookie
- create_attribute
- create_attribute_ns
- create_cdata_section
- create_comment
- create_css_style_declaration
- create_document_fragment
- create_element
- create_element_ns
- create_entity_reference
- create_event
- create_expression
- create_node_iterator
- create_ns_resolver
- create_processing_instruction
- create_range
- create_text_node
- create_tree_walker
- current_script
- default_view
- design_mode
- dir
- doctype
- document_element
- document_uri
- domain
- element_from_point
- embeds
- evaluate
- exec_command
- exit_pointer_lock
- first_element_child
- forms
- get_active_element
- get_anchors
- get_applets
- get_body
- get_character_set
- get_charset
- get_child_element_count
- get_children
- get_compat_mode
- get_content_type
- get_cookie
- get_current_script
- get_default_charset
- get_default_view
- get_design_mode
- get_dir
- get_doctype
- get_document_element
- get_document_uri
- get_domain
- get_element_by_id
- get_elements_by_class_name
- get_elements_by_class_name_as_html_collection
- get_elements_by_name
- get_elements_by_tag_name
- get_elements_by_tag_name_as_html_collection
- get_elements_by_tag_name_ns
- get_elements_by_tag_name_ns_as_html_collection
- get_embeds
- get_first_element_child
- get_forms
- get_head
- get_hidden
- get_images
- get_implementation
- get_input_encoding
- get_last_element_child
- get_last_modified
- get_links
- get_origin
- get_override_style
- get_plugins
- get_pointer_lock_element
- get_preferred_stylesheet_set
- get_ready_state
- get_referrer
- get_scripts
- get_scrolling_element
- get_selected_stylesheet_set
- get_style_sheets
- get_title
- get_url
- get_visibility_state
- get_webkit_current_fullscreen_element
- get_webkit_fullscreen_element
- get_webkit_fullscreen_enabled
- get_webkit_fullscreen_keyboard_input_allowed
- get_webkit_is_fullscreen
- get_xml_encoding
- get_xml_standalone
- get_xml_version
- has_focus
- head
- hidden
- images
- implementation
- import_node
- input_encoding
- last_element_child
- last_modified
- links
- origin
- plugins
- pointer_lock_element
- preferred_stylesheet_set
- query_command_enabled
- query_command_indeterm
- query_command_state
- query_command_supported
- query_command_value
- query_selector
- query_selector_all
- ready_state
- referrer
- scripts
- scrolling_element
- selected_stylesheet_set
- set_body
- set_charset
- set_cookie
- set_design_mode
- set_dir
- set_document_uri
- set_selected_stylesheet_set
- set_title
- set_xml_standalone
- set_xml_version
- style_sheets
- title
- url
- visibility_state
- webkit_cancel_fullscreen
- webkit_current_full_screen_element
- webkit_exit_fullscreen
- webkit_full_screen_keyboard_input_allowed
- webkit_fullscreen_element
- webkit_fullscreen_enabled
- webkit_is_full_screen
- xml_encoding
- xml_standalone
- xml_version
All known members inherited from class WebKit.DOM.Node
All known members inherited from class WebKit.DOM.Object
All known members inherited from class GLib.Object
All known members inherited from interface WebKit.DOM.EventTarget