| Top | Description | Object Hierarchy | Implemented Interfaces | Properties |  |  |  |  | 
WebKitDOMDocument; WebKitDOMElement * webkit_dom_document_create_element (WebKitDOMDocument *self,const gchar *tagName,GError **error); WebKitDOMDocumentFragment * webkit_dom_document_create_document_fragment (WebKitDOMDocument *self); WebKitDOMText * webkit_dom_document_create_text_node (WebKitDOMDocument *self,const gchar *data); WebKitDOMComment * webkit_dom_document_create_comment (WebKitDOMDocument *self,const gchar *data); WebKitDOMCDATASection * webkit_dom_document_create_cdata_section (WebKitDOMDocument *self,const gchar *data,GError **error); WebKitDOMProcessingInstruction * webkit_dom_document_create_processing_instruction (WebKitDOMDocument *self,const gchar *target,const gchar *data,GError **error); WebKitDOMAttr * webkit_dom_document_create_attribute (WebKitDOMDocument *self,const gchar *name,GError **error); WebKitDOMEntityReference * webkit_dom_document_create_entity_reference (WebKitDOMDocument *self,const gchar *name,GError **error); WebKitDOMNodeList * webkit_dom_document_get_elements_by_tag_name (WebKitDOMDocument *self,const gchar *tagname); WebKitDOMNode * webkit_dom_document_import_node (WebKitDOMDocument *self,WebKitDOMNode *importedNode,gboolean deep,GError **error); WebKitDOMElement * webkit_dom_document_create_element_ns (WebKitDOMDocument *self,const gchar *namespaceURI,const gchar *qualifiedName,GError **error); WebKitDOMAttr * webkit_dom_document_create_attribute_ns (WebKitDOMDocument *self,const gchar *namespaceURI,const gchar *qualifiedName,GError **error); WebKitDOMNodeList * webkit_dom_document_get_elements_by_tag_name_ns (WebKitDOMDocument *self,const gchar *namespaceURI,const gchar *localName); WebKitDOMElement * webkit_dom_document_get_element_by_id (WebKitDOMDocument *self,const gchar *elementId); WebKitDOMNode * webkit_dom_document_adopt_node (WebKitDOMDocument *self,WebKitDOMNode *source,GError **error); WebKitDOMEvent * webkit_dom_document_create_event (WebKitDOMDocument *self,const gchar *eventType,GError **error); WebKitDOMRange * webkit_dom_document_create_range (WebKitDOMDocument *self); WebKitDOMNodeIterator * webkit_dom_document_create_node_iterator (WebKitDOMDocument *self,WebKitDOMNode *root,gulong whatToShow,WebKitDOMNodeFilter *filter,gboolean expandEntityReferences,GError **error); WebKitDOMTreeWalker * webkit_dom_document_create_tree_walker (WebKitDOMDocument *self,WebKitDOMNode *root,gulong whatToShow,WebKitDOMNodeFilter *filter,gboolean expandEntityReferences,GError **error); WebKitDOMCSSStyleDeclaration * webkit_dom_document_get_override_style (WebKitDOMDocument *self,WebKitDOMElement *element,const gchar *pseudoElement); WebKitDOMXPathExpression * webkit_dom_document_create_expression (WebKitDOMDocument *self,const gchar *expression,WebKitDOMXPathNSResolver *resolver,GError **error); WebKitDOMXPathNSResolver * webkit_dom_document_create_ns_resolver (WebKitDOMDocument *self,WebKitDOMNode *nodeResolver); WebKitDOMXPathResult * webkit_dom_document_evaluate (WebKitDOMDocument *self,const gchar *expression,WebKitDOMNode *contextNode,WebKitDOMXPathNSResolver *resolver,gushort type,WebKitDOMXPathResult *inResult,GError **error); gboolean webkit_dom_document_exec_command (WebKitDOMDocument *self,const gchar *command,gboolean userInterface,const gchar *value); gboolean webkit_dom_document_query_command_enabled (WebKitDOMDocument *self,const gchar *command); gboolean webkit_dom_document_query_command_indeterm (WebKitDOMDocument *self,const gchar *command); gboolean webkit_dom_document_query_command_state (WebKitDOMDocument *self,const gchar *command); gboolean webkit_dom_document_query_command_supported (WebKitDOMDocument *self,const gchar *command); gchar * webkit_dom_document_query_command_value (WebKitDOMDocument *self,const gchar *command); WebKitDOMNodeList * webkit_dom_document_get_elements_by_name (WebKitDOMDocument *self,const gchar *elementName); WebKitDOMElement * webkit_dom_document_element_from_point (WebKitDOMDocument *self,glong x,glong y); WebKitDOMRange * webkit_dom_document_caret_range_from_point (WebKitDOMDocument *self,glong x,glong y); WebKitDOMCSSStyleDeclaration * webkit_dom_document_create_css_style_declaration (WebKitDOMDocument *self); WebKitDOMNodeList * webkit_dom_document_get_elements_by_class_name (WebKitDOMDocument *self,const gchar *tagname); WebKitDOMElement * webkit_dom_document_query_selector (WebKitDOMDocument *self,const gchar *selectors,GError **error); WebKitDOMNodeList * webkit_dom_document_query_selector_all (WebKitDOMDocument *self,const gchar *selectors,GError **error); void webkit_dom_document_webkit_cancel_full_screen (WebKitDOMDocument *self); void webkit_dom_document_webkit_exit_fullscreen (WebKitDOMDocument *self); void webkit_dom_document_webkit_exit_pointer_lock (WebKitDOMDocument *self); WebKitDOMDOMNamedFlowCollection * webkit_dom_document_webkit_get_named_flows (WebKitDOMDocument *self); WebKitDOMDocumentType * webkit_dom_document_get_doctype (WebKitDOMDocument *self); WebKitDOMDOMImplementation * webkit_dom_document_get_implementation (WebKitDOMDocument *self); WebKitDOMElement * webkit_dom_document_get_document_element (WebKitDOMDocument *self); gchar * webkit_dom_document_get_input_encoding (WebKitDOMDocument *self); gchar * webkit_dom_document_get_xml_encoding (WebKitDOMDocument *self); gchar * webkit_dom_document_get_xml_version (WebKitDOMDocument *self); void webkit_dom_document_set_xml_version (WebKitDOMDocument *self,const gchar *value,GError **error); gboolean webkit_dom_document_get_xml_standalone (WebKitDOMDocument *self); void webkit_dom_document_set_xml_standalone (WebKitDOMDocument *self,gboolean value,GError **error); gchar * webkit_dom_document_get_document_uri (WebKitDOMDocument *self); void webkit_dom_document_set_document_uri (WebKitDOMDocument *self,const gchar *value); WebKitDOMDOMWindow * webkit_dom_document_get_default_view (WebKitDOMDocument *self); WebKitDOMStyleSheetList * webkit_dom_document_get_style_sheets (WebKitDOMDocument *self); gchar * webkit_dom_document_get_title (WebKitDOMDocument *self); void webkit_dom_document_set_title (WebKitDOMDocument *self,const gchar *value); gchar * webkit_dom_document_get_referrer (WebKitDOMDocument *self); gchar * webkit_dom_document_get_domain (WebKitDOMDocument *self); gchar * webkit_dom_document_get_url (WebKitDOMDocument *self); gchar * webkit_dom_document_get_cookie (WebKitDOMDocument *self,GError **error); void webkit_dom_document_set_cookie (WebKitDOMDocument *self,const gchar *value,GError **error); WebKitDOMHTMLElement * webkit_dom_document_get_body (WebKitDOMDocument *self); void webkit_dom_document_set_body (WebKitDOMDocument *self,WebKitDOMHTMLElement *value,GError **error); WebKitDOMHTMLHeadElement * webkit_dom_document_get_head (WebKitDOMDocument *self); WebKitDOMHTMLCollection * webkit_dom_document_get_images (WebKitDOMDocument *self); WebKitDOMHTMLCollection * webkit_dom_document_get_applets (WebKitDOMDocument *self); WebKitDOMHTMLCollection * webkit_dom_document_get_links (WebKitDOMDocument *self); WebKitDOMHTMLCollection * webkit_dom_document_get_forms (WebKitDOMDocument *self); WebKitDOMHTMLCollection * webkit_dom_document_get_anchors (WebKitDOMDocument *self); gchar * webkit_dom_document_get_last_modified (WebKitDOMDocument *self); gchar * webkit_dom_document_get_charset (WebKitDOMDocument *self); void webkit_dom_document_set_charset (WebKitDOMDocument *self,const gchar *value); gchar * webkit_dom_document_get_default_charset (WebKitDOMDocument *self); gchar * webkit_dom_document_get_ready_state (WebKitDOMDocument *self); gchar * webkit_dom_document_get_character_set (WebKitDOMDocument *self); gchar * webkit_dom_document_get_preferred_stylesheet_set (WebKitDOMDocument *self); gchar * webkit_dom_document_get_selected_stylesheet_set (WebKitDOMDocument *self); void webkit_dom_document_set_selected_stylesheet_set (WebKitDOMDocument *self,const gchar *value); gchar * webkit_dom_document_get_compat_mode (WebKitDOMDocument *self); gboolean webkit_dom_document_get_webkit_is_full_screen (WebKitDOMDocument *self); gboolean webkit_dom_document_get_webkit_full_screen_keyboard_input_allowed (WebKitDOMDocument *self); WebKitDOMElement * webkit_dom_document_get_webkit_current_full_screen_element (WebKitDOMDocument *self); gboolean webkit_dom_document_get_webkit_fullscreen_enabled (WebKitDOMDocument *self); WebKitDOMElement * webkit_dom_document_get_webkit_fullscreen_element (WebKitDOMDocument *self); WebKitDOMElement * webkit_dom_document_get_webkit_pointer_lock_element (WebKitDOMDocument *self); gchar * webkit_dom_document_get_visibility_state (WebKitDOMDocument *self); gboolean webkit_dom_document_get_hidden (WebKitDOMDocument *self); WebKitDOMDOMSecurityPolicy * webkit_dom_document_get_security_policy (WebKitDOMDocument *self); WebKitDOMHTMLScriptElement * webkit_dom_document_get_current_script (WebKitDOMDocument *self); gboolean webkit_dom_document_get_webkit_hidden (WebKitDOMDocument *self); gchar * webkit_dom_document_get_webkit_visibility_state (WebKitDOMDocument *self);
GObject +----WebKitDOMObject +----WebKitDOMNode +----WebKitDOMDocument +----WebKitDOMHTMLDocument
"anchors" WebKitDOMHTMLCollection* : Read "applets" WebKitDOMHTMLCollection* : Read "body" WebKitDOMHTMLElement* : Read / Write "character-set" gchar* : Read "charset" gchar* : Read / Write "compat-mode" gchar* : Read "cookie" gchar* : Read / Write "current-script" WebKitDOMHTMLScriptElement* : Read "default-charset" gchar* : Read "default-view" WebKitDOMDOMWindow* : Read "doctype" WebKitDOMDocumentType* : Read "document-element" WebKitDOMElement* : Read "document-uri" gchar* : Read / Write "domain" gchar* : Read "forms" WebKitDOMHTMLCollection* : Read "head" WebKitDOMHTMLHeadElement* : Read "hidden" gboolean : Read "images" WebKitDOMHTMLCollection* : Read "implementation" WebKitDOMDOMImplementation* : Read "input-encoding" gchar* : Read "last-modified" gchar* : Read "links" WebKitDOMHTMLCollection* : Read "preferred-stylesheet-set" gchar* : Read "ready-state" gchar* : Read "referrer" gchar* : Read "security-policy" WebKitDOMDOMSecurityPolicy* : Read "selected-stylesheet-set" gchar* : Read / Write "style-sheets" WebKitDOMStyleSheetList* : Read "title" gchar* : Read / Write "url" gchar* : Read "visibility-state" gchar* : Read "webkit-current-full-screen-element" WebKitDOMElement* : Read "webkit-full-screen-keyboard-input-allowed" gboolean : Read "webkit-fullscreen-element" WebKitDOMElement* : Read "webkit-fullscreen-enabled" gboolean : Read "webkit-is-full-screen" gboolean : Read "webkit-pointer-lock-element" WebKitDOMElement* : Read "xml-encoding" gchar* : Read "xml-standalone" gboolean : Read / Write "xml-version" gchar* : Read / Write
WebKitDOMElement * webkit_dom_document_create_element (WebKitDOMDocument *self,const gchar *tagName,GError **error);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| 
 | GError | 
