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

invalidIteratorState

numberValue

resultType

singleNodeValue

snapshotLength

stringValue