Top | Description | Object Hierarchy | Implemented Interfaces |
WebKitDOMDocumentFragment; WebKitDOMElement * webkit_dom_document_fragment_query_selector (WebKitDOMDocumentFragment *self
,const gchar *selectors
,GError **error
); WebKitDOMNodeList * webkit_dom_document_fragment_query_selector_all (WebKitDOMDocumentFragment *self
,const gchar *selectors
,GError **error
);
GObject +----WebKitDOMObject +----WebKitDOMNode +----WebKitDOMDocumentFragment +----WebKitDOMShadowRoot
WebKitDOMElement * webkit_dom_document_fragment_query_selector (WebKitDOMDocumentFragment *self
,const gchar *selectors
,GError **error
);
|
A WebKitDOMDocumentFragment |
|
A gchar |
|
GError |
Returns : |
A WebKitDOMElement. [transfer none] |
WebKitDOMNodeList * webkit_dom_document_fragment_query_selector_all (WebKitDOMDocumentFragment *self
,const gchar *selectors
,GError **error
);
|
A WebKitDOMDocumentFragment |
|
A gchar |
|
GError |
Returns : |
A WebKitDOMNodeList. [transfer none] |