gi-webkit2webextension-4.0.12: WebKit2-WebExtension 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.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.

Since: 2.16

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)

Deprecated: (Since version 2.12)

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

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

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

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

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

exitPointerLock

dOMDocumentExitPointerLock Source #

Arguments

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

self: A DOMDocument

-> m () 

No description available in the introspection data.

Since: 2.16

getActiveElement

dOMDocumentGetActiveElement Source #

Arguments

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

self: A DOMDocument

-> m DOMElement

Returns: A DOMElement

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.

getChildElementCount

dOMDocumentGetChildElementCount Source #

Arguments

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

self: A DOMDocument

-> m CULong

Returns: A gulong

No description available in the introspection data.

Since: 2.16

getChildren

dOMDocumentGetChildren Source #

Arguments

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

self: A DOMDocument

-> m DOMHTMLCollection

Returns: A DOMHTMLCollection

No description available in the introspection data.

Since: 2.16

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.

Since: 2.14

getContentType

dOMDocumentGetContentType Source #

Arguments

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

self: A DOMDocument

-> m Text

Returns: A gchar

No description available in the introspection data.

Since: 2.16

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.

Since: 2.16

getDefaultCharset

dOMDocumentGetDefaultCharset Source #

Arguments

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

self: A DOMDocument

-> m Text

Returns: A gchar

Deprecated: (Since version 2.14)

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.

getDesignMode

dOMDocumentGetDesignMode Source #

Arguments

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

self: A DOMDocument

-> m Text

Returns: A gchar

No description available in the introspection data.

Since: 2.14

getDir

dOMDocumentGetDir Source #

Arguments

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

self: A DOMDocument

-> m Text

Returns: A gchar

No description available in the introspection data.

Since: 2.16

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

className: a gchar with the tag name

-> m DOMNodeList

Returns: a DOMNodeList

Deprecated: (Since version 2.12)Use dOMDocumentGetElementsByClassNameAsHtmlCollection instead.

No description available in the introspection data.

getElementsByClassNameAsHtmlCollection

dOMDocumentGetElementsByClassNameAsHtmlCollection Source #

Arguments

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

self: A DOMDocument

-> Text

classNames: A gchar

-> m DOMHTMLCollection

Returns: A DOMHTMLCollection

No description available in the introspection data.

Since: 2.12

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 with the tag name

-> m DOMNodeList

Returns: a DOMNodeList

Deprecated: (Since version 2.12)Use dOMDocumentGetElementsByTagNameAsHtmlCollection instead.

No description available in the introspection data.

getElementsByTagNameAsHtmlCollection

dOMDocumentGetElementsByTagNameAsHtmlCollection Source #

Arguments

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

self: A DOMDocument

-> Text

tagname: A gchar

-> m DOMHTMLCollection

Returns: A DOMHTMLCollection

No description available in the introspection data.

Since: 2.12

getElementsByTagNameNs

dOMDocumentGetElementsByTagNameNs Source #

Arguments

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

self: A DOMDocument

-> Text

namespaceUri: a gchar with the namespace URI

-> Text

tagName: a gchar with the tag name

-> m DOMNodeList

Returns: a DOMNodeList

Deprecated: (Since version 2.12)Use dOMDocumentGetElementsByTagNameNsAsHtmlCollection instead.

No description available in the introspection data.

getElementsByTagNameNsAsHtmlCollection

dOMDocumentGetElementsByTagNameNsAsHtmlCollection Source #

Arguments

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

self: A DOMDocument

-> Text

namespaceURI: A gchar

-> Text

localName: A gchar

-> m DOMHTMLCollection

Returns: A DOMHTMLCollection

No description available in the introspection data.

Since: 2.12

getEmbeds

dOMDocumentGetEmbeds Source #

Arguments

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

self: A DOMDocument

-> m DOMHTMLCollection

Returns: A DOMHTMLCollection

No description available in the introspection data.

Since: 2.14

getFirstElementChild

dOMDocumentGetFirstElementChild Source #

Arguments

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

self: A DOMDocument

-> m DOMElement

Returns: A DOMElement

No description available in the introspection data.

Since: 2.16

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.

Since: 2.16

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.

getLastElementChild

dOMDocumentGetLastElementChild Source #

Arguments

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

self: A DOMDocument

-> m DOMElement

