gi-webkit2webextension-4.0.30: WebKit2-WebExtension bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
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) 

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

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.