gi-webkit2webextension-4.0.28: WebKit2-WebExtension bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMHTMLDocument

Description

No description available in the introspection data.

Synopsis

Exported types

newtype DOMHTMLDocument Source #

Memory-managed wrapper type.

Constructors

DOMHTMLDocument (ManagedPtr DOMHTMLDocument) 

Instances

Instances details
Eq DOMHTMLDocument Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDocument

GObject DOMHTMLDocument Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDocument

ManagedPtrNewtype DOMHTMLDocument Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDocument

TypedObject DOMHTMLDocument Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDocument

Methods

glibType :: IO GType

HasParentTypes DOMHTMLDocument Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDocument

IsGValue (Maybe DOMHTMLDocument) Source #

Convert DOMHTMLDocument to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDocument

Methods

gvalueGType_ :: IO GType

gvalueSet_ :: Ptr GValue -> Maybe DOMHTMLDocument -> IO ()

gvalueGet_ :: Ptr GValue -> IO (Maybe DOMHTMLDocument)

type ParentTypes DOMHTMLDocument Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDocument

class (GObject o, IsDescendantOf DOMHTMLDocument o) => IsDOMHTMLDocument o Source #

Type class for types which can be safely cast to DOMHTMLDocument, for instance with toDOMHTMLDocument.

Instances

Instances details
(GObject o, IsDescendantOf DOMHTMLDocument o) => IsDOMHTMLDocument o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMHTMLDocument

toDOMHTMLDocument :: (MonadIO m, IsDOMHTMLDocument o) => o -> m DOMHTMLDocument Source #

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

Methods

Click to display all available methods, including inherited ones

Expand

Methods

addEventListener, adoptNode, appendChild, bindProperty, bindPropertyFull, captureEvents, caretRangeFromPoint, clear, cloneNodeWithError, close, compareDocumentPosition, contains, createAttribute, createAttributeNs, createCdataSection, createComment, createCssStyleDeclaration, createDocumentFragment, createElement, createElementNs, createEntityReference, createEvent, createExpression, createNodeIterator, createNsResolver, createProcessingInstruction, createRange, createTextNode, createTreeWalker, dispatchEvent, elementFromPoint, evaluate, execCommand, exitPointerLock, forceFloating, freezeNotify, getv, hasChildNodes, hasFocus, importNode, insertBefore, isDefaultNamespace, isEqualNode, isFloating, isSameNode, isSupported, lookupNamespaceUri, lookupPrefix, normalize, notify, notifyByPspec, queryCommandEnabled, queryCommandIndeterm, queryCommandState, queryCommandSupported, queryCommandValue, querySelector, querySelectorAll, ref, refSink, releaseEvents, removeChild, removeEventListener, replaceChild, runDispose, stealData, stealQdata, thawNotify, unref, watchClosure, webkitCancelFullscreen, webkitExitFullscreen.

Getters

getActiveElement, getAlinkColor, getAnchors, getApplets, getBaseUri, getBgColor, getBody, getCharacterSet, getCharset, getChildElementCount, getChildNodes, getChildren, getCompatMode, getContentType, getCookie, getCurrentScript, getData, getDefaultCharset, getDefaultView, getDesignMode, getDir, getDoctype, getDocumentElement, getDocumentUri, getDomain, getElementById, getElementsByClassName, getElementsByClassNameAsHtmlCollection, getElementsByName, getElementsByTagName, getElementsByTagNameAsHtmlCollection, getElementsByTagNameNs, getElementsByTagNameNsAsHtmlCollection, getEmbeds, getFgColor, getFirstChild, getFirstElementChild, getForms, getHead, getHeight, getHidden, getImages, getImplementation, getInputEncoding, getLastChild, getLastElementChild, getLastModified, getLinkColor, getLinks, getLocalName, getNamespaceUri, getNextSibling, getNodeName, getNodeType, getNodeValue, getOrigin, getOverrideStyle, getOwnerDocument, getParentElement, getParentNode, getPlugins, getPointerLockElement, getPreferredStylesheetSet, getPrefix, getPreviousSibling, getProperty, getQdata, getReadyState, getReferrer, getScripts, getScrollingElement, getSelectedStylesheetSet, getStyleSheets, getTextContent, getTitle, getUrl, getVisibilityState, getVlinkColor, getWebkitCurrentFullscreenElement, getWebkitFullscreenElement, getWebkitFullscreenEnabled, getWebkitFullscreenKeyboardInputAllowed, getWebkitIsFullscreen, getWidth, getXmlEncoding, getXmlStandalone, getXmlVersion.