Returns: A DOMElement

No description available in the introspection data.

Since: 2.16

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.

getOrigin

dOMDocumentGetOrigin Source #

Arguments

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

self: A DOMDocument

-> m Text

Returns: A gchar

No description available in the introspection data.

Since: 2.16

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.

getPlugins

dOMDocumentGetPlugins Source #

Arguments

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

self: A DOMDocument

-> m DOMHTMLCollection

Returns: A DOMHTMLCollection

No description available in the introspection data.

Since: 2.14

getPointerLockElement

dOMDocumentGetPointerLockElement Source #

Arguments

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

self: A DOMDocument

-> m DOMElement

Returns: A DOMElement

No description available in the introspection data.

Since: 2.16

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.

getScripts

dOMDocumentGetScripts Source #

Arguments

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

self: A DOMDocument

-> m DOMHTMLCollection

Returns: A DOMHTMLCollection

No description available in the introspection data.

Since: 2.14

getScrollingElement

dOMDocumentGetScrollingElement Source #

Arguments

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

self: A DOMDocument

-> m DOMElement

Returns: A DOMElement

No description available in the introspection data.

Since: 2.16

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.

Since: 2.16

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.

Since: 2.16

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.

Since: 2.16

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.

Since: 2.16

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.

Since: 2.16

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.

Since: 2.16

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.

hasFocus

dOMDocumentHasFocus Source #

Arguments

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

self: A DOMDocument

-> m Bool

Returns: A Bool

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.

setDesignMode

dOMDocumentSetDesignMode Source #

Arguments

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

self: A DOMDocument

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

Since: 2.14

setDir

data DOMDocumentSetDirMethodInfo Source #

Instances

((~) * signature (Text -> m ()), MonadIO m, IsDOMDocument a) => MethodInfo * DOMDocumentSetDirMethodInfo a signature Source # 

dOMDocumentSetDir Source #

Arguments

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

self: A DOMDocument

-> Text

value: A gchar

-> m () 

No description available in the introspection data.

Since: 2.16

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.

Since: 2.16

webkitExitFullscreen

dOMDocumentWebkitExitFullscreen Source #

Arguments

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

self: A DOMDocument

-> m () 

No description available in the introspection data.

Since: 2.16

Properties

activeElement

data DOMDocumentActiveElementPropertyInfo Source #

Instances

AttrInfo DOMDocumentActiveElementPropertyInfo Source # 
type AttrOrigin DOMDocumentActiveElementPropertyInfo Source # 
type AttrLabel DOMDocumentActiveElementPropertyInfo Source # 
type AttrGetType DOMDocumentActiveElementPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentActiveElementPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentActiveElementPropertyInfo Source # 
type AttrAllowedOps DOMDocumentActiveElementPropertyInfo Source # 

anchors

data DOMDocumentAnchorsPropertyInfo Source #

Instances

AttrInfo DOMDocumentAnchorsPropertyInfo Source # 
type AttrOrigin DOMDocumentAnchorsPropertyInfo Source # 
type AttrLabel DOMDocumentAnchorsPropertyInfo Source # 
type AttrGetType DOMDocumentAnchorsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentAnchorsPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentAnchorsPropertyInfo Source # 
type AttrAllowedOps DOMDocumentAnchorsPropertyInfo Source # 

applets

data DOMDocumentAppletsPropertyInfo Source #

Instances

AttrInfo DOMDocumentAppletsPropertyInfo Source # 
type AttrOrigin DOMDocumentAppletsPropertyInfo Source # 
type AttrLabel DOMDocumentAppletsPropertyInfo Source # 
type AttrGetType DOMDocumentAppletsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentAppletsPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentAppletsPropertyInfo Source # 
type AttrAllowedOps DOMDocumentAppletsPropertyInfo Source # 

body

data DOMDocumentBodyPropertyInfo Source #

Instances

AttrInfo DOMDocumentBodyPropertyInfo Source # 
type AttrOrigin DOMDocumentBodyPropertyInfo Source # 
type AttrLabel DOMDocumentBodyPropertyInfo Source # 
type AttrGetType DOMDocumentBodyPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentBodyPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentBodyPropertyInfo Source # 
type AttrAllowedOps DOMDocumentBodyPropertyInfo Source # 

characterSet

data DOMDocumentCharacterSetPropertyInfo Source #

