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

GI.WebKit2WebExtension.Objects.DOMXPathExpression

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMXPathExpression Source #

Memory-managed wrapper type.

Constructors

DOMXPathExpression (ManagedPtr DOMXPathExpression) 

Instances

Instances details
Eq DOMXPathExpression Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMXPathExpression

GObject DOMXPathExpression Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMXPathExpression

ManagedPtrNewtype DOMXPathExpression Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMXPathExpression

TypedObject DOMXPathExpression Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMXPathExpression

Methods

glibType :: IO GType

IsGValue DOMXPathExpression Source #

Convert DOMXPathExpression to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMXPathExpression

Methods

toGValue :: DOMXPathExpression -> IO GValue

fromGValue :: GValue -> IO DOMXPathExpression

HasParentTypes DOMXPathExpression Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMXPathExpression

type ParentTypes DOMXPathExpression Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMXPathExpression

type ParentTypes DOMXPathExpression = '[DOMObject, Object]

class (GObject o, IsDescendantOf DOMXPathExpression o) => IsDOMXPathExpression o Source #

Type class for types which can be safely cast to DOMXPathExpression, for instance with toDOMXPathExpression.

Instances

Instances details
(GObject o, IsDescendantOf DOMXPathExpression o) => IsDOMXPathExpression o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMXPathExpression

toDOMXPathExpression :: (MonadIO m, IsDOMXPathExpression o) => o -> m DOMXPathExpression Source #

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

Methods

Overloaded methods

evaluate

dOMXPathExpressionEvaluate Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMXPathExpression a, IsDOMNode b, IsDOMXPathResult c) 
=> a

self: A DOMXPathExpression

-> b

contextNode: A DOMNode

-> Word16

type: A gushort

-> c

inResult: A DOMXPathResult

-> m DOMXPathResult

Returns: A DOMXPathResult (Can throw GError)

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.