Top |
gboolean webkit_dom_dom_implementation_has_feature (WebKitDOMDOMImplementation *self
,const gchar *feature
,const gchar *version
);
webkit_dom_dom_implementation_has_feature
has been deprecated since version 2.22 and should not be used in newly-written code.
Use JavaScriptCore API instead
WebKitDOMDocumentType * webkit_dom_dom_implementation_create_document_type (WebKitDOMDOMImplementation *self
,const gchar *qualifiedName
,const gchar *publicId
,const gchar *systemId
,GError **error
);
webkit_dom_dom_implementation_create_document_type
has been deprecated since version 2.22 and should not be used in newly-written code.
Use JavaScriptCore API instead
WebKitDOMDocument * webkit_dom_dom_implementation_create_document (WebKitDOMDOMImplementation *self
,const gchar *namespaceURI
,const gchar *qualifiedName
,WebKitDOMDocumentType *doctype
,GError **error
);
webkit_dom_dom_implementation_create_document
has been deprecated since version 2.22 and should not be used in newly-written code.
Use JavaScriptCore API instead
WebKitDOMCSSStyleSheet * webkit_dom_dom_implementation_create_css_style_sheet (WebKitDOMDOMImplementation *self
,const gchar *title
,const gchar *media
,GError **error
);
webkit_dom_dom_implementation_create_css_style_sheet
has been deprecated since version 2.22 and should not be used in newly-written code.
Use JavaScriptCore API instead
WebKitDOMHTMLDocument * webkit_dom_dom_implementation_create_html_document (WebKitDOMDOMImplementation *self
,const gchar *title
);
webkit_dom_dom_implementation_create_html_document
has been deprecated since version 2.22 and should not be used in newly-written code.
Use JavaScriptCore API instead