Instances

AttrInfo DOMDocumentCharacterSetPropertyInfo Source # 
type AttrOrigin DOMDocumentCharacterSetPropertyInfo Source # 
type AttrLabel DOMDocumentCharacterSetPropertyInfo Source # 
type AttrGetType DOMDocumentCharacterSetPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentCharacterSetPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentCharacterSetPropertyInfo Source # 
type AttrAllowedOps DOMDocumentCharacterSetPropertyInfo Source # 

charset

data DOMDocumentCharsetPropertyInfo Source #

Instances

AttrInfo DOMDocumentCharsetPropertyInfo Source # 
type AttrOrigin DOMDocumentCharsetPropertyInfo Source # 
type AttrLabel DOMDocumentCharsetPropertyInfo Source # 
type AttrGetType DOMDocumentCharsetPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentCharsetPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentCharsetPropertyInfo Source # 
type AttrAllowedOps DOMDocumentCharsetPropertyInfo Source # 

childElementCount

data DOMDocumentChildElementCountPropertyInfo Source #

Instances

AttrInfo DOMDocumentChildElementCountPropertyInfo Source # 
type AttrOrigin DOMDocumentChildElementCountPropertyInfo Source # 
type AttrLabel DOMDocumentChildElementCountPropertyInfo Source # 
type AttrGetType DOMDocumentChildElementCountPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentChildElementCountPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentChildElementCountPropertyInfo Source # 
type AttrAllowedOps DOMDocumentChildElementCountPropertyInfo Source # 

children

data DOMDocumentChildrenPropertyInfo Source #

Instances

AttrInfo DOMDocumentChildrenPropertyInfo Source # 
type AttrOrigin DOMDocumentChildrenPropertyInfo Source # 
type AttrLabel DOMDocumentChildrenPropertyInfo Source # 
type AttrGetType DOMDocumentChildrenPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentChildrenPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentChildrenPropertyInfo Source # 
type AttrAllowedOps DOMDocumentChildrenPropertyInfo Source # 

compatMode

data DOMDocumentCompatModePropertyInfo Source #

Instances

AttrInfo DOMDocumentCompatModePropertyInfo Source # 
type AttrOrigin DOMDocumentCompatModePropertyInfo Source # 
type AttrLabel DOMDocumentCompatModePropertyInfo Source # 
type AttrGetType DOMDocumentCompatModePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentCompatModePropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentCompatModePropertyInfo Source # 
type AttrAllowedOps DOMDocumentCompatModePropertyInfo Source # 

contentType

data DOMDocumentContentTypePropertyInfo Source #

Instances

AttrInfo DOMDocumentContentTypePropertyInfo Source # 
type AttrOrigin DOMDocumentContentTypePropertyInfo Source # 
type AttrLabel DOMDocumentContentTypePropertyInfo Source # 
type AttrGetType DOMDocumentContentTypePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentContentTypePropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentContentTypePropertyInfo Source # 
type AttrAllowedOps DOMDocumentContentTypePropertyInfo Source # 

cookie

data DOMDocumentCookiePropertyInfo Source #

Instances

AttrInfo DOMDocumentCookiePropertyInfo Source # 
type AttrOrigin DOMDocumentCookiePropertyInfo Source # 
type AttrLabel DOMDocumentCookiePropertyInfo Source # 
type AttrGetType DOMDocumentCookiePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentCookiePropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentCookiePropertyInfo Source # 
type AttrAllowedOps DOMDocumentCookiePropertyInfo Source # 

currentScript

data DOMDocumentCurrentScriptPropertyInfo Source #

Instances

AttrInfo DOMDocumentCurrentScriptPropertyInfo Source # 
type AttrOrigin DOMDocumentCurrentScriptPropertyInfo Source # 
type AttrLabel DOMDocumentCurrentScriptPropertyInfo Source # 
type AttrGetType DOMDocumentCurrentScriptPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentCurrentScriptPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentCurrentScriptPropertyInfo Source # 
type AttrAllowedOps DOMDocumentCurrentScriptPropertyInfo Source # 

defaultView

data DOMDocumentDefaultViewPropertyInfo Source #

Instances

