gi-webkit2webextension-0.2.10.13: WebKit2WebExtension bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMXPathResult

Contents

Description

 

Synopsis

Exported types

Methods

dOMXPathResultGetBooleanValue

dOMXPathResultGetInvalidIteratorState

dOMXPathResultGetNumberValue

dOMXPathResultGetResultType

dOMXPathResultGetSingleNodeValue

dOMXPathResultGetSnapshotLength

dOMXPathResultGetStringValue

dOMXPathResultIterateNext

dOMXPathResultSnapshotItem

Properties

BooleanValue

data DOMXPathResultBooleanValuePropertyInfo Source

InvalidIteratorState

data DOMXPathResultInvalidIteratorStatePropertyInfo Source

Instances

AttrInfo DOMXPathResultInvalidIteratorStatePropertyInfo Source 
type AttrLabel DOMXPathResultInvalidIteratorStatePropertyInfo = "invalid-iterator-state" Source 
type AttrGetType DOMXPathResultInvalidIteratorStatePropertyInfo = Bool Source 
type AttrBaseTypeConstraint DOMXPathResultInvalidIteratorStatePropertyInfo = DOMXPathResultK Source 
type AttrSetTypeConstraint DOMXPathResultInvalidIteratorStatePropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMXPathResultInvalidIteratorStatePropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

NumberValue

ResultType

SingleNodeValue

data DOMXPathResultSingleNodeValuePropertyInfo Source

Instances

AttrInfo DOMXPathResultSingleNodeValuePropertyInfo Source 
type AttrLabel DOMXPathResultSingleNodeValuePropertyInfo = "single-node-value" Source 
type AttrGetType DOMXPathResultSingleNodeValuePropertyInfo = DOMNode Source 
type AttrBaseTypeConstraint DOMXPathResultSingleNodeValuePropertyInfo = DOMXPathResultK Source 
type AttrSetTypeConstraint DOMXPathResultSingleNodeValuePropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMXPathResultSingleNodeValuePropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

SnapshotLength

data DOMXPathResultSnapshotLengthPropertyInfo Source

Instances

StringValue