gi-webkit-3.0.14: WebKit bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit.Objects.DOMDocumentFragment

Contents

Description

 

Synopsis

Exported types

Methods

querySelector

dOMDocumentFragmentQuerySelector Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDocumentFragment a) 
=> a

self: A DOMDocumentFragment

-> Text

selectors: A gchar

-> m DOMElement

Returns: A DOMElement (Can throw GError)

No description available in the introspection data.

querySelectorAll

dOMDocumentFragmentQuerySelectorAll Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDocumentFragment a) 
=> a

self: A DOMDocumentFragment

-> Text

selectors: A gchar

-> m DOMNodeList

Returns: A DOMNodeList (Can throw GError)

No description available in the introspection data.