AttrInfo DOMDocumentDefaultViewPropertyInfo Source # 
type AttrOrigin DOMDocumentDefaultViewPropertyInfo Source # 
type AttrLabel DOMDocumentDefaultViewPropertyInfo Source # 
type AttrGetType DOMDocumentDefaultViewPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentDefaultViewPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentDefaultViewPropertyInfo Source # 
type AttrAllowedOps DOMDocumentDefaultViewPropertyInfo Source # 

designMode

data DOMDocumentDesignModePropertyInfo Source #

Instances

AttrInfo DOMDocumentDesignModePropertyInfo Source # 
type AttrOrigin DOMDocumentDesignModePropertyInfo Source # 
type AttrLabel DOMDocumentDesignModePropertyInfo Source # 
type AttrGetType DOMDocumentDesignModePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentDesignModePropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentDesignModePropertyInfo Source # 
type AttrAllowedOps DOMDocumentDesignModePropertyInfo Source # 

dir

data DOMDocumentDirPropertyInfo Source #

Instances

AttrInfo DOMDocumentDirPropertyInfo Source # 
type AttrOrigin DOMDocumentDirPropertyInfo Source # 
type AttrLabel DOMDocumentDirPropertyInfo Source # 
type AttrGetType DOMDocumentDirPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentDirPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentDirPropertyInfo Source # 
type AttrAllowedOps DOMDocumentDirPropertyInfo Source # 

doctype

data DOMDocumentDoctypePropertyInfo Source #

Instances

AttrInfo DOMDocumentDoctypePropertyInfo Source # 
type AttrOrigin DOMDocumentDoctypePropertyInfo Source # 
type AttrLabel DOMDocumentDoctypePropertyInfo Source # 
type AttrGetType DOMDocumentDoctypePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentDoctypePropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentDoctypePropertyInfo Source # 
type AttrAllowedOps DOMDocumentDoctypePropertyInfo Source # 

documentElement

data DOMDocumentDocumentElementPropertyInfo Source #

Instances

AttrInfo DOMDocumentDocumentElementPropertyInfo Source # 
type AttrOrigin DOMDocumentDocumentElementPropertyInfo Source # 
type AttrLabel DOMDocumentDocumentElementPropertyInfo Source # 
type AttrGetType DOMDocumentDocumentElementPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentDocumentElementPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentDocumentElementPropertyInfo Source # 
type AttrAllowedOps DOMDocumentDocumentElementPropertyInfo Source # 

documentUri

data DOMDocumentDocumentUriPropertyInfo Source #

Instances

AttrInfo DOMDocumentDocumentUriPropertyInfo Source # 
type AttrOrigin DOMDocumentDocumentUriPropertyInfo Source # 
type AttrLabel DOMDocumentDocumentUriPropertyInfo Source # 
type AttrGetType DOMDocumentDocumentUriPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentDocumentUriPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentDocumentUriPropertyInfo Source # 
type AttrAllowedOps DOMDocumentDocumentUriPropertyInfo Source # 

domain

data DOMDocumentDomainPropertyInfo Source #

Instances

AttrInfo DOMDocumentDomainPropertyInfo Source # 
type AttrOrigin DOMDocumentDomainPropertyInfo Source # 
type AttrLabel DOMDocumentDomainPropertyInfo Source # 
type AttrGetType DOMDocumentDomainPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentDomainPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentDomainPropertyInfo Source # 
type AttrAllowedOps DOMDocumentDomainPropertyInfo Source # 

embeds

data DOMDocumentEmbedsPropertyInfo Source #

Instances

AttrInfo DOMDocumentEmbedsPropertyInfo Source # 
type AttrOrigin DOMDocumentEmbedsPropertyInfo Source # 
type AttrLabel DOMDocumentEmbedsPropertyInfo Source # 
type AttrGetType DOMDocumentEmbedsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentEmbedsPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentEmbedsPropertyInfo Source # 
type AttrAllowedOps DOMDocumentEmbedsPropertyInfo Source # 

firstElementChild

data DOMDocumentFirstElementChildPropertyInfo Source #

Instances

AttrInfo DOMDocumentFirstElementChildPropertyInfo Source # 
type AttrOrigin DOMDocumentFirstElementChildPropertyInfo Source # 
type AttrLabel DOMDocumentFirstElementChildPropertyInfo Source # 
type AttrGetType DOMDocumentFirstElementChildPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentFirstElementChildPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentFirstElementChildPropertyInfo Source # 
type AttrAllowedOps DOMDocumentFirstElementChildPropertyInfo Source # 

