gi-webkit-3.0.14: WebKit 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.WebKit.Objects.DOMDocument

Contents

Description

 

Synopsis

Exported types

Methods

adoptNode

dOMDocumentAdoptNode Source #

Arguments

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

self: A DOMDocument

-> b

source: A DOMNode

-> m DOMNode

Returns: A DOMNode (Can throw GError)

No description available in the introspection data.

caretRangeFromPoint

dOMDocumentCaretRangeFromPoint Source #

Arguments

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

self: A DOMDocument

-> CLong

x: A glong

-> CLong

y: A glong

-> m DOMRange

Returns: A DOMRange

No description available in the introspection data.

createAttribute

dOMDocumentCreateAttribute Source #

Arguments

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

self: A DOMDocument

-> Text

name: A gchar

-> m DOMAttr

Returns: A DOMAttr (Can throw GError)

No description available in the introspection data.

createAttributeNs

dOMDocumentCreateAttributeNs Source #

Arguments

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

self: A DOMDocument

-> Maybe Text

namespaceURI: A gchar

-> Text

qualifiedName: A gchar

-> m DOMAttr

Returns: A DOMAttr (Can throw GError)

No description available in the introspection data.

createCdataSection

dOMDocumentCreateCdataSection Source #

Arguments

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

self: A DOMDocument

-> Text

data: A gchar

-> m DOMCDATASection

Returns: A DOMCDATASection (Can throw GError)

No description available in the introspection data.

createComment

dOMDocumentCreateComment Source #

Arguments

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

self: A DOMDocument

-> Text

data: A gchar

-> m DOMComment

Returns: A DOMComment

No description available in the introspection data.

createCssStyleDeclaration

dOMDocumentCreateCssStyleDeclaration Source #

No description available in the introspection data.

createDocumentFragment

dOMDocumentCreateDocumentFragment Source #

Arguments

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

self: A DOMDocument

-> m DOMDocumentFragment

Returns: A DOMDocumentFragment

No description available in the introspection data.

createElement

dOMDocumentCreateElement Source #

Arguments

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

self: A DOMDocument

-> Text

tagName: A gchar

-> m DOMElement

Returns: A DOMElement (Can throw GError)

No description available in the introspection data.

createElementNs

dOMDocumentCreateElementNs Source #

Arguments

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

self: A DOMDocument

-> Maybe Text

namespaceURI: A gchar

-> Text

qualifiedName: A gchar

-> m DOMElement

Returns: A DOMElement (Can throw GError)

No description available in the introspection data.

createEntityReference

dOMDocumentCreateEntityReference Source #

Arguments

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

self: A DOMDocument

-> Maybe Text

name: A gchar

-> m DOMEntityReference

Returns: A DOMEntityReference (Can throw GError)

No description available in the introspection data.

createEvent

dOMDocumentCreateEvent Source #

Arguments

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

self: A DOMDocument

-> Text

eventType: A gchar

-> m DOMEvent

Returns: A DOMEvent (Can throw GError)

No description available in the introspection data.

createExpression

dOMDocumentCreateExpression Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDocument a, IsDOMXPathNSResolver b) 
=> a

self: A DOMDocument

-> Text

expression: A gchar

-> b

resolver: A DOMXPathNSResolver

-> m DOMXPathExpression

Returns: A DOMXPathExpression (Can throw GError)

No description available in the introspection data.

createNodeIterator

dOMDocumentCreateNodeIterator Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDocument a, IsDOMNode b, IsDOMNodeFilter c) 
=> a

self: A DOMDocument

-> b

root: A DOMNode

-> CULong

whatToShow: A gulong

-> c

filter: A DOMNodeFilter

-> Bool

expandEntityReferences: A Bool

-> m DOMNodeIterator

Returns: A DOMNodeIterator (Can throw GError)

No description available in the introspection data.

createNsResolver

dOMDocumentCreateNsResolver Source #

Arguments

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

self: A DOMDocument

-> b

nodeResolver: A DOMNode

-> m DOMXPathNSResolver

Returns: A DOMXPathNSResolver

No description available in the introspection data.

createProcessingInstruction

dOMDocumentCreateProcessingInstruction Source #