Setters

setAlinkColor, setBgColor, setBody, setCharset, setCookie, setData, setDataFull, setDesignMode, setDir, setDocumentUri, setFgColor, setLinkColor, setNodeValue, setPrefix, setProperty, setSelectedStylesheetSet, setTextContent, setTitle, setVlinkColor, setXmlStandalone, setXmlVersion.

captureEvents

dOMHTMLDocumentCaptureEvents Source #

Arguments

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

self: A DOMHTMLDocument

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

clear

dOMHTMLDocumentClear Source #

Arguments

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

self: A DOMHTMLDocument

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

close

dOMHTMLDocumentClose Source #

Arguments

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

self: A DOMHTMLDocument

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getAlinkColor

dOMHTMLDocumentGetAlinkColor Source #

Arguments

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

self: A DOMHTMLDocument

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getBgColor

dOMHTMLDocumentGetBgColor Source #

Arguments

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

self: A DOMHTMLDocument

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getCompatMode

dOMHTMLDocumentGetCompatMode Source #

Arguments

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

self: A DOMHTMLDocument

-> m Text

Returns: A gchar

Deprecated: (Since version 2.14)Use dOMDocumentGetCompatMode instead.

No description available in the introspection data.

getDesignMode

dOMHTMLDocumentGetDesignMode Source #

Arguments

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

self: A DOMHTMLDocument

-> m Text

Returns: A gchar

Deprecated: (Since version 2.14)Use dOMDocumentGetDesignMode instead.

No description available in the introspection data.

getDir

dOMHTMLDocumentGetDir Source #

Arguments

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

self: A DOMHTMLDocument

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getEmbeds

dOMHTMLDocumentGetEmbeds Source #

Deprecated: (Since version 2.14)Use dOMDocumentGetEmbeds instead.

No description available in the introspection data.

getFgColor

dOMHTMLDocumentGetFgColor Source #

Arguments

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

self: A DOMHTMLDocument

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getHeight

dOMHTMLDocumentGetHeight Source #

Arguments

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

self: A DOMHTMLDocument

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getLinkColor

dOMHTMLDocumentGetLinkColor Source #

Arguments

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

self: A DOMHTMLDocument

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getPlugins

dOMHTMLDocumentGetPlugins Source #

Deprecated: (Since version 2.14)Use dOMDocumentGetPlugins instead.

No description available in the introspection data.

getScripts

dOMHTMLDocumentGetScripts Source #

Deprecated: (Since version 2.14)Use dOMDocumentGetScripts instead.

No description available in the introspection data.

getVlinkColor

dOMHTMLDocumentGetVlinkColor Source #

Arguments

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

self: A DOMHTMLDocument

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getWidth

dOMHTMLDocumentGetWidth Source #

Arguments

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

self: A DOMHTMLDocument

-> m CLong

Returns: A glong

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

releaseEvents

dOMHTMLDocumentReleaseEvents Source #

Arguments

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

self: A DOMHTMLDocument

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setAlinkColor

dOMHTMLDocumentSetAlinkColor Source #

Arguments

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

self: A DOMHTMLDocument

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setBgColor

dOMHTMLDocumentSetBgColor Source #

Arguments

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

self: A DOMHTMLDocument

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setDesignMode

dOMHTMLDocumentSetDesignMode Source #

Arguments

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

self: A DOMHTMLDocument

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.14)Use dOMDocumentSetDesignMode instead.

No description available in the introspection data.