forms

data DOMDocumentFormsPropertyInfo Source #

Instances

AttrInfo DOMDocumentFormsPropertyInfo Source # 
type AttrOrigin DOMDocumentFormsPropertyInfo Source # 
type AttrLabel DOMDocumentFormsPropertyInfo Source # 
type AttrGetType DOMDocumentFormsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentFormsPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentFormsPropertyInfo Source # 
type AttrAllowedOps DOMDocumentFormsPropertyInfo Source # 

head

data DOMDocumentHeadPropertyInfo Source #

Instances

AttrInfo DOMDocumentHeadPropertyInfo Source # 
type AttrOrigin DOMDocumentHeadPropertyInfo Source # 
type AttrLabel DOMDocumentHeadPropertyInfo Source # 
type AttrGetType DOMDocumentHeadPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentHeadPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentHeadPropertyInfo Source # 
type AttrAllowedOps DOMDocumentHeadPropertyInfo Source # 

hidden

data DOMDocumentHiddenPropertyInfo Source #

Instances

AttrInfo DOMDocumentHiddenPropertyInfo Source # 
type AttrOrigin DOMDocumentHiddenPropertyInfo Source # 
type AttrLabel DOMDocumentHiddenPropertyInfo Source # 
type AttrGetType DOMDocumentHiddenPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentHiddenPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentHiddenPropertyInfo Source # 
type AttrAllowedOps DOMDocumentHiddenPropertyInfo Source # 

images

data DOMDocumentImagesPropertyInfo Source #

Instances

AttrInfo DOMDocumentImagesPropertyInfo Source # 
type AttrOrigin DOMDocumentImagesPropertyInfo Source # 
type AttrLabel DOMDocumentImagesPropertyInfo Source # 
type AttrGetType DOMDocumentImagesPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentImagesPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentImagesPropertyInfo Source # 
type AttrAllowedOps DOMDocumentImagesPropertyInfo Source # 

implementation

data DOMDocumentImplementationPropertyInfo Source #

Instances

AttrInfo DOMDocumentImplementationPropertyInfo Source # 
type AttrOrigin DOMDocumentImplementationPropertyInfo Source # 
type AttrLabel DOMDocumentImplementationPropertyInfo Source # 
type AttrGetType DOMDocumentImplementationPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentImplementationPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentImplementationPropertyInfo Source # 
type AttrAllowedOps DOMDocumentImplementationPropertyInfo Source # 

inputEncoding

data DOMDocumentInputEncodingPropertyInfo Source #

Instances

AttrInfo DOMDocumentInputEncodingPropertyInfo Source # 
type AttrOrigin DOMDocumentInputEncodingPropertyInfo Source # 
type AttrLabel DOMDocumentInputEncodingPropertyInfo Source # 
type AttrGetType DOMDocumentInputEncodingPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentInputEncodingPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentInputEncodingPropertyInfo Source # 
type AttrAllowedOps DOMDocumentInputEncodingPropertyInfo Source # 

lastElementChild

data DOMDocumentLastElementChildPropertyInfo Source #

Instances

AttrInfo DOMDocumentLastElementChildPropertyInfo Source # 
type AttrOrigin DOMDocumentLastElementChildPropertyInfo Source # 
type AttrLabel DOMDocumentLastElementChildPropertyInfo Source # 
type AttrGetType DOMDocumentLastElementChildPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentLastElementChildPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentLastElementChildPropertyInfo Source # 
type AttrAllowedOps DOMDocumentLastElementChildPropertyInfo Source # 

lastModified

data DOMDocumentLastModifiedPropertyInfo Source #

Instances

AttrInfo DOMDocumentLastModifiedPropertyInfo Source # 
type AttrOrigin DOMDocumentLastModifiedPropertyInfo Source # 
type AttrLabel DOMDocumentLastModifiedPropertyInfo Source # 
type AttrGetType DOMDocumentLastModifiedPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentLastModifiedPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentLastModifiedPropertyInfo Source # 
type AttrAllowedOps DOMDocumentLastModifiedPropertyInfo Source # 

links

data DOMDocumentLinksPropertyInfo Source #

Instances