Arguments

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

self: A DOMDocument

-> Text

target: A gchar

-> Text

data: A gchar

-> m DOMProcessingInstruction

Returns: A DOMProcessingInstruction (Can throw GError)

No description available in the introspection data.

createRange

dOMDocumentCreateRange Source #

Arguments

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

self: A DOMDocument

-> m DOMRange

Returns: A DOMRange

No description available in the introspection data.

createTextNode

dOMDocumentCreateTextNode Source #

Arguments

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

self: A DOMDocument

-> Text

data: A gchar

-> m DOMText

Returns: A DOMText

No description available in the introspection data.

createTouch

dOMDocumentCreateTouch Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDocument a, IsDOMDOMWindow b, IsDOMEventTarget c) 
=> a

self: A DOMDocument

-> b

window: A DOMDOMWindow

-> c

target: A DOMEventTarget

-> CLong

identifier: A glong

-> CLong

pageX: A glong

-> CLong

pageY: A glong

-> CLong

screenX: A glong

-> CLong

screenY: A glong

-> CLong

webkitRadiusX: A glong

-> CLong

webkitRadiusY: A glong

-> Float

webkitRotationAngle: A gfloat

-> Float

webkitForce: A gfloat

-> m DOMTouch

Returns: A DOMTouch (Can throw GError)

No description available in the introspection data.

createTreeWalker

dOMDocumentCreateTreeWalker Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDocument a, IsDOMNode b, IsDOMNodeFilter c) 
=> a

self: A DOMDocument

-> b

root: A DOMNode

-> CULong

whatToShow: A gulong

-> c

filter: A DOMNodeFilter

-> Bool

expandEntityReferences: A Bool

-> m DOMTreeWalker

Returns: A DOMTreeWalker (Can throw GError)

No description available in the introspection data.

elementFromPoint

dOMDocumentElementFromPoint Source #

Arguments

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

self: A DOMDocument

-> CLong

x: A glong

-> CLong

y: A glong

-> m DOMElement

Returns: A DOMElement

No description available in the introspection data.

evaluate

dOMDocumentEvaluate Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDocument a, IsDOMNode b, IsDOMXPathNSResolver c, IsDOMXPathResult d) 
=> a

self: A DOMDocument

-> Text

expression: A gchar

-> b

contextNode: A DOMNode

-> Maybe c

resolver: A DOMXPathNSResolver

-> Word16

type: A gushort

-> Maybe d

inResult: A DOMXPathResult

-> m DOMXPathResult

Returns: A DOMXPathResult (Can throw GError)

No description available in the introspection data.

execCommand

dOMDocumentExecCommand Source #

Arguments

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

self: A DOMDocument

-> Text

command: A gchar

-> Bool

userInterface: A Bool

-> Text

value: A gchar

-> m Bool

Returns: A Bool

No description available in the introspection data.

getAnchors

dOMDocumentGetAnchors Source #

Arguments

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

self: A DOMDocument

-> m DOMHTMLCollection

Returns: A DOMHTMLCollection

No description available in the introspection data.

getApplets

dOMDocumentGetApplets Source #

Arguments

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

self: A DOMDocument

-> m DOMHTMLCollection

Returns: A DOMHTMLCollection

No description available in the introspection data.

getBody

dOMDocumentGetBody Source #

Arguments

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

self: A DOMDocument

-> m DOMHTMLElement

Returns: A DOMHTMLElement

No description available in the introspection data.

getCharacterSet

dOMDocumentGetCharacterSet Source #

Arguments

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

self: A DOMDocument

-> m Text

Returns: A gchar

No description available in the introspection data.

getCharset

dOMDocumentGetCharset Source #

Arguments

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

self: A DOMDocument

-> m Text

Returns: A gchar

No description available in the introspection data.

getCompatMode

dOMDocumentGetCompatMode Source #

Arguments

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

self: A DOMDocument

-> m Text

Returns: A gchar

No description available in the introspection data.

getCookie

dOMDocumentGetCookie Source #

Arguments

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

self: A DOMDocument

-> m Text

Returns: A gchar (Can throw GError)

No description available in the introspection data.

getCurrentScript

