gi-webkit2webextension-4.0.12: WebKit2-WebExtension 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.WebKit2WebExtension.Objects.DOMDocumentFragment

Contents

Description

 

Synopsis

Exported types

Methods

getChildElementCount

dOMDocumentFragmentGetChildElementCount Source #

Arguments

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

self: A DOMDocumentFragment

-> m CULong

Returns: A gulong

No description available in the introspection data.

Since: 2.16

getChildren

dOMDocumentFragmentGetChildren Source #

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

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

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

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)

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)

No description available in the introspection data.

Since: 2.16

Properties

childElementCount

data DOMDocumentFragmentChildElementCountPropertyInfo Source #

Instances

AttrInfo DOMDocumentFragmentChildElementCountPropertyInfo Source # 
type AttrOrigin DOMDocumentFragmentChildElementCountPropertyInfo Source # 
type AttrLabel DOMDocumentFragmentChildElementCountPropertyInfo Source # 
type AttrGetType DOMDocumentFragmentChildElementCountPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentFragmentChildElementCountPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentFragmentChildElementCountPropertyInfo Source # 
type AttrAllowedOps DOMDocumentFragmentChildElementCountPropertyInfo Source # 

children

data DOMDocumentFragmentChildrenPropertyInfo Source #

Instances

AttrInfo DOMDocumentFragmentChildrenPropertyInfo Source # 
type AttrOrigin DOMDocumentFragmentChildrenPropertyInfo Source # 
type AttrLabel DOMDocumentFragmentChildrenPropertyInfo Source # 
type AttrGetType DOMDocumentFragmentChildrenPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentFragmentChildrenPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentFragmentChildrenPropertyInfo Source # 
type AttrAllowedOps DOMDocumentFragmentChildrenPropertyInfo Source # 

firstElementChild

data DOMDocumentFragmentFirstElementChildPropertyInfo Source #

Instances

AttrInfo DOMDocumentFragmentFirstElementChildPropertyInfo Source # 
type AttrOrigin DOMDocumentFragmentFirstElementChildPropertyInfo Source # 
type AttrLabel DOMDocumentFragmentFirstElementChildPropertyInfo Source # 
type AttrGetType DOMDocumentFragmentFirstElementChildPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentFragmentFirstElementChildPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentFragmentFirstElementChildPropertyInfo Source # 
type AttrAllowedOps DOMDocumentFragmentFirstElementChildPropertyInfo Source # 

lastElementChild

data DOMDocumentFragmentLastElementChildPropertyInfo Source #

Instances

AttrInfo DOMDocumentFragmentLastElementChildPropertyInfo Source # 
type AttrOrigin DOMDocumentFragmentLastElementChildPropertyInfo Source # 
type AttrLabel DOMDocumentFragmentLastElementChildPropertyInfo Source # 
type AttrGetType DOMDocumentFragmentLastElementChildPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentFragmentLastElementChildPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentFragmentLastElementChildPropertyInfo Source # 
type AttrAllowedOps DOMDocumentFragmentLastElementChildPropertyInfo Source #