AttrInfo DOMDocumentLinksPropertyInfo Source # 
type AttrOrigin DOMDocumentLinksPropertyInfo Source # 
type AttrLabel DOMDocumentLinksPropertyInfo Source # 
type AttrGetType DOMDocumentLinksPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentLinksPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentLinksPropertyInfo Source # 
type AttrAllowedOps DOMDocumentLinksPropertyInfo Source # 

origin

data DOMDocumentOriginPropertyInfo Source #

Instances

AttrInfo DOMDocumentOriginPropertyInfo Source # 
type AttrOrigin DOMDocumentOriginPropertyInfo Source # 
type AttrLabel DOMDocumentOriginPropertyInfo Source # 
type AttrGetType DOMDocumentOriginPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentOriginPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentOriginPropertyInfo Source # 
type AttrAllowedOps DOMDocumentOriginPropertyInfo Source # 

plugins

data DOMDocumentPluginsPropertyInfo Source #

Instances

AttrInfo DOMDocumentPluginsPropertyInfo Source # 
type AttrOrigin DOMDocumentPluginsPropertyInfo Source # 
type AttrLabel DOMDocumentPluginsPropertyInfo Source # 
type AttrGetType DOMDocumentPluginsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentPluginsPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentPluginsPropertyInfo Source # 
type AttrAllowedOps DOMDocumentPluginsPropertyInfo Source # 

pointerLockElement

data DOMDocumentPointerLockElementPropertyInfo Source #

Instances

AttrInfo DOMDocumentPointerLockElementPropertyInfo Source # 
type AttrOrigin DOMDocumentPointerLockElementPropertyInfo Source # 
type AttrLabel DOMDocumentPointerLockElementPropertyInfo Source # 
type AttrGetType DOMDocumentPointerLockElementPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentPointerLockElementPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentPointerLockElementPropertyInfo Source # 
type AttrAllowedOps DOMDocumentPointerLockElementPropertyInfo Source # 

preferredStylesheetSet

data DOMDocumentPreferredStylesheetSetPropertyInfo Source #

Instances

AttrInfo DOMDocumentPreferredStylesheetSetPropertyInfo Source # 
type AttrOrigin DOMDocumentPreferredStylesheetSetPropertyInfo Source # 
type AttrLabel DOMDocumentPreferredStylesheetSetPropertyInfo Source # 
type AttrGetType DOMDocumentPreferredStylesheetSetPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentPreferredStylesheetSetPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentPreferredStylesheetSetPropertyInfo Source # 
type AttrAllowedOps DOMDocumentPreferredStylesheetSetPropertyInfo Source # 

readyState

data DOMDocumentReadyStatePropertyInfo Source #

Instances

AttrInfo DOMDocumentReadyStatePropertyInfo Source # 
type AttrOrigin DOMDocumentReadyStatePropertyInfo Source # 
type AttrLabel DOMDocumentReadyStatePropertyInfo Source # 
type AttrGetType DOMDocumentReadyStatePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentReadyStatePropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentReadyStatePropertyInfo Source # 
type AttrAllowedOps DOMDocumentReadyStatePropertyInfo Source # 

referrer

data DOMDocumentReferrerPropertyInfo Source #

Instances

AttrInfo DOMDocumentReferrerPropertyInfo Source # 
type AttrOrigin DOMDocumentReferrerPropertyInfo Source # 
type AttrLabel DOMDocumentReferrerPropertyInfo Source # 
type AttrGetType DOMDocumentReferrerPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentReferrerPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentReferrerPropertyInfo Source # 
type AttrAllowedOps DOMDocumentReferrerPropertyInfo Source # 

scripts

data DOMDocumentScriptsPropertyInfo Source #

Instances

AttrInfo DOMDocumentScriptsPropertyInfo Source # 
type AttrOrigin DOMDocumentScriptsPropertyInfo Source # 
type AttrLabel DOMDocumentScriptsPropertyInfo Source # 
type AttrGetType DOMDocumentScriptsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentScriptsPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentScriptsPropertyInfo Source # 
type AttrAllowedOps DOMDocumentScriptsPropertyInfo Source # 

scrollingElement

data DOMDocumentScrollingElementPropertyInfo Source #

Instances