setDir

dOMHTMLDocumentSetDir Source #

Arguments

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

self: A DOMHTMLDocument

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setFgColor

dOMHTMLDocumentSetFgColor Source #

Arguments

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

self: A DOMHTMLDocument

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setLinkColor

dOMHTMLDocumentSetLinkColor Source #

Arguments

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

self: A DOMHTMLDocument

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

setVlinkColor

dOMHTMLDocumentSetVlinkColor Source #

Arguments

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

self: A DOMHTMLDocument

-> Text

value: A gchar

-> m () 

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

Properties

alinkColor

No description available in the introspection data.

constructDOMHTMLDocumentAlinkColor :: (IsDOMHTMLDocument o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “alink-color” property. This is rarely needed directly, but it is used by new.

getDOMHTMLDocumentAlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #

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

get dOMHTMLDocument #alinkColor

setDOMHTMLDocumentAlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #

Set the value of the “alink-color” property. When overloading is enabled, this is equivalent to

set dOMHTMLDocument [ #alinkColor := value ]

bgColor

No description available in the introspection data.

constructDOMHTMLDocumentBgColor :: (IsDOMHTMLDocument o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “bg-color” property. This is rarely needed directly, but it is used by new.

getDOMHTMLDocumentBgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #

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

get dOMHTMLDocument #bgColor

setDOMHTMLDocumentBgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #

Set the value of the “bg-color” property. When overloading is enabled, this is equivalent to

set dOMHTMLDocument [ #bgColor := value ]

dir

No description available in the introspection data.

constructDOMHTMLDocumentDir :: (IsDOMHTMLDocument o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “dir” property. This is rarely needed directly, but it is used by new.

getDOMHTMLDocumentDir :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #

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

get dOMHTMLDocument #dir

setDOMHTMLDocumentDir :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #

Set the value of the “dir” property. When overloading is enabled, this is equivalent to

set dOMHTMLDocument [ #dir := value ]

fgColor

No description available in the introspection data.

constructDOMHTMLDocumentFgColor :: (IsDOMHTMLDocument o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “fg-color” property. This is rarely needed directly, but it is used by new.

getDOMHTMLDocumentFgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #

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

get dOMHTMLDocument #fgColor

setDOMHTMLDocumentFgColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #

Set the value of the “fg-color” property. When overloading is enabled, this is equivalent to

set dOMHTMLDocument [ #fgColor := value ]

height

No description available in the introspection data.

getDOMHTMLDocumentHeight :: (MonadIO m, IsDOMHTMLDocument o) => o -> m CLong Source #

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

get dOMHTMLDocument #height

linkColor

No description available in the introspection data.

constructDOMHTMLDocumentLinkColor :: (IsDOMHTMLDocument o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “link-color” property. This is rarely needed directly, but it is used by new.

getDOMHTMLDocumentLinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #

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

get dOMHTMLDocument #linkColor

setDOMHTMLDocumentLinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #

Set the value of the “link-color” property. When overloading is enabled, this is equivalent to

set dOMHTMLDocument [ #linkColor := value ]

vlinkColor

No description available in the introspection data.

constructDOMHTMLDocumentVlinkColor :: (IsDOMHTMLDocument o, MonadIO m) => Text -> m (GValueConstruct o) Source #

Construct a GValueConstruct with valid value for the “vlink-color” property. This is rarely needed directly, but it is used by new.

getDOMHTMLDocumentVlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> m (Maybe Text) Source #

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

get dOMHTMLDocument #vlinkColor

setDOMHTMLDocumentVlinkColor :: (MonadIO m, IsDOMHTMLDocument o) => o -> Text -> m () Source #

Set the value of the “vlink-color” property. When overloading is enabled, this is equivalent to

set dOMHTMLDocument [ #vlinkColor := value ]

width

No description available in the introspection data.

getDOMHTMLDocumentWidth :: (MonadIO m, IsDOMHTMLDocument o) => o -> m CLong Source #

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

get dOMHTMLDocument #width