gi-webkit2webextension-4.0.23: WebKit2-WebExtension bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMDocumentFragment

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

toDOMDocumentFragment :: (MonadIO m, IsDOMDocumentFragment o) => o -> m DOMDocumentFragment Source #

Cast to DOMDocumentFragment, for types for which this is known to be safe. For general casts, use castTo.

Methods

getChildElementCount

dOMDocumentFragmentGetChildElementCount Source #

Arguments

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

self: A DOMDocumentFragment

-> m CULong

Returns: A gulong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.16

getChildren

dOMDocumentFragmentGetChildren Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.16

getElementById

dOMDocumentFragmentGetElementById Source #

Arguments

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

self: A DOMDocumentFragment

-> Text

elementId: A gchar

-> m DOMElement

Returns: A DOMElement

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.16

getFirstElementChild

dOMDocumentFragmentGetFirstElementChild Source #

Arguments

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

self: A DOMDocumentFragment

-> m DOMElement

Returns: A DOMElement

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.16

getLastElementChild

dOMDocumentFragmentGetLastElementChild Source #

Arguments

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

self: A DOMDocumentFragment

-> m DOMElement

Returns: A DOMElement

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.16

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)

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.16

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)

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Since: 2.16

Properties

childElementCount

No description available in the introspection data.

getDOMDocumentFragmentChildElementCount :: (MonadIO m, IsDOMDocumentFragment o) => o -> m CULong Source #

Get the value of the “child-element-count” property. When overloading is enabled, this is equivalent to

get dOMDocumentFragment #childElementCount

children

No description available in the introspection data.

getDOMDocumentFragmentChildren :: (MonadIO m, IsDOMDocumentFragment o) => o -> m (Maybe DOMHTMLCollection) Source #

Get the value of the “children” property. When overloading is enabled, this is equivalent to

get dOMDocumentFragment #children

firstElementChild

No description available in the introspection data.

getDOMDocumentFragmentFirstElementChild :: (MonadIO m, IsDOMDocumentFragment o) => o -> m DOMElement Source #

Get the value of the “first-element-child” property. When overloading is enabled, this is equivalent to

get dOMDocumentFragment #firstElementChild

lastElementChild

No description available in the introspection data.

getDOMDocumentFragmentLastElementChild :: (MonadIO m, IsDOMDocumentFragment o) => o -> m DOMElement Source #

Get the value of the “last-element-child” property. When overloading is enabled, this is equivalent to

get dOMDocumentFragment #lastElementChild