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.DOMXPathResult

Contents

Description

 

Synopsis

Exported types

Methods

getBooleanValue

dOMXPathResultGetBooleanValue Source #

Arguments

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

self: A DOMXPathResult

-> m ()

(Can throw GError)

No description available in the introspection data.

getInvalidIteratorState

dOMXPathResultGetInvalidIteratorState Source #

Arguments

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

self: A DOMXPathResult

-> m Bool

Returns: A Bool

No description available in the introspection data.

getNumberValue

dOMXPathResultGetNumberValue Source #

Arguments

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

self: A DOMXPathResult

-> m Double

Returns: A gdouble (Can throw GError)

No description available in the introspection data.

getResultType

dOMXPathResultGetResultType Source #

Arguments

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

self: A DOMXPathResult

-> m Word16

Returns: A gushort

No description available in the introspection data.

getSingleNodeValue

dOMXPathResultGetSingleNodeValue Source #

Arguments

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

self: A DOMXPathResult

-> m DOMNode

Returns: A DOMNode (Can throw GError)

No description available in the introspection data.

getSnapshotLength

dOMXPathResultGetSnapshotLength Source #

Arguments

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

self: A DOMXPathResult

-> m CULong

Returns: A gulong (Can throw GError)

No description available in the introspection data.

getStringValue

dOMXPathResultGetStringValue Source #

Arguments

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

self: A DOMXPathResult

-> m Text

Returns: A gchar (Can throw GError)

No description available in the introspection data.

iterateNext

dOMXPathResultIterateNext Source #

Arguments

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

self: A DOMXPathResult

-> m DOMNode

Returns: A DOMNode (Can throw GError)

No description available in the introspection data.

snapshotItem

dOMXPathResultSnapshotItem Source #

Arguments

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

self: A DOMXPathResult

-> CULong

index: A gulong

-> m DOMNode

Returns: A DOMNode (Can throw GError)

No description available in the introspection data.

Properties

booleanValue

data DOMXPathResultBooleanValuePropertyInfo Source #

Instances

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

invalidIteratorState

data DOMXPathResultInvalidIteratorStatePropertyInfo Source #

Instances

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

numberValue

data DOMXPathResultNumberValuePropertyInfo Source #

Instances

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

resultType

data DOMXPathResultResultTypePropertyInfo Source #

Instances

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

singleNodeValue

data DOMXPathResultSingleNodeValuePropertyInfo Source #

Instances

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

snapshotLength

data DOMXPathResultSnapshotLengthPropertyInfo Source #

Instances

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

stringValue

data DOMXPathResultStringValuePropertyInfo Source #

Instances

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