AttrInfo DOMDocumentScrollingElementPropertyInfo Source # 
type AttrOrigin DOMDocumentScrollingElementPropertyInfo Source # 
type AttrLabel DOMDocumentScrollingElementPropertyInfo Source # 
type AttrGetType DOMDocumentScrollingElementPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentScrollingElementPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentScrollingElementPropertyInfo Source # 
type AttrAllowedOps DOMDocumentScrollingElementPropertyInfo Source # 

selectedStylesheetSet

data DOMDocumentSelectedStylesheetSetPropertyInfo Source #

Instances

AttrInfo DOMDocumentSelectedStylesheetSetPropertyInfo Source # 
type AttrOrigin DOMDocumentSelectedStylesheetSetPropertyInfo Source # 
type AttrLabel DOMDocumentSelectedStylesheetSetPropertyInfo Source # 
type AttrGetType DOMDocumentSelectedStylesheetSetPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentSelectedStylesheetSetPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentSelectedStylesheetSetPropertyInfo Source # 
type AttrAllowedOps DOMDocumentSelectedStylesheetSetPropertyInfo Source # 

styleSheets

data DOMDocumentStyleSheetsPropertyInfo Source #

Instances

AttrInfo DOMDocumentStyleSheetsPropertyInfo Source # 
type AttrOrigin DOMDocumentStyleSheetsPropertyInfo Source # 
type AttrLabel DOMDocumentStyleSheetsPropertyInfo Source # 
type AttrGetType DOMDocumentStyleSheetsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentStyleSheetsPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentStyleSheetsPropertyInfo Source # 
type AttrAllowedOps DOMDocumentStyleSheetsPropertyInfo Source # 

title

data DOMDocumentTitlePropertyInfo Source #

Instances

AttrInfo DOMDocumentTitlePropertyInfo Source # 
type AttrOrigin DOMDocumentTitlePropertyInfo Source # 
type AttrLabel DOMDocumentTitlePropertyInfo Source # 
type AttrGetType DOMDocumentTitlePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentTitlePropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentTitlePropertyInfo Source # 
type AttrAllowedOps DOMDocumentTitlePropertyInfo Source # 

url

data DOMDocumentUrlPropertyInfo Source #

Instances

AttrInfo DOMDocumentUrlPropertyInfo Source # 
type AttrOrigin DOMDocumentUrlPropertyInfo Source # 
type AttrLabel DOMDocumentUrlPropertyInfo Source # 
type AttrGetType DOMDocumentUrlPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentUrlPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentUrlPropertyInfo Source # 
type AttrAllowedOps DOMDocumentUrlPropertyInfo Source # 

visibilityState

data DOMDocumentVisibilityStatePropertyInfo Source #

Instances

AttrInfo DOMDocumentVisibilityStatePropertyInfo Source # 
type AttrOrigin DOMDocumentVisibilityStatePropertyInfo Source # 
type AttrLabel DOMDocumentVisibilityStatePropertyInfo Source # 
type AttrGetType DOMDocumentVisibilityStatePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentVisibilityStatePropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentVisibilityStatePropertyInfo Source # 
type AttrAllowedOps DOMDocumentVisibilityStatePropertyInfo Source # 

webkitCurrentFullScreenElement

data DOMDocumentWebkitCurrentFullScreenElementPropertyInfo Source #

Instances

AttrInfo DOMDocumentWebkitCurrentFullScreenElementPropertyInfo Source # 
type AttrOrigin DOMDocumentWebkitCurrentFullScreenElementPropertyInfo Source # 
type AttrLabel DOMDocumentWebkitCurrentFullScreenElementPropertyInfo Source # 
type AttrLabel DOMDocumentWebkitCurrentFullScreenElementPropertyInfo = "webkit-current-full-screen-element"
type AttrGetType DOMDocumentWebkitCurrentFullScreenElementPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentWebkitCurrentFullScreenElementPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentWebkitCurrentFullScreenElementPropertyInfo Source # 
type AttrAllowedOps DOMDocumentWebkitCurrentFullScreenElementPropertyInfo Source # 

webkitFullScreenKeyboardInputAllowed

data DOMDocumentWebkitFullScreenKeyboardInputAllowedPropertyInfo Source #

Instances