| Returns : | A WebKitDOMElement. [transfer none] | 
WebKitDOMDocumentFragment * webkit_dom_document_create_document_fragment
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A WebKitDOMDocumentFragment. [transfer none] | 
WebKitDOMText * webkit_dom_document_create_text_node (WebKitDOMDocument *self,const gchar *data);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| Returns : | A WebKitDOMText. [transfer none] | 
WebKitDOMComment * webkit_dom_document_create_comment (WebKitDOMDocument *self,const gchar *data);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| Returns : | A WebKitDOMComment. [transfer none] | 
WebKitDOMCDATASection * webkit_dom_document_create_cdata_section (WebKitDOMDocument *self,const gchar *data,GError **error);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| 
 | GError | 
| Returns : | A WebKitDOMCDATASection. [transfer none] | 
WebKitDOMProcessingInstruction * webkit_dom_document_create_processing_instruction (WebKitDOMDocument *self,const gchar *target,const gchar *data,GError **error);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| 
 | A gchar | 
| 
 | GError | 
| Returns : | A WebKitDOMProcessingInstruction. [transfer none] | 
WebKitDOMAttr * webkit_dom_document_create_attribute (WebKitDOMDocument *self,const gchar *name,GError **error);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| 
 | GError | 
| Returns : | A WebKitDOMAttr. [transfer none] | 
WebKitDOMEntityReference * webkit_dom_document_create_entity_reference (WebKitDOMDocument *self,const gchar *name,GError **error);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| 
 | GError | 
