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

Contents

Description

No description available in the introspection data.

Synopsis

Exported types

class (GObject o, IsDescendantOf DOMTreeWalker o) => IsDOMTreeWalker o Source #

Type class for types which can be safely cast to DOMTreeWalker, for instance with toDOMTreeWalker.

toDOMTreeWalker :: (MonadIO m, IsDOMTreeWalker o) => o -> m DOMTreeWalker Source #

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

Methods

firstChild

dOMTreeWalkerFirstChild Source #

Arguments

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

self: A DOMTreeWalker

-> m DOMNode

Returns: A DOMNode

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getCurrentNode

dOMTreeWalkerGetCurrentNode Source #

Arguments

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

self: A DOMTreeWalker

-> m DOMNode

Returns: A DOMNode

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getExpandEntityReferences

dOMTreeWalkerGetExpandEntityReferences Source #

Arguments

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

self: A DOMTreeWalker

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.12)

This function has been removed from the DOM spec and it just returns False.

getFilter

dOMTreeWalkerGetFilter Source #

Arguments

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

self: A DOMTreeWalker

-> m DOMNodeFilter

Returns: A DOMNodeFilter

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getRoot

dOMTreeWalkerGetRoot Source #

Arguments

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

self: A DOMTreeWalker

-> m DOMNode

Returns: A DOMNode

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getWhatToShow

dOMTreeWalkerGetWhatToShow Source #

Arguments

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

self: A DOMTreeWalker

-> m CULong

Returns: A gulong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

lastChild

dOMTreeWalkerLastChild Source #

Arguments

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

self: A DOMTreeWalker

-> m DOMNode

Returns: A DOMNode

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

nextNode

dOMTreeWalkerNextNode Source #

Arguments

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

self: A DOMTreeWalker

-> m DOMNode

Returns: A DOMNode

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

nextSibling

dOMTreeWalkerNextSibling Source #

Arguments

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

self: A DOMTreeWalker

-> m DOMNode

Returns: A DOMNode

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

parentNode

dOMTreeWalkerParentNode Source #

Arguments

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

self: A DOMTreeWalker

-> m DOMNode

Returns: A DOMNode

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

previousNode

dOMTreeWalkerPreviousNode Source #

Arguments

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

self: A DOMTreeWalker

-> m DOMNode

Returns: A DOMNode

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

previousSibling

dOMTreeWalkerPreviousSibling Source #

Arguments

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

self: A DOMTreeWalker

-> m DOMNode

Returns: A DOMNode

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setCurrentNode

dOMTreeWalkerSetCurrentNode Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMTreeWalker a, IsDOMNode b) 
=> a

self: A DOMTreeWalker

-> b

value: A DOMNode

-> m ()

(Can throw GError)

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

currentNode

No description available in the introspection data.

getDOMTreeWalkerCurrentNode :: (MonadIO m, IsDOMTreeWalker o) => o -> m DOMNode Source #

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

get dOMTreeWalker #currentNode

filter

No description available in the introspection data.

getDOMTreeWalkerFilter :: (MonadIO m, IsDOMTreeWalker o) => o -> m (Maybe DOMNodeFilter) Source #

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

get dOMTreeWalker #filter

root

No description available in the introspection data.

getDOMTreeWalkerRoot :: (MonadIO m, IsDOMTreeWalker o) => o -> m DOMNode Source #

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

get dOMTreeWalker #root

whatToShow

No description available in the introspection data.

getDOMTreeWalkerWhatToShow :: (MonadIO m, IsDOMTreeWalker o) => o -> m CULong Source #

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

get dOMTreeWalker #whatToShow