AttrInfo DOMDocumentWebkitFullScreenKeyboardInputAllowedPropertyInfo Source # 
type AttrOrigin DOMDocumentWebkitFullScreenKeyboardInputAllowedPropertyInfo Source # 
type AttrLabel DOMDocumentWebkitFullScreenKeyboardInputAllowedPropertyInfo Source # 
type AttrLabel DOMDocumentWebkitFullScreenKeyboardInputAllowedPropertyInfo = "webkit-full-screen-keyboard-input-allowed"
type AttrGetType DOMDocumentWebkitFullScreenKeyboardInputAllowedPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentWebkitFullScreenKeyboardInputAllowedPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentWebkitFullScreenKeyboardInputAllowedPropertyInfo Source # 
type AttrAllowedOps DOMDocumentWebkitFullScreenKeyboardInputAllowedPropertyInfo Source # 

webkitFullscreenElement

data DOMDocumentWebkitFullscreenElementPropertyInfo Source #

Instances

AttrInfo DOMDocumentWebkitFullscreenElementPropertyInfo Source # 
type AttrOrigin DOMDocumentWebkitFullscreenElementPropertyInfo Source # 
type AttrLabel DOMDocumentWebkitFullscreenElementPropertyInfo Source # 
type AttrGetType DOMDocumentWebkitFullscreenElementPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentWebkitFullscreenElementPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentWebkitFullscreenElementPropertyInfo Source # 
type AttrAllowedOps DOMDocumentWebkitFullscreenElementPropertyInfo Source # 

webkitFullscreenEnabled

data DOMDocumentWebkitFullscreenEnabledPropertyInfo Source #

Instances

AttrInfo DOMDocumentWebkitFullscreenEnabledPropertyInfo Source # 
type AttrOrigin DOMDocumentWebkitFullscreenEnabledPropertyInfo Source # 
type AttrLabel DOMDocumentWebkitFullscreenEnabledPropertyInfo Source # 
type AttrGetType DOMDocumentWebkitFullscreenEnabledPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentWebkitFullscreenEnabledPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentWebkitFullscreenEnabledPropertyInfo Source # 
type AttrAllowedOps DOMDocumentWebkitFullscreenEnabledPropertyInfo Source # 

webkitIsFullScreen

data DOMDocumentWebkitIsFullScreenPropertyInfo Source #

Instances

AttrInfo DOMDocumentWebkitIsFullScreenPropertyInfo Source # 
type AttrOrigin DOMDocumentWebkitIsFullScreenPropertyInfo Source # 
type AttrLabel DOMDocumentWebkitIsFullScreenPropertyInfo Source # 
type AttrGetType DOMDocumentWebkitIsFullScreenPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentWebkitIsFullScreenPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentWebkitIsFullScreenPropertyInfo Source # 
type AttrAllowedOps DOMDocumentWebkitIsFullScreenPropertyInfo Source # 

xmlEncoding

data DOMDocumentXmlEncodingPropertyInfo Source #

Instances

AttrInfo DOMDocumentXmlEncodingPropertyInfo Source # 
type AttrOrigin DOMDocumentXmlEncodingPropertyInfo Source # 
type AttrLabel DOMDocumentXmlEncodingPropertyInfo Source # 
type AttrGetType DOMDocumentXmlEncodingPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentXmlEncodingPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentXmlEncodingPropertyInfo Source # 
type AttrAllowedOps DOMDocumentXmlEncodingPropertyInfo Source # 

xmlStandalone

data DOMDocumentXmlStandalonePropertyInfo Source #

Instances

AttrInfo DOMDocumentXmlStandalonePropertyInfo Source # 
type AttrOrigin DOMDocumentXmlStandalonePropertyInfo Source # 
type AttrLabel DOMDocumentXmlStandalonePropertyInfo Source # 
type AttrGetType DOMDocumentXmlStandalonePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentXmlStandalonePropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentXmlStandalonePropertyInfo Source # 
type AttrAllowedOps DOMDocumentXmlStandalonePropertyInfo Source # 

xmlVersion

data DOMDocumentXmlVersionPropertyInfo Source #

Instances

AttrInfo DOMDocumentXmlVersionPropertyInfo Source # 
type AttrOrigin DOMDocumentXmlVersionPropertyInfo Source # 
type AttrLabel DOMDocumentXmlVersionPropertyInfo Source # 
type AttrGetType DOMDocumentXmlVersionPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentXmlVersionPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentXmlVersionPropertyInfo Source # 
type AttrAllowedOps DOMDocumentXmlVersionPropertyInfo Source #