gi-webkit2webextension-4.0.21: WebKit2-WebExtension bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (inaki@blueleaf.cc)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMXPathExpression

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

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

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

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.