dOMDocumentGetCurrentScript Source #

No description available in the introspection data.

getDefaultCharset

dOMDocumentGetDefaultCharset Source #

Arguments

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

self: A DOMDocument

-> m Text

Returns: A gchar

No description available in the introspection data.

getDefaultView

dOMDocumentGetDefaultView Source #

Arguments

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

self: A DOMDocument

-> m DOMDOMWindow

Returns: A DOMDOMWindow

No description available in the introspection data.

getDoctype

dOMDocumentGetDoctype Source #

Arguments

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

self: A DOMDocument

-> m DOMDocumentType

Returns: A DOMDocumentType

No description available in the introspection data.

getDocumentElement

dOMDocumentGetDocumentElement Source #

Arguments

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

self: A DOMDocument

-> m DOMElement

Returns: A DOMElement

No description available in the introspection data.

getDocumentUri

dOMDocumentGetDocumentUri Source #

Arguments

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

self: A DOMDocument

-> m Text

Returns: A gchar

No description available in the introspection data.

getDomain

dOMDocumentGetDomain Source #

Arguments

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

self: A DOMDocument

-> m Text

Returns: A gchar

No description available in the introspection data.

getElementById

dOMDocumentGetElementById Source #

Arguments

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

self: A DOMDocument

-> Text

elementId: A gchar

-> m DOMElement

Returns: A DOMElement

No description available in the introspection data.

getElementsByClassName

dOMDocumentGetElementsByClassName Source #

Arguments

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

self: A DOMDocument

-> Text

tagname: A gchar

-> m DOMNodeList

Returns: A DOMNodeList

No description available in the introspection data.

getElementsByName

dOMDocumentGetElementsByName Source #

Arguments

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

self: A DOMDocument

-> Text

elementName: A gchar

-> m DOMNodeList

Returns: A DOMNodeList

No description available in the introspection data.

getElementsByTagName

dOMDocumentGetElementsByTagName Source #

Arguments

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

self: A DOMDocument

-> Text

tagname: A gchar

-> m DOMNodeList

Returns: A DOMNodeList

No description available in the introspection data.

getElementsByTagNameNs

dOMDocumentGetElementsByTagNameNs Source #

Arguments

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

self: A DOMDocument

-> Text

namespaceURI: A gchar

-> Text

localName: A gchar

-> m DOMNodeList

Returns: A DOMNodeList

No description available in the introspection data.

getForms

dOMDocumentGetForms Source #

Arguments

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

self: A DOMDocument

-> m DOMHTMLCollection

Returns: A DOMHTMLCollection

No description available in the introspection data.

getHead

dOMDocumentGetHead Source #

Arguments

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

self: A DOMDocument

-> m DOMHTMLHeadElement

Returns: A DOMHTMLHeadElement

No description available in the introspection data.

getHidden

dOMDocumentGetHidden Source #

Arguments

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

self: A DOMDocument

-> m Bool

Returns: A Bool

No description available in the introspection data.

getImages

dOMDocumentGetImages Source #

Arguments

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

self: A DOMDocument

-> m DOMHTMLCollection

Returns: A DOMHTMLCollection

No description available in the introspection data.

getImplementation

dOMDocumentGetImplementation Source #

No description available in the introspection data.

getInputEncoding

dOMDocumentGetInputEncoding Source #

Arguments

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

self: A DOMDocument

-> m Text

Returns: A gchar

No description available in the introspection data.

getLastModified

dOMDocumentGetLastModified Source #

Arguments

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

self: A DOMDocument

-> m Text

Returns: A gchar

No description available in the introspection data.

getLinks

dOMDocumentGetLinks Source #

Arguments

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

self: A DOMDocument

-> m DOMHTMLCollection

Returns: A DOMHTMLCollection

No description available in the introspection data.

getOverrideStyle

dOMDocumentGetOverrideStyle Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDocument a, IsDOMElement b) 
=> a

self: A DOMDocument

-> b

element: A DOMElement

-> Maybe Text

pseudoElement: A gchar

-> m DOMCSSStyleDeclaration

Returns: A DOMCSSStyleDeclaration

No description available in the introspection data.

getPreferredStylesheetSet