| Returns : | A WebKitDOMEntityReference. [transfer none] | 
WebKitDOMNodeList * webkit_dom_document_get_elements_by_tag_name (WebKitDOMDocument *self,const gchar *tagname);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| Returns : | A WebKitDOMNodeList. [transfer none] | 
WebKitDOMNode * webkit_dom_document_import_node (WebKitDOMDocument *self,WebKitDOMNode *importedNode,gboolean deep,GError **error);
| 
 | A WebKitDOMDocument | 
| 
 | A WebKitDOMNode | 
| 
 | A gboolean | 
| 
 | GError | 
| Returns : | A WebKitDOMNode. [transfer none] | 
WebKitDOMElement * webkit_dom_document_create_element_ns (WebKitDOMDocument *self,const gchar *namespaceURI,const gchar *qualifiedName,GError **error);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| 
 | A gchar | 
| 
 | GError | 
| Returns : | A WebKitDOMElement. [transfer none] | 
WebKitDOMAttr * webkit_dom_document_create_attribute_ns (WebKitDOMDocument *self,const gchar *namespaceURI,const gchar *qualifiedName,GError **error);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| 
 | A gchar | 
| 
 | GError | 
| Returns : | A WebKitDOMAttr. [transfer none] | 
WebKitDOMNodeList * webkit_dom_document_get_elements_by_tag_name_ns (WebKitDOMDocument *self,const gchar *namespaceURI,const gchar *localName);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| 
 | A gchar | 
