gi-webkit2webextension-4.0.26: WebKit2-WebExtension bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMXPathResult

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMXPathResult Source #

Memory-managed wrapper type.

Constructors

DOMXPathResult (ManagedPtr DOMXPathResult) 

Instances

Instances details
Eq DOMXPathResult Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMXPathResult

GObject DOMXPathResult Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMXPathResult

ManagedPtrNewtype DOMXPathResult Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMXPathResult

TypedObject DOMXPathResult Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMXPathResult

Methods

glibType :: IO GType

HasParentTypes DOMXPathResult Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMXPathResult

IsGValue (Maybe DOMXPathResult) Source #

Convert DOMXPathResult to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMXPathResult

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe DOMXPathResult -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe DOMXPathResult)

type ParentTypes DOMXPathResult Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMXPathResult

type ParentTypes DOMXPathResult = '[DOMObject, Object]

class (GObject o, IsDescendantOf DOMXPathResult o) => IsDOMXPathResult o Source #

Type class for types which can be safely cast to DOMXPathResult, for instance with toDOMXPathResult.

Instances

Instances details
(GObject o, IsDescendantOf DOMXPathResult o) => IsDOMXPathResult o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMXPathResult

toDOMXPathResult :: (MonadIO m, IsDOMXPathResult o) => o -> m DOMXPathResult Source #

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

Methods

getBooleanValue

dOMXPathResultGetBooleanValue Source #

Arguments

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

self: A DOMXPathResult

-> m ()

(Can throw GError)

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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)

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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)

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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)

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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)

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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)

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

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)

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

booleanValue

No description available in the introspection data.

getDOMXPathResultBooleanValue :: (MonadIO m, IsDOMXPathResult o) => o -> m Bool Source #

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

get dOMXPathResult #booleanValue

invalidIteratorState

No description available in the introspection data.

getDOMXPathResultInvalidIteratorState :: (MonadIO m, IsDOMXPathResult o) => o -> m Bool Source #

Get the value of the “invalid-iterator-state” property. When overloading is enabled, this is equivalent to

get dOMXPathResult #invalidIteratorState

numberValue

No description available in the introspection data.

getDOMXPathResultNumberValue :: (MonadIO m, IsDOMXPathResult o) => o -> m Double Source #

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

get dOMXPathResult #numberValue

resultType

No description available in the introspection data.

getDOMXPathResultResultType :: (MonadIO m, IsDOMXPathResult o) => o -> m Word32 Source #

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

get dOMXPathResult #resultType

singleNodeValue

No description available in the introspection data.

getDOMXPathResultSingleNodeValue :: (MonadIO m, IsDOMXPathResult o) => o -> m (Maybe DOMNode) Source #

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

get dOMXPathResult #singleNodeValue

snapshotLength

No description available in the introspection data.

getDOMXPathResultSnapshotLength :: (MonadIO m, IsDOMXPathResult o) => o -> m CULong Source #

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

get dOMXPathResult #snapshotLength

stringValue

No description available in the introspection data.

getDOMXPathResultStringValue :: (MonadIO m, IsDOMXPathResult o) => o -> m (Maybe Text) Source #

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

get dOMXPathResult #stringValue