dOMDocumentGetPreferredStylesheetSet Source #

Arguments

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

self: A DOMDocument

-> m Text

Returns: A gchar

No description available in the introspection data.

getReadyState

dOMDocumentGetReadyState Source #

Arguments

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

self: A DOMDocument

-> m Text

Returns: A gchar

No description available in the introspection data.

getReferrer

dOMDocumentGetReferrer Source #

Arguments

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

self: A DOMDocument

-> m Text

Returns: A gchar

No description available in the introspection data.

getSecurityPolicy

dOMDocumentGetSecurityPolicy Source #

No description available in the introspection data.

getSelectedStylesheetSet

dOMDocumentGetSelectedStylesheetSet Source #

Arguments

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

self: A DOMDocument

-> m Text

Returns: A gchar

No description available in the introspection data.

getStyleSheets

dOMDocumentGetStyleSheets Source #

Arguments

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

self: A DOMDocument

-> m DOMStyleSheetList

Returns: A DOMStyleSheetList

No description available in the introspection data.

getTitle

dOMDocumentGetTitle Source #

Arguments

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

self: A DOMDocument

-> m Text

Returns: A gchar

No description available in the introspection data.

getUrl

dOMDocumentGetUrl Source #

Arguments

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

self: A DOMDocument

-> m Text

Returns: A gchar

No description available in the introspection data.

getVisibilityState

dOMDocumentGetVisibilityState Source #

Arguments

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

self: A DOMDocument

-> m Text

Returns: A gchar

No description available in the introspection data.

getWebkitCurrentFullScreenElement

dOMDocumentGetWebkitCurrentFullScreenElement Source #

Arguments

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

self: A DOMDocument

-> m DOMElement

Returns: A DOMElement

No description available in the introspection data.

getWebkitFullScreenKeyboardInputAllowed

dOMDocumentGetWebkitFullScreenKeyboardInputAllowed Source #

Arguments

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

self: A DOMDocument

-> m Bool

Returns: A Bool

No description available in the introspection data.

getWebkitFullscreenElement

dOMDocumentGetWebkitFullscreenElement Source #

Arguments

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

self: A DOMDocument

-> m DOMElement

Returns: A DOMElement

No description available in the introspection data.

getWebkitFullscreenEnabled

dOMDocumentGetWebkitFullscreenEnabled Source #

Arguments

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

self: A DOMDocument

-> m Bool

Returns: A Bool

No description available in the introspection data.

getWebkitHidden

dOMDocumentGetWebkitHidden Source #

Arguments

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

self: A DOMDocument

-> m Bool

Returns: A Bool

Deprecated: (Since version 2.2)

This functionality has been removed from WebKit, this function does nothing.

getWebkitIsFullScreen

dOMDocumentGetWebkitIsFullScreen Source #

Arguments

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

self: A DOMDocument

-> m Bool

Returns: A Bool

No description available in the introspection data.

getWebkitPointerLockElement

dOMDocumentGetWebkitPointerLockElement Source #

Arguments

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

self: A DOMDocument

-> m DOMElement

Returns: A DOMElement

No description available in the introspection data.

getWebkitVisibilityState

dOMDocumentGetWebkitVisibilityState Source #

Arguments

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

self: A DOMDocument

-> m Text

Returns: A gchar

Deprecated: (Since version 2.2)

This functionality has been removed from WebKit, this function does nothing.

getXmlEncoding

dOMDocumentGetXmlEncoding Source #

Arguments

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

self: A DOMDocument

-> m Text

Returns: A gchar

No description available in the introspection data.

getXmlStandalone

dOMDocumentGetXmlStandalone Source #

Arguments

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

self: A DOMDocument

-> m Bool

Returns: A Bool

No description available in the introspection data.

getXmlVersion

dOMDocumentGetXmlVersion Source #

Arguments

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

self: A DOMDocument

-> m Text

Returns: A gchar

No description available in the introspection data.

importNode

dOMDocumentImportNode Source #

Arguments

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

self: A DOMDocument

-> b

importedNode: A DOMNode

-> Bool

deep: A Bool

-> m DOMNode

Returns: A DOMNode (Can throw GError)