| Returns : | A WebKitDOMNodeList. [transfer none] | 
WebKitDOMElement * webkit_dom_document_get_element_by_id (WebKitDOMDocument *self,const gchar *elementId);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| Returns : | A WebKitDOMElement. [transfer none] | 
WebKitDOMNode * webkit_dom_document_adopt_node (WebKitDOMDocument *self,WebKitDOMNode *source,GError **error);
| 
 | A WebKitDOMDocument | 
| 
 | A WebKitDOMNode | 
| 
 | GError | 
| Returns : | A WebKitDOMNode. [transfer none] | 
WebKitDOMEvent * webkit_dom_document_create_event (WebKitDOMDocument *self,const gchar *eventType,GError **error);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| 
 | GError | 
| Returns : | A WebKitDOMEvent. [transfer none] | 
WebKitDOMRange *    webkit_dom_document_create_range    (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A WebKitDOMRange. [transfer none] | 
WebKitDOMNodeIterator * webkit_dom_document_create_node_iterator (WebKitDOMDocument *self,WebKitDOMNode *root,gulong whatToShow,WebKitDOMNodeFilter *filter,gboolean expandEntityReferences,GError **error);
| 
 | A WebKitDOMDocument | 
| 
 | A WebKitDOMNode | 
| 
 | A gulong | 
| 
 | A WebKitDOMNodeFilter | 
| 
 | A gboolean | 
| 
 | GError | 
| Returns : | A WebKitDOMNodeIterator. [transfer none] | 
WebKitDOMTreeWalker * webkit_dom_document_create_tree_walker (WebKitDOMDocument *self,WebKitDOMNode *root,gulong whatToShow,WebKitDOMNodeFilter *filter,gboolean expandEntityReferences,GError **error);
| 
 | A WebKitDOMDocument | 
| 
 | A WebKitDOMNode | 
| 
 | A gulong | 
| 
 | A WebKitDOMNodeFilter | 
| 
 | A gboolean | 
| 
 | GError | 
| Returns : | A WebKitDOMTreeWalker. [transfer none] | 
WebKitDOMCSSStyleDeclaration * webkit_dom_document_get_override_style (WebKitDOMDocument *self,WebKitDOMElement *element,const gchar *pseudoElement);
| 
 | A WebKitDOMDocument | 
| 
 | A WebKitDOMElement | 
| 
 | A gchar | 
| Returns : | A WebKitDOMCSSStyleDeclaration. [transfer none] | 
WebKitDOMXPathExpression * webkit_dom_document_create_expression (WebKitDOMDocument *self,const gchar *expression,WebKitDOMXPathNSResolver *resolver,GError **error);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| 
 | A WebKitDOMXPathNSResolver | 
| 
 | GError | 
| Returns : | A WebKitDOMXPathExpression. [transfer none] | 
WebKitDOMXPathNSResolver * webkit_dom_document_create_ns_resolver (WebKitDOMDocument *self,WebKitDOMNode *nodeResolver);
| 
 | A WebKitDOMDocument | 
| 
 | A WebKitDOMNode | 
| Returns : | A WebKitDOMXPathNSResolver. [transfer none] | 
WebKitDOMXPathResult * webkit_dom_document_evaluate (WebKitDOMDocument *self,const gchar *expression,WebKitDOMNode *contextNode,WebKitDOMXPathNSResolver *resolver,gushort type,WebKitDOMXPathResult *inResult,GError **error);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| 
 | A WebKitDOMNode | 
| 
 | A WebKitDOMXPathNSResolver. [allow-none] | 
| 
 | A gushort | 
| 
 | A WebKitDOMXPathResult. [allow-none] | 
| 
 | GError | 
| Returns : | A WebKitDOMXPathResult. [transfer none] | 
gboolean webkit_dom_document_exec_command (WebKitDOMDocument *self,const gchar *command,gboolean userInterface,const gchar *value);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| 
 | A gboolean | 
| 
 | A gchar | 
| Returns : | A gboolean | 
gboolean webkit_dom_document_query_command_enabled (WebKitDOMDocument *self,const gchar *command);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| Returns : | A gboolean | 
gboolean webkit_dom_document_query_command_indeterm (WebKitDOMDocument *self,const gchar *command);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| Returns : | A gboolean | 
gboolean webkit_dom_document_query_command_state (WebKitDOMDocument *self,const gchar *command);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| Returns : | A gboolean | 
gboolean webkit_dom_document_query_command_supported (WebKitDOMDocument *self,const gchar *command);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| Returns : | A gboolean | 
gchar * webkit_dom_document_query_command_value (WebKitDOMDocument *self,const gchar *command);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| Returns : | A gchar | 
WebKitDOMNodeList * webkit_dom_document_get_elements_by_name (WebKitDOMDocument *self,const gchar *elementName);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| Returns : | A WebKitDOMNodeList. [transfer none] | 
WebKitDOMElement * webkit_dom_document_element_from_point (WebKitDOMDocument *self,glong x,glong y);
| 
 | A WebKitDOMDocument | 
| 
 | A glong | 
| 
 | A glong | 
| Returns : | A WebKitDOMElement. [transfer none] | 
WebKitDOMRange * webkit_dom_document_caret_range_from_point (WebKitDOMDocument *self,glong x,glong y);
| 
 | A WebKitDOMDocument | 
| 
 | A glong | 
| 
 | A glong | 
| Returns : | A WebKitDOMRange. [transfer none] | 
WebKitDOMCSSStyleDeclaration * webkit_dom_document_create_css_style_declaration
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A WebKitDOMCSSStyleDeclaration. [transfer none] | 
WebKitDOMNodeList * webkit_dom_document_get_elements_by_class_name (WebKitDOMDocument *self,const gchar *tagname);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| Returns : | A WebKitDOMNodeList. [transfer none] | 
WebKitDOMElement * webkit_dom_document_query_selector (WebKitDOMDocument *self,const gchar *selectors,GError **error);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| 
 | GError | 
| Returns : | A WebKitDOMElement. [transfer none] | 
WebKitDOMNodeList * webkit_dom_document_query_selector_all (WebKitDOMDocument *self,const gchar *selectors,GError **error);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| 
 | GError | 
| Returns : | A WebKitDOMNodeList. [transfer none] | 
void                webkit_dom_document_webkit_cancel_full_screen
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
void                webkit_dom_document_webkit_exit_fullscreen
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
void                webkit_dom_document_webkit_exit_pointer_lock
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
WebKitDOMDOMNamedFlowCollection * webkit_dom_document_webkit_get_named_flows
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A WebKitDOMDOMNamedFlowCollection. [transfer none] | 
WebKitDOMDocumentType * webkit_dom_document_get_doctype (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A WebKitDOMDocumentType. [transfer none] | 
WebKitDOMDOMImplementation * webkit_dom_document_get_implementation
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A WebKitDOMDOMImplementation. [transfer none] | 
WebKitDOMElement *  webkit_dom_document_get_document_element
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A WebKitDOMElement. [transfer none] | 
gchar *             webkit_dom_document_get_input_encoding
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A gchar | 
gchar *             webkit_dom_document_get_xml_encoding
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A gchar | 
gchar *             webkit_dom_document_get_xml_version (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A gchar | 
void webkit_dom_document_set_xml_version (WebKitDOMDocument *self,const gchar *value,GError **error);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| 
 | GError | 
gboolean            webkit_dom_document_get_xml_standalone
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A gboolean | 
void webkit_dom_document_set_xml_standalone (WebKitDOMDocument *self,gboolean value,GError **error);
| 
 | A WebKitDOMDocument | 
| 
 | A gboolean | 
| 
 | GError | 
gchar *             webkit_dom_document_get_document_uri
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A gchar | 
void webkit_dom_document_set_document_uri (WebKitDOMDocument *self,const gchar *value);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
WebKitDOMDOMWindow * webkit_dom_document_get_default_view
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A WebKitDOMDOMWindow. [transfer none] | 
WebKitDOMStyleSheetList * webkit_dom_document_get_style_sheets
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A WebKitDOMStyleSheetList. [transfer none] | 
gchar *             webkit_dom_document_get_title       (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A gchar | 
void webkit_dom_document_set_title (WebKitDOMDocument *self,const gchar *value);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
gchar *             webkit_dom_document_get_referrer    (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A gchar | 
gchar *             webkit_dom_document_get_domain      (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A gchar | 
gchar *             webkit_dom_document_get_url         (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A gchar | 
gchar * webkit_dom_document_get_cookie (WebKitDOMDocument *self,GError **error);
| 
 | A WebKitDOMDocument | 
| 
 | GError | 
| Returns : | A gchar | 
void webkit_dom_document_set_cookie (WebKitDOMDocument *self,const gchar *value,GError **error);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
| 
 | GError | 
WebKitDOMHTMLElement * webkit_dom_document_get_body     (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A WebKitDOMHTMLElement. [transfer none] | 
void webkit_dom_document_set_body (WebKitDOMDocument *self,WebKitDOMHTMLElement *value,GError **error);
| 
 | A WebKitDOMDocument | 
| 
 | A WebKitDOMHTMLElement | 
| 
 | GError | 
WebKitDOMHTMLHeadElement * webkit_dom_document_get_head (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A WebKitDOMHTMLHeadElement. [transfer none] | 
WebKitDOMHTMLCollection * webkit_dom_document_get_images
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A WebKitDOMHTMLCollection. [transfer none] | 
WebKitDOMHTMLCollection * webkit_dom_document_get_applets
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A WebKitDOMHTMLCollection. [transfer none] | 
WebKitDOMHTMLCollection * webkit_dom_document_get_links (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A WebKitDOMHTMLCollection. [transfer none] | 
WebKitDOMHTMLCollection * webkit_dom_document_get_forms (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A WebKitDOMHTMLCollection. [transfer none] | 
WebKitDOMHTMLCollection * webkit_dom_document_get_anchors
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A WebKitDOMHTMLCollection. [transfer none] | 
gchar *             webkit_dom_document_get_last_modified
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A gchar | 
gchar *             webkit_dom_document_get_charset     (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A gchar | 
void webkit_dom_document_set_charset (WebKitDOMDocument *self,const gchar *value);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
gchar *             webkit_dom_document_get_default_charset
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A gchar | 
gchar *             webkit_dom_document_get_ready_state (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A gchar | 
gchar *             webkit_dom_document_get_character_set
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A gchar | 
gchar *             webkit_dom_document_get_preferred_stylesheet_set
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A gchar | 
gchar *             webkit_dom_document_get_selected_stylesheet_set
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A gchar | 
void webkit_dom_document_set_selected_stylesheet_set (WebKitDOMDocument *self,const gchar *value);
| 
 | A WebKitDOMDocument | 
| 
 | A gchar | 
gchar *             webkit_dom_document_get_compat_mode (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A gchar | 
gboolean            webkit_dom_document_get_webkit_is_full_screen
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A gboolean | 
gboolean            webkit_dom_document_get_webkit_full_screen_keyboard_input_allowed
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A gboolean | 
WebKitDOMElement *  webkit_dom_document_get_webkit_current_full_screen_element
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A WebKitDOMElement. [transfer none] | 
gboolean            webkit_dom_document_get_webkit_fullscreen_enabled
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A gboolean | 
WebKitDOMElement *  webkit_dom_document_get_webkit_fullscreen_element
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A WebKitDOMElement. [transfer none] | 
WebKitDOMElement *  webkit_dom_document_get_webkit_pointer_lock_element
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A WebKitDOMElement. [transfer none] | 
gchar *             webkit_dom_document_get_visibility_state
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A gchar | 
gboolean            webkit_dom_document_get_hidden      (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A gboolean | 
WebKitDOMDOMSecurityPolicy * webkit_dom_document_get_security_policy
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A WebKitDOMDOMSecurityPolicy. [transfer none] | 
WebKitDOMHTMLScriptElement * webkit_dom_document_get_current_script
                                                        (WebKitDOMDocument *self);
| 
 | A WebKitDOMDocument | 
| Returns : | A WebKitDOMHTMLScriptElement. [transfer none] | 
gboolean            webkit_dom_document_get_webkit_hidden
                                                        (WebKitDOMDocument *self);
webkit_dom_document_get_webkit_hidden is deprecated and should not be used in newly-written code. 2.2
This functionality has been removed from WebKit, this function does nothing.
| 
 | A WebKitDOMDocument | 
| Returns : | A gboolean | 
gchar *             webkit_dom_document_get_webkit_visibility_state
                                                        (WebKitDOMDocument *self);
webkit_dom_document_get_webkit_visibility_state is deprecated and should not be used in newly-written code. 2.2
This functionality has been removed from WebKit, this function does nothing.
| 
 | A WebKitDOMDocument | 
| Returns : | A gchar | 
"anchors" property"anchors" WebKitDOMHTMLCollection* : Read
read-only WebKitDOMHTMLCollection* Document:anchors.
"applets" property"applets" WebKitDOMHTMLCollection* : Read
read-only WebKitDOMHTMLCollection* Document:applets.
"body" property"body" WebKitDOMHTMLElement* : Read / Write
read-only WebKitDOMHTMLElement* Document:body.
"character-set" property"character-set" gchar* : Read
read-only gchar* Document:character-set.
Default value: ""
"charset" property"charset" gchar* : Read / Write
read-only gchar* Document:charset.
Default value: ""
"compat-mode" property"compat-mode" gchar* : Read
read-only gchar* Document:compat-mode.
Default value: ""
"cookie" property"cookie" gchar* : Read / Write
read-only gchar* Document:cookie.
Default value: ""
"current-script" property"current-script" WebKitDOMHTMLScriptElement* : Read
read-only WebKitDOMHTMLScriptElement* Document:current-script.
"default-charset" property"default-charset" gchar* : Read
read-only gchar* Document:default-charset.
Default value: ""
"default-view" property"default-view" WebKitDOMDOMWindow* : Read
read-only WebKitDOMDOMWindow* Document:default-view.
"doctype" property"doctype" WebKitDOMDocumentType* : Read
read-only WebKitDOMDocumentType* Document:doctype.
"document-element" property"document-element" WebKitDOMElement* : Read
read-only WebKitDOMElement* Document:document-element.
"document-uri" property"document-uri" gchar* : Read / Write
read-only gchar* Document:document-uri.
Default value: ""
"forms" property"forms" WebKitDOMHTMLCollection* : Read
read-only WebKitDOMHTMLCollection* Document:forms.
"head" property"head" WebKitDOMHTMLHeadElement* : Read
read-only WebKitDOMHTMLHeadElement* Document:head.
"hidden" property"hidden" gboolean : Read
read-only gboolean Document:hidden.
Default value: FALSE
"images" property"images" WebKitDOMHTMLCollection* : Read
read-only WebKitDOMHTMLCollection* Document:images.
"implementation" property"implementation" WebKitDOMDOMImplementation* : Read
read-only WebKitDOMDOMImplementation* Document:implementation.
"input-encoding" property"input-encoding" gchar* : Read
read-only gchar* Document:input-encoding.
Default value: ""
"last-modified" property"last-modified" gchar* : Read
read-only gchar* Document:last-modified.
Default value: ""
"links" property"links" WebKitDOMHTMLCollection* : Read
read-only WebKitDOMHTMLCollection* Document:links.
"preferred-stylesheet-set" property"preferred-stylesheet-set" gchar* : Read
read-only gchar* Document:preferred-stylesheet-set.
Default value: ""
"ready-state" property"ready-state" gchar* : Read
read-only gchar* Document:ready-state.
Default value: ""
"referrer" property"referrer" gchar* : Read
read-only gchar* Document:referrer.
Default value: ""
"security-policy" property"security-policy" WebKitDOMDOMSecurityPolicy* : Read
read-only WebKitDOMDOMSecurityPolicy* Document:security-policy.
"selected-stylesheet-set" property"selected-stylesheet-set" gchar* : Read / Write
read-only gchar* Document:selected-stylesheet-set.
Default value: ""
"style-sheets" property"style-sheets" WebKitDOMStyleSheetList* : Read
read-only WebKitDOMStyleSheetList* Document:style-sheets.
"title" property"title" gchar* : Read / Write
read-only gchar* Document:title.
Default value: ""
"visibility-state" property"visibility-state" gchar* : Read
read-only gchar* Document:visibility-state.
Default value: ""
"webkit-current-full-screen-element" property"webkit-current-full-screen-element" WebKitDOMElement* : Read
read-only WebKitDOMElement* Document:webkit-current-full-screen-element.
"webkit-full-screen-keyboard-input-allowed" property"webkit-full-screen-keyboard-input-allowed" gboolean : Read
read-only gboolean Document:webkit-full-screen-keyboard-input-allowed.
Default value: FALSE
"webkit-fullscreen-element" property"webkit-fullscreen-element" WebKitDOMElement* : Read
read-only WebKitDOMElement* Document:webkit-fullscreen-element.
"webkit-fullscreen-enabled" property"webkit-fullscreen-enabled" gboolean : Read
read-only gboolean Document:webkit-fullscreen-enabled.
Default value: FALSE
"webkit-is-full-screen" property"webkit-is-full-screen" gboolean : Read
read-only gboolean Document:webkit-is-full-screen.
Default value: FALSE
"webkit-pointer-lock-element" property"webkit-pointer-lock-element" WebKitDOMElement* : Read
read-only WebKitDOMElement* Document:webkit-pointer-lock-element.
"xml-encoding" property"xml-encoding" gchar* : Read
read-only gchar* Document:xml-encoding.
Default value: ""
"xml-standalone" property"xml-standalone" gboolean : Read / Write
read-only gboolean Document:xml-standalone.
Default value: FALSE
"xml-version" property"xml-version" gchar* : Read / Write
read-only gchar* Document:xml-version.
Default value: ""