No description available in the introspection data.

queryCommandEnabled

dOMDocumentQueryCommandEnabled Source #

Arguments

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

self: A DOMDocument

-> Text

command: A gchar

-> m Bool

Returns: A Bool

No description available in the introspection data.

queryCommandIndeterm

dOMDocumentQueryCommandIndeterm Source #

Arguments

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

self: A DOMDocument

-> Text

command: A gchar

-> m Bool

Returns: A Bool

No description available in the introspection data.

queryCommandState

dOMDocumentQueryCommandState Source #

Arguments

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

self: A DOMDocument

-> Text

command: A gchar

-> m Bool

Returns: A Bool

No description available in the introspection data.

queryCommandSupported

dOMDocumentQueryCommandSupported Source #

Arguments

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

self: A DOMDocument

-> Text

command: A gchar

-> m Bool

Returns: A Bool

No description available in the introspection data.

queryCommandValue

dOMDocumentQueryCommandValue Source #

Arguments

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

self: A DOMDocument

-> Text

command: A gchar

-> m Text

Returns: A gchar

No description available in the introspection data.

querySelector

dOMDocumentQuerySelector Source #

Arguments

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

self: A DOMDocument

-> Text

selectors: A gchar

-> m DOMElement

Returns: A DOMElement (Can throw GError)

No description available in the introspection data.

querySelectorAll

dOMDocumentQuerySelectorAll Source #

Arguments

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

self: A DOMDocument

-> Text

selectors: A gchar

-> m DOMNodeList

Returns: A DOMNodeList (Can throw GError)

No description available in the introspection data.

setBody

dOMDocumentSetBody Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDocument a, IsDOMHTMLElement b) 
=> a

self: A DOMDocument

-> b

value: A DOMHTMLElement

-> m ()

(Can throw GError)

No description available in the introspection data.

setCharset

dOMDocumentSetCharset Source #

Arguments

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

self: A DOMDocument

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setCookie

dOMDocumentSetCookie Source #

Arguments

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

self: A DOMDocument

-> Text

value: A gchar

-> m ()

(Can throw GError)

No description available in the introspection data.

setDocumentUri

dOMDocumentSetDocumentUri Source #

Arguments

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

self: A DOMDocument

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setSelectedStylesheetSet

dOMDocumentSetSelectedStylesheetSet Source #

Arguments

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

self: A DOMDocument

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setTitle

dOMDocumentSetTitle Source #

Arguments

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

self: A DOMDocument

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

setXmlStandalone

dOMDocumentSetXmlStandalone Source #

Arguments

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

self: A DOMDocument

-> Bool

value: A Bool

-> m ()

(Can throw GError)

No description available in the introspection data.

setXmlVersion

dOMDocumentSetXmlVersion Source #

Arguments

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

self: A DOMDocument

-> Text

value: A gchar

-> m ()

(Can throw GError)

No description available in the introspection data.

webkitCancelFullScreen

dOMDocumentWebkitCancelFullScreen Source #

Arguments

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

self: A DOMDocument

-> m () 

No description available in the introspection data.

webkitExitFullscreen

dOMDocumentWebkitExitFullscreen Source #

Arguments

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

self: A DOMDocument

-> m () 

No description available in the introspection data.

webkitExitPointerLock

dOMDocumentWebkitExitPointerLock Source #

Arguments

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

self: A DOMDocument

-> m () 

No description available in the introspection data.

webkitGetNamedFlows

dOMDocumentWebkitGetNamedFlows Source #

No description available in the introspection data.

Properties

anchors

applets

body

characterSet

charset

compatMode

cookie

currentScript

defaultCharset

defaultView

doctype

documentElement

documentUri

domain

forms

head

hidden

images

implementation

inputEncoding

lastModified

links

preferredStylesheetSet

readyState

referrer

securityPolicy

selectedStylesheetSet

styleSheets

title

url

visibilityState

webkitCurrentFullScreenElement

webkitFullScreenKeyboardInputAllowed

webkitFullscreenElement

webkitFullscreenEnabled

webkitIsFullScreen

webkitPointerLockElement

xmlEncoding

xmlStandalone

xmlVersion