gi-webkit-3.0.7: 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

newtype DOMDocument Source #

Constructors

DOMDocument (ManagedPtr DOMDocument) 

Instances

GObject DOMDocument Source # 
IsObject DOMDocument Source # 
IsDOMObject DOMDocument Source # 
IsDOMNode DOMDocument Source # 
IsDOMDocument DOMDocument Source # 
IsDOMEventTarget DOMDocument Source # 
((~) * info (ResolveDOMDocumentMethod t DOMDocument), MethodInfo * info DOMDocument p) => IsLabel t (DOMDocument -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> DOMDocument -> p #

((~) * info (ResolveDOMDocumentMethod t DOMDocument), MethodInfo * info DOMDocument p) => IsLabelProxy t (DOMDocument -> p) Source # 
HasAttributeList * DOMDocument Source # 
type SignalList DOMDocument Source # 
type SignalList DOMDocument
type AttributeList DOMDocument Source # 
type AttributeList DOMDocument

class GObject o => IsDOMDocument o Source #

Methods

adoptNode

data DOMDocumentAdoptNodeMethodInfo Source #

Instances

((~) * signature (b -> m DOMNode), MonadIO m, IsDOMDocument a, IsDOMNode b) => MethodInfo * DOMDocumentAdoptNodeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentAdoptNodeMethodInfo a -> signature -> s

caretRangeFromPoint

data DOMDocumentCaretRangeFromPointMethodInfo Source #

Instances

((~) * signature (CLong -> CLong -> m DOMRange), MonadIO m, IsDOMDocument a) => MethodInfo * DOMDocumentCaretRangeFromPointMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentCaretRangeFromPointMethodInfo a -> signature -> s

createAttribute

data DOMDocumentCreateAttributeMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentCreateAttributeMethodInfo a -> signature -> s

createAttributeNs

data DOMDocumentCreateAttributeNsMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentCreateAttributeNsMethodInfo a -> signature -> s

createCdataSection

data DOMDocumentCreateCdataSectionMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentCreateCdataSectionMethodInfo a -> signature -> s

createComment

data DOMDocumentCreateCommentMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentCreateCommentMethodInfo a -> signature -> s

createCssStyleDeclaration

createDocumentFragment

createElement

data DOMDocumentCreateElementMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentCreateElementMethodInfo a -> signature -> s

createElementNs

data DOMDocumentCreateElementNsMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentCreateElementNsMethodInfo a -> signature -> s

createEntityReference

createEvent

data DOMDocumentCreateEventMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentCreateEventMethodInfo a -> signature -> s

createExpression

data DOMDocumentCreateExpressionMethodInfo Source #

Instances

((~) * signature (Text -> b -> m DOMXPathExpression), MonadIO m, IsDOMDocument a, IsDOMXPathNSResolver b) => MethodInfo * DOMDocumentCreateExpressionMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentCreateExpressionMethodInfo a -> signature -> s

createNodeIterator

data DOMDocumentCreateNodeIteratorMethodInfo Source #

Instances

((~) * signature (b -> CULong -> c -> Bool -> m DOMNodeIterator), MonadIO m, IsDOMDocument a, IsDOMNode b, IsDOMNodeFilter c) => MethodInfo * DOMDocumentCreateNodeIteratorMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentCreateNodeIteratorMethodInfo a -> signature -> s

createNsResolver

data DOMDocumentCreateNsResolverMethodInfo Source #

Instances

((~) * signature (b -> m DOMXPathNSResolver), MonadIO m, IsDOMDocument a, IsDOMNode b) => MethodInfo * DOMDocumentCreateNsResolverMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentCreateNsResolverMethodInfo a -> signature -> s

createProcessingInstruction

createRange

data DOMDocumentCreateRangeMethodInfo Source #

Instances

((~) * signature (m DOMRange), MonadIO m, IsDOMDocument a) => MethodInfo * DOMDocumentCreateRangeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentCreateRangeMethodInfo a -> signature -> s

createTextNode

data DOMDocumentCreateTextNodeMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentCreateTextNodeMethodInfo a -> signature -> s

createTouch

data DOMDocumentCreateTouchMethodInfo Source #

Instances

((~) * signature (b -> c -> CLong -> CLong -> CLong -> CLong -> CLong -> CLong -> CLong -> Float -> Float -> m DOMTouch), MonadIO m, IsDOMDocument a, IsDOMDOMWindow b, IsDOMEventTarget c) => MethodInfo * DOMDocumentCreateTouchMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentCreateTouchMethodInfo a -> signature -> s

createTreeWalker

data DOMDocumentCreateTreeWalkerMethodInfo Source #

Instances

((~) * signature (b -> CULong -> c -> Bool -> m DOMTreeWalker), MonadIO m, IsDOMDocument a, IsDOMNode b, IsDOMNodeFilter c) => MethodInfo * DOMDocumentCreateTreeWalkerMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentCreateTreeWalkerMethodInfo a -> signature -> s

elementFromPoint

data DOMDocumentElementFromPointMethodInfo Source #

Instances

((~) * signature (CLong -> CLong -> m DOMElement), MonadIO m, IsDOMDocument a) => MethodInfo * DOMDocumentElementFromPointMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentElementFromPointMethodInfo a -> signature -> s

evaluate

data DOMDocumentEvaluateMethodInfo Source #

Instances

((~) * signature (Text -> b -> Maybe c -> Word16 -> Maybe d -> m DOMXPathResult), MonadIO m, IsDOMDocument a, IsDOMNode b, IsDOMXPathNSResolver c, IsDOMXPathResult d) => MethodInfo * DOMDocumentEvaluateMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentEvaluateMethodInfo a -> signature -> s

execCommand

data DOMDocumentExecCommandMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentExecCommandMethodInfo a -> signature -> s

dOMDocumentExecCommand :: (MonadIO m, IsDOMDocument a) => a -> Text -> Bool -> Text -> m Bool Source #

getAnchors

data DOMDocumentGetAnchorsMethodInfo Source #

Instances

((~) * signature (m DOMHTMLCollection), MonadIO m, IsDOMDocument a) => MethodInfo * DOMDocumentGetAnchorsMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentGetAnchorsMethodInfo a -> signature -> s

getApplets

data DOMDocumentGetAppletsMethodInfo Source #

Instances

((~) * signature (m DOMHTMLCollection), MonadIO m, IsDOMDocument a) => MethodInfo * DOMDocumentGetAppletsMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentGetAppletsMethodInfo a -> signature -> s

getBody

data DOMDocumentGetBodyMethodInfo Source #

Instances

((~) * signature (m DOMHTMLElement), MonadIO m, IsDOMDocument a) => MethodInfo * DOMDocumentGetBodyMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentGetBodyMethodInfo a -> signature -> s

getCharacterSet

data DOMDocumentGetCharacterSetMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentGetCharacterSetMethodInfo a -> signature -> s

getCharset

data DOMDocumentGetCharsetMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentGetCharsetMethodInfo a -> signature -> s

getCompatMode

data DOMDocumentGetCompatModeMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentGetCompatModeMethodInfo a -> signature -> s

getCookie

data DOMDocumentGetCookieMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentGetCookieMethodInfo a -> signature -> s

getCurrentScript

getDefaultCharset

data DOMDocumentGetDefaultCharsetMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentGetDefaultCharsetMethodInfo a -> signature -> s

getDefaultView

data DOMDocumentGetDefaultViewMethodInfo Source #

Instances

((~) * signature (m DOMDOMWindow), MonadIO m, IsDOMDocument a) => MethodInfo * DOMDocumentGetDefaultViewMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentGetDefaultViewMethodInfo a -> signature -> s

getDoctype

data DOMDocumentGetDoctypeMethodInfo Source #

Instances

((~) * signature (m DOMDocumentType), MonadIO m, IsDOMDocument a) => MethodInfo * DOMDocumentGetDoctypeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentGetDoctypeMethodInfo a -> signature -> s

getDocumentElement

data DOMDocumentGetDocumentElementMethodInfo Source #

Instances

((~) * signature (m DOMElement), MonadIO m, IsDOMDocument a) => MethodInfo * DOMDocumentGetDocumentElementMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentGetDocumentElementMethodInfo a -> signature -> s

getDocumentUri

data DOMDocumentGetDocumentUriMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentGetDocumentUriMethodInfo a -> signature -> s

getDomain

data DOMDocumentGetDomainMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentGetDomainMethodInfo a -> signature -> s

getElementById

data DOMDocumentGetElementByIdMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentGetElementByIdMethodInfo a -> signature -> s

getElementsByClassName

data DOMDocumentGetElementsByClassNameMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentGetElementsByClassNameMethodInfo a -> signature -> s

getElementsByName

data DOMDocumentGetElementsByNameMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentGetElementsByNameMethodInfo a -> signature -> s

getElementsByTagName

data DOMDocumentGetElementsByTagNameMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentGetElementsByTagNameMethodInfo a -> signature -> s

getElementsByTagNameNs

data DOMDocumentGetElementsByTagNameNsMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentGetElementsByTagNameNsMethodInfo a -> signature -> s

getForms

data DOMDocumentGetFormsMethodInfo Source #

Instances

((~) * signature (m DOMHTMLCollection), MonadIO m, IsDOMDocument a) => MethodInfo * DOMDocumentGetFormsMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentGetFormsMethodInfo a -> signature -> s

getHead

data DOMDocumentGetHeadMethodInfo Source #

Instances

((~) * signature (m DOMHTMLHeadElement), MonadIO m, IsDOMDocument a) => MethodInfo * DOMDocumentGetHeadMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentGetHeadMethodInfo a -> signature -> s

getHidden

data DOMDocumentGetHiddenMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsDOMDocument a) => MethodInfo * DOMDocumentGetHiddenMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentGetHiddenMethodInfo a -> signature -> s

getImages

data DOMDocumentGetImagesMethodInfo Source #

Instances

((~) * signature (m DOMHTMLCollection), MonadIO m, IsDOMDocument a) => MethodInfo * DOMDocumentGetImagesMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentGetImagesMethodInfo a -> signature -> s

getImplementation

getInputEncoding

data DOMDocumentGetInputEncodingMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentGetInputEncodingMethodInfo a -> signature -> s

getLastModified

data DOMDocumentGetLastModifiedMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentGetLastModifiedMethodInfo a -> signature -> s

getLinks

data DOMDocumentGetLinksMethodInfo Source #

Instances

((~) * signature (m DOMHTMLCollection), MonadIO m, IsDOMDocument a) => MethodInfo * DOMDocumentGetLinksMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentGetLinksMethodInfo a -> signature -> s

getOverrideStyle

data DOMDocumentGetOverrideStyleMethodInfo Source #

Instances

((~) * signature (b -> Maybe Text -> m DOMCSSStyleDeclaration), MonadIO m, IsDOMDocument a, IsDOMElement b) => MethodInfo * DOMDocumentGetOverrideStyleMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentGetOverrideStyleMethodInfo a -> signature -> s

getPreferredStylesheetSet

getReadyState

data DOMDocumentGetReadyStateMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentGetReadyStateMethodInfo a -> signature -> s

getReferrer

data DOMDocumentGetReferrerMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentGetReferrerMethodInfo a -> signature -> s

getSecurityPolicy

getSelectedStylesheetSet

data DOMDocumentGetSelectedStylesheetSetMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentGetSelectedStylesheetSetMethodInfo a -> signature -> s

getStyleSheets

data DOMDocumentGetStyleSheetsMethodInfo Source #

Instances

((~) * signature (m DOMStyleSheetList), MonadIO m, IsDOMDocument a) => MethodInfo * DOMDocumentGetStyleSheetsMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentGetStyleSheetsMethodInfo a -> signature -> s

getTitle

data DOMDocumentGetTitleMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentGetTitleMethodInfo a -> signature -> s

getUrl

data DOMDocumentGetUrlMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentGetUrlMethodInfo a -> signature -> s

getVisibilityState

data DOMDocumentGetVisibilityStateMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentGetVisibilityStateMethodInfo a -> signature -> s

getWebkitCurrentFullScreenElement

getWebkitFullScreenKeyboardInputAllowed

getWebkitFullscreenElement

getWebkitFullscreenEnabled

getWebkitHidden

data DOMDocumentGetWebkitHiddenMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsDOMDocument a) => MethodInfo * DOMDocumentGetWebkitHiddenMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentGetWebkitHiddenMethodInfo a -> signature -> s

dOMDocumentGetWebkitHidden :: (MonadIO m, IsDOMDocument a) => a -> m Bool Source #

Deprecated: (Since version 2.2)

getWebkitIsFullScreen

getWebkitPointerLockElement

getWebkitVisibilityState

data DOMDocumentGetWebkitVisibilityStateMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentGetWebkitVisibilityStateMethodInfo a -> signature -> s

dOMDocumentGetWebkitVisibilityState :: (MonadIO m, IsDOMDocument a) => a -> m Text Source #

Deprecated: (Since version 2.2)

getXmlEncoding

data DOMDocumentGetXmlEncodingMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentGetXmlEncodingMethodInfo a -> signature -> s

getXmlStandalone

data DOMDocumentGetXmlStandaloneMethodInfo Source #

Instances

((~) * signature (m Bool), MonadIO m, IsDOMDocument a) => MethodInfo * DOMDocumentGetXmlStandaloneMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentGetXmlStandaloneMethodInfo a -> signature -> s

getXmlVersion

data DOMDocumentGetXmlVersionMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentGetXmlVersionMethodInfo a -> signature -> s

importNode

data DOMDocumentImportNodeMethodInfo Source #

Instances

((~) * signature (b -> Bool -> m DOMNode), MonadIO m, IsDOMDocument a, IsDOMNode b) => MethodInfo * DOMDocumentImportNodeMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentImportNodeMethodInfo a -> signature -> s

queryCommandEnabled

data DOMDocumentQueryCommandEnabledMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentQueryCommandEnabledMethodInfo a -> signature -> s

queryCommandIndeterm

data DOMDocumentQueryCommandIndetermMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentQueryCommandIndetermMethodInfo a -> signature -> s

queryCommandState

data DOMDocumentQueryCommandStateMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentQueryCommandStateMethodInfo a -> signature -> s

queryCommandSupported

data DOMDocumentQueryCommandSupportedMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentQueryCommandSupportedMethodInfo a -> signature -> s

queryCommandValue

data DOMDocumentQueryCommandValueMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentQueryCommandValueMethodInfo a -> signature -> s

dOMDocumentQueryCommandValue :: (MonadIO m, IsDOMDocument a) => a -> Text -> m Text Source #

querySelector

data DOMDocumentQuerySelectorMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentQuerySelectorMethodInfo a -> signature -> s

querySelectorAll

data DOMDocumentQuerySelectorAllMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentQuerySelectorAllMethodInfo a -> signature -> s

setBody

data DOMDocumentSetBodyMethodInfo Source #

Instances

((~) * signature (b -> m ()), MonadIO m, IsDOMDocument a, IsDOMHTMLElement b) => MethodInfo * DOMDocumentSetBodyMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentSetBodyMethodInfo a -> signature -> s

setCharset

data DOMDocumentSetCharsetMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentSetCharsetMethodInfo a -> signature -> s

dOMDocumentSetCharset :: (MonadIO m, IsDOMDocument a) => a -> Text -> m () Source #

setCookie

data DOMDocumentSetCookieMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentSetCookieMethodInfo a -> signature -> s

dOMDocumentSetCookie :: (MonadIO m, IsDOMDocument a) => a -> Text -> m () Source #

setDocumentUri

data DOMDocumentSetDocumentUriMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentSetDocumentUriMethodInfo a -> signature -> s

dOMDocumentSetDocumentUri :: (MonadIO m, IsDOMDocument a) => a -> Text -> m () Source #

setSelectedStylesheetSet

data DOMDocumentSetSelectedStylesheetSetMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentSetSelectedStylesheetSetMethodInfo a -> signature -> s

setTitle

data DOMDocumentSetTitleMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentSetTitleMethodInfo a -> signature -> s

dOMDocumentSetTitle :: (MonadIO m, IsDOMDocument a) => a -> Text -> m () Source #

setXmlStandalone

data DOMDocumentSetXmlStandaloneMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentSetXmlStandaloneMethodInfo a -> signature -> s

setXmlVersion

data DOMDocumentSetXmlVersionMethodInfo Source #

Instances

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

Methods

overloadedMethod :: MethodProxy DOMDocumentSetXmlVersionMethodInfo a -> signature -> s

dOMDocumentSetXmlVersion :: (MonadIO m, IsDOMDocument a) => a -> Text -> m () Source #

webkitCancelFullScreen

data DOMDocumentWebkitCancelFullScreenMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsDOMDocument a) => MethodInfo * DOMDocumentWebkitCancelFullScreenMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentWebkitCancelFullScreenMethodInfo a -> signature -> s

webkitExitFullscreen

data DOMDocumentWebkitExitFullscreenMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsDOMDocument a) => MethodInfo * DOMDocumentWebkitExitFullscreenMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentWebkitExitFullscreenMethodInfo a -> signature -> s

webkitExitPointerLock

data DOMDocumentWebkitExitPointerLockMethodInfo Source #

Instances

((~) * signature (m ()), MonadIO m, IsDOMDocument a) => MethodInfo * DOMDocumentWebkitExitPointerLockMethodInfo a signature Source # 

Methods

overloadedMethod :: MethodProxy DOMDocumentWebkitExitPointerLockMethodInfo a -> signature -> s

webkitGetNamedFlows

Properties

anchors

data DOMDocumentAnchorsPropertyInfo Source #

Instances

AttrInfo DOMDocumentAnchorsPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDocumentAnchorsPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDocumentAnchorsPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDocumentAnchorsPropertyInfo :: * -> Constraint

type AttrGetType DOMDocumentAnchorsPropertyInfo :: *

type AttrLabel DOMDocumentAnchorsPropertyInfo :: Symbol

type AttrOrigin DOMDocumentAnchorsPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDocumentAnchorsPropertyInfo o => Proxy * DOMDocumentAnchorsPropertyInfo -> o -> IO (AttrGetType DOMDocumentAnchorsPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDocumentAnchorsPropertyInfo o, AttrSetTypeConstraint DOMDocumentAnchorsPropertyInfo b) => Proxy * DOMDocumentAnchorsPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDocumentAnchorsPropertyInfo o => Proxy * DOMDocumentAnchorsPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDocumentAnchorsPropertyInfo o, AttrSetTypeConstraint DOMDocumentAnchorsPropertyInfo b) => Proxy * DOMDocumentAnchorsPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDocumentAnchorsPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentAnchorsPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentAnchorsPropertyInfo Source # 
type AttrLabel DOMDocumentAnchorsPropertyInfo Source # 
type AttrLabel DOMDocumentAnchorsPropertyInfo = "anchors"
type AttrGetType DOMDocumentAnchorsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentAnchorsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentAnchorsPropertyInfo = IsDOMDocument
type AttrAllowedOps DOMDocumentAnchorsPropertyInfo Source # 
type AttrAllowedOps DOMDocumentAnchorsPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentAnchors :: AttrLabelProxy "anchors" Source #

applets

data DOMDocumentAppletsPropertyInfo Source #

Instances

AttrInfo DOMDocumentAppletsPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDocumentAppletsPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDocumentAppletsPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDocumentAppletsPropertyInfo :: * -> Constraint

type AttrGetType DOMDocumentAppletsPropertyInfo :: *

type AttrLabel DOMDocumentAppletsPropertyInfo :: Symbol

type AttrOrigin DOMDocumentAppletsPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDocumentAppletsPropertyInfo o => Proxy * DOMDocumentAppletsPropertyInfo -> o -> IO (AttrGetType DOMDocumentAppletsPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDocumentAppletsPropertyInfo o, AttrSetTypeConstraint DOMDocumentAppletsPropertyInfo b) => Proxy * DOMDocumentAppletsPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDocumentAppletsPropertyInfo o => Proxy * DOMDocumentAppletsPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDocumentAppletsPropertyInfo o, AttrSetTypeConstraint DOMDocumentAppletsPropertyInfo b) => Proxy * DOMDocumentAppletsPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDocumentAppletsPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentAppletsPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentAppletsPropertyInfo Source # 
type AttrLabel DOMDocumentAppletsPropertyInfo Source # 
type AttrLabel DOMDocumentAppletsPropertyInfo = "applets"
type AttrGetType DOMDocumentAppletsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentAppletsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentAppletsPropertyInfo = IsDOMDocument
type AttrAllowedOps DOMDocumentAppletsPropertyInfo Source # 
type AttrAllowedOps DOMDocumentAppletsPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentApplets :: AttrLabelProxy "applets" Source #

body

data DOMDocumentBodyPropertyInfo Source #

Instances

AttrInfo DOMDocumentBodyPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDocumentBodyPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDocumentBodyPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDocumentBodyPropertyInfo :: * -> Constraint

type AttrGetType DOMDocumentBodyPropertyInfo :: *

type AttrLabel DOMDocumentBodyPropertyInfo :: Symbol

type AttrOrigin DOMDocumentBodyPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDocumentBodyPropertyInfo o => Proxy * DOMDocumentBodyPropertyInfo -> o -> IO (AttrGetType DOMDocumentBodyPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDocumentBodyPropertyInfo o, AttrSetTypeConstraint DOMDocumentBodyPropertyInfo b) => Proxy * DOMDocumentBodyPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDocumentBodyPropertyInfo o => Proxy * DOMDocumentBodyPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDocumentBodyPropertyInfo o, AttrSetTypeConstraint DOMDocumentBodyPropertyInfo b) => Proxy * DOMDocumentBodyPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDocumentBodyPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentBodyPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentBodyPropertyInfo Source # 
type AttrLabel DOMDocumentBodyPropertyInfo Source # 
type AttrLabel DOMDocumentBodyPropertyInfo = "body"
type AttrGetType DOMDocumentBodyPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentBodyPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentBodyPropertyInfo = IsDOMDocument
type AttrAllowedOps DOMDocumentBodyPropertyInfo Source # 
type AttrAllowedOps DOMDocumentBodyPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentBody :: AttrLabelProxy "body" Source #

characterSet

data DOMDocumentCharacterSetPropertyInfo Source #

Instances

AttrInfo DOMDocumentCharacterSetPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDocumentCharacterSetPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDocumentCharacterSetPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDocumentCharacterSetPropertyInfo :: * -> Constraint

type AttrGetType DOMDocumentCharacterSetPropertyInfo :: *

type AttrLabel DOMDocumentCharacterSetPropertyInfo :: Symbol

type AttrOrigin DOMDocumentCharacterSetPropertyInfo :: *

type AttrSetTypeConstraint DOMDocumentCharacterSetPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentCharacterSetPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentCharacterSetPropertyInfo Source # 
type AttrLabel DOMDocumentCharacterSetPropertyInfo Source # 
type AttrLabel DOMDocumentCharacterSetPropertyInfo = "character-set"
type AttrGetType DOMDocumentCharacterSetPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentCharacterSetPropertyInfo Source # 
type AttrAllowedOps DOMDocumentCharacterSetPropertyInfo Source # 
type AttrAllowedOps DOMDocumentCharacterSetPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentCharacterSet :: AttrLabelProxy "characterSet" Source #

charset

data DOMDocumentCharsetPropertyInfo Source #

Instances

AttrInfo DOMDocumentCharsetPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDocumentCharsetPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDocumentCharsetPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDocumentCharsetPropertyInfo :: * -> Constraint

type AttrGetType DOMDocumentCharsetPropertyInfo :: *

type AttrLabel DOMDocumentCharsetPropertyInfo :: Symbol

type AttrOrigin DOMDocumentCharsetPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDocumentCharsetPropertyInfo o => Proxy * DOMDocumentCharsetPropertyInfo -> o -> IO (AttrGetType DOMDocumentCharsetPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDocumentCharsetPropertyInfo o, AttrSetTypeConstraint DOMDocumentCharsetPropertyInfo b) => Proxy * DOMDocumentCharsetPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDocumentCharsetPropertyInfo o => Proxy * DOMDocumentCharsetPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDocumentCharsetPropertyInfo o, AttrSetTypeConstraint DOMDocumentCharsetPropertyInfo b) => Proxy * DOMDocumentCharsetPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDocumentCharsetPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentCharsetPropertyInfo = * ~ Text
type AttrOrigin DOMDocumentCharsetPropertyInfo Source # 
type AttrLabel DOMDocumentCharsetPropertyInfo Source # 
type AttrLabel DOMDocumentCharsetPropertyInfo = "charset"
type AttrGetType DOMDocumentCharsetPropertyInfo Source # 
type AttrGetType DOMDocumentCharsetPropertyInfo = Maybe Text
type AttrBaseTypeConstraint DOMDocumentCharsetPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentCharsetPropertyInfo = IsDOMDocument
type AttrAllowedOps DOMDocumentCharsetPropertyInfo Source # 
type AttrAllowedOps DOMDocumentCharsetPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructDOMDocumentCharset :: IsDOMDocument o => Text -> IO (GValueConstruct o) Source #

dOMDocumentCharset :: AttrLabelProxy "charset" Source #

setDOMDocumentCharset :: (MonadIO m, IsDOMDocument o) => o -> Text -> m () Source #

compatMode

data DOMDocumentCompatModePropertyInfo Source #

Instances

AttrInfo DOMDocumentCompatModePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDocumentCompatModePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDocumentCompatModePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDocumentCompatModePropertyInfo :: * -> Constraint

type AttrGetType DOMDocumentCompatModePropertyInfo :: *

type AttrLabel DOMDocumentCompatModePropertyInfo :: Symbol

type AttrOrigin DOMDocumentCompatModePropertyInfo :: *

type AttrSetTypeConstraint DOMDocumentCompatModePropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentCompatModePropertyInfo = * ~ ()
type AttrOrigin DOMDocumentCompatModePropertyInfo Source # 
type AttrLabel DOMDocumentCompatModePropertyInfo Source # 
type AttrLabel DOMDocumentCompatModePropertyInfo = "compat-mode"
type AttrGetType DOMDocumentCompatModePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentCompatModePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentCompatModePropertyInfo = IsDOMDocument
type AttrAllowedOps DOMDocumentCompatModePropertyInfo Source # 
type AttrAllowedOps DOMDocumentCompatModePropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentCompatMode :: AttrLabelProxy "compatMode" Source #

cookie

data DOMDocumentCookiePropertyInfo Source #

Instances

AttrInfo DOMDocumentCookiePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDocumentCookiePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDocumentCookiePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDocumentCookiePropertyInfo :: * -> Constraint

type AttrGetType DOMDocumentCookiePropertyInfo :: *

type AttrLabel DOMDocumentCookiePropertyInfo :: Symbol

type AttrOrigin DOMDocumentCookiePropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDocumentCookiePropertyInfo o => Proxy * DOMDocumentCookiePropertyInfo -> o -> IO (AttrGetType DOMDocumentCookiePropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDocumentCookiePropertyInfo o, AttrSetTypeConstraint DOMDocumentCookiePropertyInfo b) => Proxy * DOMDocumentCookiePropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDocumentCookiePropertyInfo o => Proxy * DOMDocumentCookiePropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDocumentCookiePropertyInfo o, AttrSetTypeConstraint DOMDocumentCookiePropertyInfo b) => Proxy * DOMDocumentCookiePropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDocumentCookiePropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentCookiePropertyInfo = * ~ Text
type AttrOrigin DOMDocumentCookiePropertyInfo Source # 
type AttrLabel DOMDocumentCookiePropertyInfo Source # 
type AttrLabel DOMDocumentCookiePropertyInfo = "cookie"
type AttrGetType DOMDocumentCookiePropertyInfo Source # 
type AttrGetType DOMDocumentCookiePropertyInfo = Maybe Text
type AttrBaseTypeConstraint DOMDocumentCookiePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentCookiePropertyInfo = IsDOMDocument
type AttrAllowedOps DOMDocumentCookiePropertyInfo Source # 
type AttrAllowedOps DOMDocumentCookiePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))))

constructDOMDocumentCookie :: IsDOMDocument o => Text -> IO (GValueConstruct o) Source #

dOMDocumentCookie :: AttrLabelProxy "cookie" Source #

setDOMDocumentCookie :: (MonadIO m, IsDOMDocument o) => o -> Text -> m () Source #

currentScript

data DOMDocumentCurrentScriptPropertyInfo Source #

Instances

AttrInfo DOMDocumentCurrentScriptPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentCurrentScriptPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentCurrentScriptPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentCurrentScriptPropertyInfo Source # 
type AttrLabel DOMDocumentCurrentScriptPropertyInfo Source # 
type AttrLabel DOMDocumentCurrentScriptPropertyInfo = "current-script"
type AttrGetType DOMDocumentCurrentScriptPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentCurrentScriptPropertyInfo Source # 
type AttrAllowedOps DOMDocumentCurrentScriptPropertyInfo Source # 
type AttrAllowedOps DOMDocumentCurrentScriptPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentCurrentScript :: AttrLabelProxy "currentScript" Source #

defaultCharset

data DOMDocumentDefaultCharsetPropertyInfo Source #

Instances

AttrInfo DOMDocumentDefaultCharsetPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentDefaultCharsetPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentDefaultCharsetPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentDefaultCharsetPropertyInfo Source # 
type AttrLabel DOMDocumentDefaultCharsetPropertyInfo Source # 
type AttrLabel DOMDocumentDefaultCharsetPropertyInfo = "default-charset"
type AttrGetType DOMDocumentDefaultCharsetPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentDefaultCharsetPropertyInfo Source # 
type AttrAllowedOps DOMDocumentDefaultCharsetPropertyInfo Source # 
type AttrAllowedOps DOMDocumentDefaultCharsetPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentDefaultCharset :: AttrLabelProxy "defaultCharset" Source #

defaultView

data DOMDocumentDefaultViewPropertyInfo Source #

Instances

AttrInfo DOMDocumentDefaultViewPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDocumentDefaultViewPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDocumentDefaultViewPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDocumentDefaultViewPropertyInfo :: * -> Constraint

type AttrGetType DOMDocumentDefaultViewPropertyInfo :: *

type AttrLabel DOMDocumentDefaultViewPropertyInfo :: Symbol

type AttrOrigin DOMDocumentDefaultViewPropertyInfo :: *

type AttrSetTypeConstraint DOMDocumentDefaultViewPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentDefaultViewPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentDefaultViewPropertyInfo Source # 
type AttrLabel DOMDocumentDefaultViewPropertyInfo Source # 
type AttrLabel DOMDocumentDefaultViewPropertyInfo = "default-view"
type AttrGetType DOMDocumentDefaultViewPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentDefaultViewPropertyInfo Source # 
type AttrAllowedOps DOMDocumentDefaultViewPropertyInfo Source # 
type AttrAllowedOps DOMDocumentDefaultViewPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentDefaultView :: AttrLabelProxy "defaultView" Source #

doctype

data DOMDocumentDoctypePropertyInfo Source #

Instances

AttrInfo DOMDocumentDoctypePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDocumentDoctypePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDocumentDoctypePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDocumentDoctypePropertyInfo :: * -> Constraint

type AttrGetType DOMDocumentDoctypePropertyInfo :: *

type AttrLabel DOMDocumentDoctypePropertyInfo :: Symbol

type AttrOrigin DOMDocumentDoctypePropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDocumentDoctypePropertyInfo o => Proxy * DOMDocumentDoctypePropertyInfo -> o -> IO (AttrGetType DOMDocumentDoctypePropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDocumentDoctypePropertyInfo o, AttrSetTypeConstraint DOMDocumentDoctypePropertyInfo b) => Proxy * DOMDocumentDoctypePropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDocumentDoctypePropertyInfo o => Proxy * DOMDocumentDoctypePropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDocumentDoctypePropertyInfo o, AttrSetTypeConstraint DOMDocumentDoctypePropertyInfo b) => Proxy * DOMDocumentDoctypePropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDocumentDoctypePropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentDoctypePropertyInfo = * ~ ()
type AttrOrigin DOMDocumentDoctypePropertyInfo Source # 
type AttrLabel DOMDocumentDoctypePropertyInfo Source # 
type AttrLabel DOMDocumentDoctypePropertyInfo = "doctype"
type AttrGetType DOMDocumentDoctypePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentDoctypePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentDoctypePropertyInfo = IsDOMDocument
type AttrAllowedOps DOMDocumentDoctypePropertyInfo Source # 
type AttrAllowedOps DOMDocumentDoctypePropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentDoctype :: AttrLabelProxy "doctype" Source #

documentElement

data DOMDocumentDocumentElementPropertyInfo Source #

Instances

AttrInfo DOMDocumentDocumentElementPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentDocumentElementPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentDocumentElementPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentDocumentElementPropertyInfo Source # 
type AttrLabel DOMDocumentDocumentElementPropertyInfo Source # 
type AttrLabel DOMDocumentDocumentElementPropertyInfo = "document-element"
type AttrGetType DOMDocumentDocumentElementPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentDocumentElementPropertyInfo Source # 
type AttrAllowedOps DOMDocumentDocumentElementPropertyInfo Source # 
type AttrAllowedOps DOMDocumentDocumentElementPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentDocumentElement :: AttrLabelProxy "documentElement" Source #

documentUri

data DOMDocumentDocumentUriPropertyInfo Source #

Instances

AttrInfo DOMDocumentDocumentUriPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDocumentDocumentUriPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDocumentDocumentUriPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDocumentDocumentUriPropertyInfo :: * -> Constraint

type AttrGetType DOMDocumentDocumentUriPropertyInfo :: *

type AttrLabel DOMDocumentDocumentUriPropertyInfo :: Symbol

type AttrOrigin DOMDocumentDocumentUriPropertyInfo :: *

type AttrSetTypeConstraint DOMDocumentDocumentUriPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentDocumentUriPropertyInfo = * ~ Text
type AttrOrigin DOMDocumentDocumentUriPropertyInfo Source # 
type AttrLabel DOMDocumentDocumentUriPropertyInfo Source # 
type AttrLabel DOMDocumentDocumentUriPropertyInfo = "document-uri"
type AttrGetType DOMDocumentDocumentUriPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentDocumentUriPropertyInfo Source # 
type AttrAllowedOps DOMDocumentDocumentUriPropertyInfo Source # 
type AttrAllowedOps DOMDocumentDocumentUriPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructDOMDocumentDocumentUri :: IsDOMDocument o => Text -> IO (GValueConstruct o) Source #

dOMDocumentDocumentUri :: AttrLabelProxy "documentUri" Source #

setDOMDocumentDocumentUri :: (MonadIO m, IsDOMDocument o) => o -> Text -> m () Source #

domain

data DOMDocumentDomainPropertyInfo Source #

Instances

AttrInfo DOMDocumentDomainPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDocumentDomainPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDocumentDomainPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDocumentDomainPropertyInfo :: * -> Constraint

type AttrGetType DOMDocumentDomainPropertyInfo :: *

type AttrLabel DOMDocumentDomainPropertyInfo :: Symbol

type AttrOrigin DOMDocumentDomainPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDocumentDomainPropertyInfo o => Proxy * DOMDocumentDomainPropertyInfo -> o -> IO (AttrGetType DOMDocumentDomainPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDocumentDomainPropertyInfo o, AttrSetTypeConstraint DOMDocumentDomainPropertyInfo b) => Proxy * DOMDocumentDomainPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDocumentDomainPropertyInfo o => Proxy * DOMDocumentDomainPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDocumentDomainPropertyInfo o, AttrSetTypeConstraint DOMDocumentDomainPropertyInfo b) => Proxy * DOMDocumentDomainPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDocumentDomainPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentDomainPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentDomainPropertyInfo Source # 
type AttrLabel DOMDocumentDomainPropertyInfo Source # 
type AttrLabel DOMDocumentDomainPropertyInfo = "domain"
type AttrGetType DOMDocumentDomainPropertyInfo Source # 
type AttrGetType DOMDocumentDomainPropertyInfo = Maybe Text
type AttrBaseTypeConstraint DOMDocumentDomainPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentDomainPropertyInfo = IsDOMDocument
type AttrAllowedOps DOMDocumentDomainPropertyInfo Source # 
type AttrAllowedOps DOMDocumentDomainPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentDomain :: AttrLabelProxy "domain" Source #

forms

data DOMDocumentFormsPropertyInfo Source #

Instances

AttrInfo DOMDocumentFormsPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDocumentFormsPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDocumentFormsPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDocumentFormsPropertyInfo :: * -> Constraint

type AttrGetType DOMDocumentFormsPropertyInfo :: *

type AttrLabel DOMDocumentFormsPropertyInfo :: Symbol

type AttrOrigin DOMDocumentFormsPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDocumentFormsPropertyInfo o => Proxy * DOMDocumentFormsPropertyInfo -> o -> IO (AttrGetType DOMDocumentFormsPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDocumentFormsPropertyInfo o, AttrSetTypeConstraint DOMDocumentFormsPropertyInfo b) => Proxy * DOMDocumentFormsPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDocumentFormsPropertyInfo o => Proxy * DOMDocumentFormsPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDocumentFormsPropertyInfo o, AttrSetTypeConstraint DOMDocumentFormsPropertyInfo b) => Proxy * DOMDocumentFormsPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDocumentFormsPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentFormsPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentFormsPropertyInfo Source # 
type AttrLabel DOMDocumentFormsPropertyInfo Source # 
type AttrLabel DOMDocumentFormsPropertyInfo = "forms"
type AttrGetType DOMDocumentFormsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentFormsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentFormsPropertyInfo = IsDOMDocument
type AttrAllowedOps DOMDocumentFormsPropertyInfo Source # 
type AttrAllowedOps DOMDocumentFormsPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentForms :: AttrLabelProxy "forms" Source #

head

data DOMDocumentHeadPropertyInfo Source #

Instances

AttrInfo DOMDocumentHeadPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDocumentHeadPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDocumentHeadPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDocumentHeadPropertyInfo :: * -> Constraint

type AttrGetType DOMDocumentHeadPropertyInfo :: *

type AttrLabel DOMDocumentHeadPropertyInfo :: Symbol

type AttrOrigin DOMDocumentHeadPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDocumentHeadPropertyInfo o => Proxy * DOMDocumentHeadPropertyInfo -> o -> IO (AttrGetType DOMDocumentHeadPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDocumentHeadPropertyInfo o, AttrSetTypeConstraint DOMDocumentHeadPropertyInfo b) => Proxy * DOMDocumentHeadPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDocumentHeadPropertyInfo o => Proxy * DOMDocumentHeadPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDocumentHeadPropertyInfo o, AttrSetTypeConstraint DOMDocumentHeadPropertyInfo b) => Proxy * DOMDocumentHeadPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDocumentHeadPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentHeadPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentHeadPropertyInfo Source # 
type AttrLabel DOMDocumentHeadPropertyInfo Source # 
type AttrLabel DOMDocumentHeadPropertyInfo = "head"
type AttrGetType DOMDocumentHeadPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentHeadPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentHeadPropertyInfo = IsDOMDocument
type AttrAllowedOps DOMDocumentHeadPropertyInfo Source # 
type AttrAllowedOps DOMDocumentHeadPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentHead :: AttrLabelProxy "head" Source #

hidden

data DOMDocumentHiddenPropertyInfo Source #

Instances

AttrInfo DOMDocumentHiddenPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDocumentHiddenPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDocumentHiddenPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDocumentHiddenPropertyInfo :: * -> Constraint

type AttrGetType DOMDocumentHiddenPropertyInfo :: *

type AttrLabel DOMDocumentHiddenPropertyInfo :: Symbol

type AttrOrigin DOMDocumentHiddenPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDocumentHiddenPropertyInfo o => Proxy * DOMDocumentHiddenPropertyInfo -> o -> IO (AttrGetType DOMDocumentHiddenPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDocumentHiddenPropertyInfo o, AttrSetTypeConstraint DOMDocumentHiddenPropertyInfo b) => Proxy * DOMDocumentHiddenPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDocumentHiddenPropertyInfo o => Proxy * DOMDocumentHiddenPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDocumentHiddenPropertyInfo o, AttrSetTypeConstraint DOMDocumentHiddenPropertyInfo b) => Proxy * DOMDocumentHiddenPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDocumentHiddenPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentHiddenPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentHiddenPropertyInfo Source # 
type AttrLabel DOMDocumentHiddenPropertyInfo Source # 
type AttrLabel DOMDocumentHiddenPropertyInfo = "hidden"
type AttrGetType DOMDocumentHiddenPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentHiddenPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentHiddenPropertyInfo = IsDOMDocument
type AttrAllowedOps DOMDocumentHiddenPropertyInfo Source # 
type AttrAllowedOps DOMDocumentHiddenPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMDocumentHidden :: AttrLabelProxy "hidden" Source #

images

data DOMDocumentImagesPropertyInfo Source #

Instances

AttrInfo DOMDocumentImagesPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDocumentImagesPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDocumentImagesPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDocumentImagesPropertyInfo :: * -> Constraint

type AttrGetType DOMDocumentImagesPropertyInfo :: *

type AttrLabel DOMDocumentImagesPropertyInfo :: Symbol

type AttrOrigin DOMDocumentImagesPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDocumentImagesPropertyInfo o => Proxy * DOMDocumentImagesPropertyInfo -> o -> IO (AttrGetType DOMDocumentImagesPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDocumentImagesPropertyInfo o, AttrSetTypeConstraint DOMDocumentImagesPropertyInfo b) => Proxy * DOMDocumentImagesPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDocumentImagesPropertyInfo o => Proxy * DOMDocumentImagesPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDocumentImagesPropertyInfo o, AttrSetTypeConstraint DOMDocumentImagesPropertyInfo b) => Proxy * DOMDocumentImagesPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDocumentImagesPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentImagesPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentImagesPropertyInfo Source # 
type AttrLabel DOMDocumentImagesPropertyInfo Source # 
type AttrLabel DOMDocumentImagesPropertyInfo = "images"
type AttrGetType DOMDocumentImagesPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentImagesPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentImagesPropertyInfo = IsDOMDocument
type AttrAllowedOps DOMDocumentImagesPropertyInfo Source # 
type AttrAllowedOps DOMDocumentImagesPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentImages :: AttrLabelProxy "images" Source #

implementation

data DOMDocumentImplementationPropertyInfo Source #

Instances

AttrInfo DOMDocumentImplementationPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentImplementationPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentImplementationPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentImplementationPropertyInfo Source # 
type AttrLabel DOMDocumentImplementationPropertyInfo Source # 
type AttrLabel DOMDocumentImplementationPropertyInfo = "implementation"
type AttrGetType DOMDocumentImplementationPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentImplementationPropertyInfo Source # 
type AttrAllowedOps DOMDocumentImplementationPropertyInfo Source # 
type AttrAllowedOps DOMDocumentImplementationPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentImplementation :: AttrLabelProxy "implementation" Source #

inputEncoding

data DOMDocumentInputEncodingPropertyInfo Source #

Instances

AttrInfo DOMDocumentInputEncodingPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentInputEncodingPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentInputEncodingPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentInputEncodingPropertyInfo Source # 
type AttrLabel DOMDocumentInputEncodingPropertyInfo Source # 
type AttrLabel DOMDocumentInputEncodingPropertyInfo = "input-encoding"
type AttrGetType DOMDocumentInputEncodingPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentInputEncodingPropertyInfo Source # 
type AttrAllowedOps DOMDocumentInputEncodingPropertyInfo Source # 
type AttrAllowedOps DOMDocumentInputEncodingPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentInputEncoding :: AttrLabelProxy "inputEncoding" Source #

lastModified

data DOMDocumentLastModifiedPropertyInfo Source #

Instances

AttrInfo DOMDocumentLastModifiedPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDocumentLastModifiedPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDocumentLastModifiedPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDocumentLastModifiedPropertyInfo :: * -> Constraint

type AttrGetType DOMDocumentLastModifiedPropertyInfo :: *

type AttrLabel DOMDocumentLastModifiedPropertyInfo :: Symbol

type AttrOrigin DOMDocumentLastModifiedPropertyInfo :: *

type AttrSetTypeConstraint DOMDocumentLastModifiedPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentLastModifiedPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentLastModifiedPropertyInfo Source # 
type AttrLabel DOMDocumentLastModifiedPropertyInfo Source # 
type AttrLabel DOMDocumentLastModifiedPropertyInfo = "last-modified"
type AttrGetType DOMDocumentLastModifiedPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentLastModifiedPropertyInfo Source # 
type AttrAllowedOps DOMDocumentLastModifiedPropertyInfo Source # 
type AttrAllowedOps DOMDocumentLastModifiedPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentLastModified :: AttrLabelProxy "lastModified" Source #

links

data DOMDocumentLinksPropertyInfo Source #

Instances

AttrInfo DOMDocumentLinksPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDocumentLinksPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDocumentLinksPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDocumentLinksPropertyInfo :: * -> Constraint

type AttrGetType DOMDocumentLinksPropertyInfo :: *

type AttrLabel DOMDocumentLinksPropertyInfo :: Symbol

type AttrOrigin DOMDocumentLinksPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDocumentLinksPropertyInfo o => Proxy * DOMDocumentLinksPropertyInfo -> o -> IO (AttrGetType DOMDocumentLinksPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDocumentLinksPropertyInfo o, AttrSetTypeConstraint DOMDocumentLinksPropertyInfo b) => Proxy * DOMDocumentLinksPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDocumentLinksPropertyInfo o => Proxy * DOMDocumentLinksPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDocumentLinksPropertyInfo o, AttrSetTypeConstraint DOMDocumentLinksPropertyInfo b) => Proxy * DOMDocumentLinksPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDocumentLinksPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentLinksPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentLinksPropertyInfo Source # 
type AttrLabel DOMDocumentLinksPropertyInfo Source # 
type AttrLabel DOMDocumentLinksPropertyInfo = "links"
type AttrGetType DOMDocumentLinksPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentLinksPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentLinksPropertyInfo = IsDOMDocument
type AttrAllowedOps DOMDocumentLinksPropertyInfo Source # 
type AttrAllowedOps DOMDocumentLinksPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentLinks :: AttrLabelProxy "links" Source #

preferredStylesheetSet

data DOMDocumentPreferredStylesheetSetPropertyInfo Source #

Instances

AttrInfo DOMDocumentPreferredStylesheetSetPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentPreferredStylesheetSetPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentPreferredStylesheetSetPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentPreferredStylesheetSetPropertyInfo Source # 
type AttrLabel DOMDocumentPreferredStylesheetSetPropertyInfo Source # 
type AttrLabel DOMDocumentPreferredStylesheetSetPropertyInfo = "preferred-stylesheet-set"
type AttrGetType DOMDocumentPreferredStylesheetSetPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentPreferredStylesheetSetPropertyInfo Source # 
type AttrAllowedOps DOMDocumentPreferredStylesheetSetPropertyInfo Source # 
type AttrAllowedOps DOMDocumentPreferredStylesheetSetPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentPreferredStylesheetSet :: AttrLabelProxy "preferredStylesheetSet" Source #

readyState

data DOMDocumentReadyStatePropertyInfo Source #

Instances

AttrInfo DOMDocumentReadyStatePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDocumentReadyStatePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDocumentReadyStatePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDocumentReadyStatePropertyInfo :: * -> Constraint

type AttrGetType DOMDocumentReadyStatePropertyInfo :: *

type AttrLabel DOMDocumentReadyStatePropertyInfo :: Symbol

type AttrOrigin DOMDocumentReadyStatePropertyInfo :: *

type AttrSetTypeConstraint DOMDocumentReadyStatePropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentReadyStatePropertyInfo = * ~ ()
type AttrOrigin DOMDocumentReadyStatePropertyInfo Source # 
type AttrLabel DOMDocumentReadyStatePropertyInfo Source # 
type AttrLabel DOMDocumentReadyStatePropertyInfo = "ready-state"
type AttrGetType DOMDocumentReadyStatePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentReadyStatePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentReadyStatePropertyInfo = IsDOMDocument
type AttrAllowedOps DOMDocumentReadyStatePropertyInfo Source # 
type AttrAllowedOps DOMDocumentReadyStatePropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentReadyState :: AttrLabelProxy "readyState" Source #

referrer

data DOMDocumentReferrerPropertyInfo Source #

Instances

AttrInfo DOMDocumentReferrerPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDocumentReferrerPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDocumentReferrerPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDocumentReferrerPropertyInfo :: * -> Constraint

type AttrGetType DOMDocumentReferrerPropertyInfo :: *

type AttrLabel DOMDocumentReferrerPropertyInfo :: Symbol

type AttrOrigin DOMDocumentReferrerPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDocumentReferrerPropertyInfo o => Proxy * DOMDocumentReferrerPropertyInfo -> o -> IO (AttrGetType DOMDocumentReferrerPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDocumentReferrerPropertyInfo o, AttrSetTypeConstraint DOMDocumentReferrerPropertyInfo b) => Proxy * DOMDocumentReferrerPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDocumentReferrerPropertyInfo o => Proxy * DOMDocumentReferrerPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDocumentReferrerPropertyInfo o, AttrSetTypeConstraint DOMDocumentReferrerPropertyInfo b) => Proxy * DOMDocumentReferrerPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDocumentReferrerPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentReferrerPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentReferrerPropertyInfo Source # 
type AttrLabel DOMDocumentReferrerPropertyInfo Source # 
type AttrLabel DOMDocumentReferrerPropertyInfo = "referrer"
type AttrGetType DOMDocumentReferrerPropertyInfo Source # 
type AttrGetType DOMDocumentReferrerPropertyInfo = Maybe Text
type AttrBaseTypeConstraint DOMDocumentReferrerPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentReferrerPropertyInfo = IsDOMDocument
type AttrAllowedOps DOMDocumentReferrerPropertyInfo Source # 
type AttrAllowedOps DOMDocumentReferrerPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentReferrer :: AttrLabelProxy "referrer" Source #

securityPolicy

data DOMDocumentSecurityPolicyPropertyInfo Source #

Instances

AttrInfo DOMDocumentSecurityPolicyPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentSecurityPolicyPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentSecurityPolicyPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentSecurityPolicyPropertyInfo Source # 
type AttrLabel DOMDocumentSecurityPolicyPropertyInfo Source # 
type AttrLabel DOMDocumentSecurityPolicyPropertyInfo = "security-policy"
type AttrGetType DOMDocumentSecurityPolicyPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentSecurityPolicyPropertyInfo Source # 
type AttrAllowedOps DOMDocumentSecurityPolicyPropertyInfo Source # 
type AttrAllowedOps DOMDocumentSecurityPolicyPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentSecurityPolicy :: AttrLabelProxy "securityPolicy" Source #

selectedStylesheetSet

data DOMDocumentSelectedStylesheetSetPropertyInfo Source #

Instances

AttrInfo DOMDocumentSelectedStylesheetSetPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentSelectedStylesheetSetPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentSelectedStylesheetSetPropertyInfo = * ~ Text
type AttrOrigin DOMDocumentSelectedStylesheetSetPropertyInfo Source # 
type AttrLabel DOMDocumentSelectedStylesheetSetPropertyInfo Source # 
type AttrLabel DOMDocumentSelectedStylesheetSetPropertyInfo = "selected-stylesheet-set"
type AttrGetType DOMDocumentSelectedStylesheetSetPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentSelectedStylesheetSetPropertyInfo Source # 
type AttrAllowedOps DOMDocumentSelectedStylesheetSetPropertyInfo Source # 
type AttrAllowedOps DOMDocumentSelectedStylesheetSetPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMDocumentSelectedStylesheetSet :: AttrLabelProxy "selectedStylesheetSet" Source #

styleSheets

data DOMDocumentStyleSheetsPropertyInfo Source #

Instances

AttrInfo DOMDocumentStyleSheetsPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDocumentStyleSheetsPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDocumentStyleSheetsPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDocumentStyleSheetsPropertyInfo :: * -> Constraint

type AttrGetType DOMDocumentStyleSheetsPropertyInfo :: *

type AttrLabel DOMDocumentStyleSheetsPropertyInfo :: Symbol

type AttrOrigin DOMDocumentStyleSheetsPropertyInfo :: *

type AttrSetTypeConstraint DOMDocumentStyleSheetsPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentStyleSheetsPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentStyleSheetsPropertyInfo Source # 
type AttrLabel DOMDocumentStyleSheetsPropertyInfo Source # 
type AttrLabel DOMDocumentStyleSheetsPropertyInfo = "style-sheets"
type AttrGetType DOMDocumentStyleSheetsPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentStyleSheetsPropertyInfo Source # 
type AttrAllowedOps DOMDocumentStyleSheetsPropertyInfo Source # 
type AttrAllowedOps DOMDocumentStyleSheetsPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentStyleSheets :: AttrLabelProxy "styleSheets" Source #

title

data DOMDocumentTitlePropertyInfo Source #

Instances

AttrInfo DOMDocumentTitlePropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDocumentTitlePropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDocumentTitlePropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDocumentTitlePropertyInfo :: * -> Constraint

type AttrGetType DOMDocumentTitlePropertyInfo :: *

type AttrLabel DOMDocumentTitlePropertyInfo :: Symbol

type AttrOrigin DOMDocumentTitlePropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDocumentTitlePropertyInfo o => Proxy * DOMDocumentTitlePropertyInfo -> o -> IO (AttrGetType DOMDocumentTitlePropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDocumentTitlePropertyInfo o, AttrSetTypeConstraint DOMDocumentTitlePropertyInfo b) => Proxy * DOMDocumentTitlePropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDocumentTitlePropertyInfo o => Proxy * DOMDocumentTitlePropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDocumentTitlePropertyInfo o, AttrSetTypeConstraint DOMDocumentTitlePropertyInfo b) => Proxy * DOMDocumentTitlePropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDocumentTitlePropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentTitlePropertyInfo = * ~ Text
type AttrOrigin DOMDocumentTitlePropertyInfo Source # 
type AttrLabel DOMDocumentTitlePropertyInfo Source # 
type AttrLabel DOMDocumentTitlePropertyInfo = "title"
type AttrGetType DOMDocumentTitlePropertyInfo Source # 
type AttrGetType DOMDocumentTitlePropertyInfo = Maybe Text
type AttrBaseTypeConstraint DOMDocumentTitlePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentTitlePropertyInfo = IsDOMDocument
type AttrAllowedOps DOMDocumentTitlePropertyInfo Source # 
type AttrAllowedOps DOMDocumentTitlePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

constructDOMDocumentTitle :: IsDOMDocument o => Text -> IO (GValueConstruct o) Source #

dOMDocumentTitle :: AttrLabelProxy "title" Source #

setDOMDocumentTitle :: (MonadIO m, IsDOMDocument o) => o -> Text -> m () Source #

url

data DOMDocumentUrlPropertyInfo Source #

Instances

AttrInfo DOMDocumentUrlPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDocumentUrlPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDocumentUrlPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDocumentUrlPropertyInfo :: * -> Constraint

type AttrGetType DOMDocumentUrlPropertyInfo :: *

type AttrLabel DOMDocumentUrlPropertyInfo :: Symbol

type AttrOrigin DOMDocumentUrlPropertyInfo :: *

Methods

attrGet :: AttrBaseTypeConstraint DOMDocumentUrlPropertyInfo o => Proxy * DOMDocumentUrlPropertyInfo -> o -> IO (AttrGetType DOMDocumentUrlPropertyInfo)

attrSet :: (AttrBaseTypeConstraint DOMDocumentUrlPropertyInfo o, AttrSetTypeConstraint DOMDocumentUrlPropertyInfo b) => Proxy * DOMDocumentUrlPropertyInfo -> o -> b -> IO ()

attrClear :: AttrBaseTypeConstraint DOMDocumentUrlPropertyInfo o => Proxy * DOMDocumentUrlPropertyInfo -> o -> IO ()

attrConstruct :: (AttrBaseTypeConstraint DOMDocumentUrlPropertyInfo o, AttrSetTypeConstraint DOMDocumentUrlPropertyInfo b) => Proxy * DOMDocumentUrlPropertyInfo -> b -> IO (GValueConstruct o)

type AttrSetTypeConstraint DOMDocumentUrlPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentUrlPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentUrlPropertyInfo Source # 
type AttrLabel DOMDocumentUrlPropertyInfo Source # 
type AttrLabel DOMDocumentUrlPropertyInfo = "url"
type AttrGetType DOMDocumentUrlPropertyInfo Source # 
type AttrGetType DOMDocumentUrlPropertyInfo = Maybe Text
type AttrBaseTypeConstraint DOMDocumentUrlPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentUrlPropertyInfo = IsDOMDocument
type AttrAllowedOps DOMDocumentUrlPropertyInfo Source # 
type AttrAllowedOps DOMDocumentUrlPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentUrl :: AttrLabelProxy "url" Source #

visibilityState

data DOMDocumentVisibilityStatePropertyInfo Source #

Instances

AttrInfo DOMDocumentVisibilityStatePropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentVisibilityStatePropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentVisibilityStatePropertyInfo = * ~ ()
type AttrOrigin DOMDocumentVisibilityStatePropertyInfo Source # 
type AttrLabel DOMDocumentVisibilityStatePropertyInfo Source # 
type AttrLabel DOMDocumentVisibilityStatePropertyInfo = "visibility-state"
type AttrGetType DOMDocumentVisibilityStatePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentVisibilityStatePropertyInfo Source # 
type AttrAllowedOps DOMDocumentVisibilityStatePropertyInfo Source # 
type AttrAllowedOps DOMDocumentVisibilityStatePropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentVisibilityState :: AttrLabelProxy "visibilityState" Source #

webkitCurrentFullScreenElement

data DOMDocumentWebkitCurrentFullScreenElementPropertyInfo Source #

Instances

AttrInfo DOMDocumentWebkitCurrentFullScreenElementPropertyInfo Source # 
type AttrSetTypeConstraint 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 AttrAllowedOps DOMDocumentWebkitCurrentFullScreenElementPropertyInfo Source # 
type AttrAllowedOps DOMDocumentWebkitCurrentFullScreenElementPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentWebkitCurrentFullScreenElement :: AttrLabelProxy "webkitCurrentFullScreenElement" Source #

webkitFullScreenKeyboardInputAllowed

data DOMDocumentWebkitFullScreenKeyboardInputAllowedPropertyInfo Source #

Instances

AttrInfo DOMDocumentWebkitFullScreenKeyboardInputAllowedPropertyInfo Source # 
type AttrSetTypeConstraint 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 AttrAllowedOps DOMDocumentWebkitFullScreenKeyboardInputAllowedPropertyInfo Source # 
type AttrAllowedOps DOMDocumentWebkitFullScreenKeyboardInputAllowedPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMDocumentWebkitFullScreenKeyboardInputAllowed :: AttrLabelProxy "webkitFullScreenKeyboardInputAllowed" Source #

webkitFullscreenElement

data DOMDocumentWebkitFullscreenElementPropertyInfo Source #

Instances

AttrInfo DOMDocumentWebkitFullscreenElementPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentWebkitFullscreenElementPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentWebkitFullscreenElementPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentWebkitFullscreenElementPropertyInfo Source # 
type AttrLabel DOMDocumentWebkitFullscreenElementPropertyInfo Source # 
type AttrLabel DOMDocumentWebkitFullscreenElementPropertyInfo = "webkit-fullscreen-element"
type AttrGetType DOMDocumentWebkitFullscreenElementPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentWebkitFullscreenElementPropertyInfo Source # 
type AttrAllowedOps DOMDocumentWebkitFullscreenElementPropertyInfo Source # 
type AttrAllowedOps DOMDocumentWebkitFullscreenElementPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentWebkitFullscreenElement :: AttrLabelProxy "webkitFullscreenElement" Source #

webkitFullscreenEnabled

data DOMDocumentWebkitFullscreenEnabledPropertyInfo Source #

Instances

AttrInfo DOMDocumentWebkitFullscreenEnabledPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentWebkitFullscreenEnabledPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentWebkitFullscreenEnabledPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentWebkitFullscreenEnabledPropertyInfo Source # 
type AttrLabel DOMDocumentWebkitFullscreenEnabledPropertyInfo Source # 
type AttrLabel DOMDocumentWebkitFullscreenEnabledPropertyInfo = "webkit-fullscreen-enabled"
type AttrGetType DOMDocumentWebkitFullscreenEnabledPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentWebkitFullscreenEnabledPropertyInfo Source # 
type AttrAllowedOps DOMDocumentWebkitFullscreenEnabledPropertyInfo Source # 
type AttrAllowedOps DOMDocumentWebkitFullscreenEnabledPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMDocumentWebkitFullscreenEnabled :: AttrLabelProxy "webkitFullscreenEnabled" Source #

webkitIsFullScreen

data DOMDocumentWebkitIsFullScreenPropertyInfo Source #

Instances

AttrInfo DOMDocumentWebkitIsFullScreenPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentWebkitIsFullScreenPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentWebkitIsFullScreenPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentWebkitIsFullScreenPropertyInfo Source # 
type AttrLabel DOMDocumentWebkitIsFullScreenPropertyInfo Source # 
type AttrLabel DOMDocumentWebkitIsFullScreenPropertyInfo = "webkit-is-full-screen"
type AttrGetType DOMDocumentWebkitIsFullScreenPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentWebkitIsFullScreenPropertyInfo Source # 
type AttrAllowedOps DOMDocumentWebkitIsFullScreenPropertyInfo Source # 
type AttrAllowedOps DOMDocumentWebkitIsFullScreenPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag)

dOMDocumentWebkitIsFullScreen :: AttrLabelProxy "webkitIsFullScreen" Source #

webkitPointerLockElement

data DOMDocumentWebkitPointerLockElementPropertyInfo Source #

Instances

AttrInfo DOMDocumentWebkitPointerLockElementPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentWebkitPointerLockElementPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentWebkitPointerLockElementPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentWebkitPointerLockElementPropertyInfo Source # 
type AttrLabel DOMDocumentWebkitPointerLockElementPropertyInfo Source # 
type AttrLabel DOMDocumentWebkitPointerLockElementPropertyInfo = "webkit-pointer-lock-element"
type AttrGetType DOMDocumentWebkitPointerLockElementPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentWebkitPointerLockElementPropertyInfo Source # 
type AttrAllowedOps DOMDocumentWebkitPointerLockElementPropertyInfo Source # 
type AttrAllowedOps DOMDocumentWebkitPointerLockElementPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentWebkitPointerLockElement :: AttrLabelProxy "webkitPointerLockElement" Source #

xmlEncoding

data DOMDocumentXmlEncodingPropertyInfo Source #

Instances

AttrInfo DOMDocumentXmlEncodingPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDocumentXmlEncodingPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDocumentXmlEncodingPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDocumentXmlEncodingPropertyInfo :: * -> Constraint

type AttrGetType DOMDocumentXmlEncodingPropertyInfo :: *

type AttrLabel DOMDocumentXmlEncodingPropertyInfo :: Symbol

type AttrOrigin DOMDocumentXmlEncodingPropertyInfo :: *

type AttrSetTypeConstraint DOMDocumentXmlEncodingPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentXmlEncodingPropertyInfo = * ~ ()
type AttrOrigin DOMDocumentXmlEncodingPropertyInfo Source # 
type AttrLabel DOMDocumentXmlEncodingPropertyInfo Source # 
type AttrLabel DOMDocumentXmlEncodingPropertyInfo = "xml-encoding"
type AttrGetType DOMDocumentXmlEncodingPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentXmlEncodingPropertyInfo Source # 
type AttrAllowedOps DOMDocumentXmlEncodingPropertyInfo Source # 
type AttrAllowedOps DOMDocumentXmlEncodingPropertyInfo = (:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))

dOMDocumentXmlEncoding :: AttrLabelProxy "xmlEncoding" Source #

xmlStandalone

data DOMDocumentXmlStandalonePropertyInfo Source #

Instances

AttrInfo DOMDocumentXmlStandalonePropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentXmlStandalonePropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentXmlStandalonePropertyInfo = * ~ Bool
type AttrOrigin DOMDocumentXmlStandalonePropertyInfo Source # 
type AttrLabel DOMDocumentXmlStandalonePropertyInfo Source # 
type AttrLabel DOMDocumentXmlStandalonePropertyInfo = "xml-standalone"
type AttrGetType DOMDocumentXmlStandalonePropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentXmlStandalonePropertyInfo Source # 
type AttrAllowedOps DOMDocumentXmlStandalonePropertyInfo Source # 
type AttrAllowedOps DOMDocumentXmlStandalonePropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ([] AttrOpTag)))

dOMDocumentXmlStandalone :: AttrLabelProxy "xmlStandalone" Source #

xmlVersion

data DOMDocumentXmlVersionPropertyInfo Source #

Instances

AttrInfo DOMDocumentXmlVersionPropertyInfo Source # 

Associated Types

type AttrAllowedOps DOMDocumentXmlVersionPropertyInfo :: [AttrOpTag]

type AttrSetTypeConstraint DOMDocumentXmlVersionPropertyInfo :: * -> Constraint

type AttrBaseTypeConstraint DOMDocumentXmlVersionPropertyInfo :: * -> Constraint

type AttrGetType DOMDocumentXmlVersionPropertyInfo :: *

type AttrLabel DOMDocumentXmlVersionPropertyInfo :: Symbol

type AttrOrigin DOMDocumentXmlVersionPropertyInfo :: *

type AttrSetTypeConstraint DOMDocumentXmlVersionPropertyInfo Source # 
type AttrSetTypeConstraint DOMDocumentXmlVersionPropertyInfo = * ~ Text
type AttrOrigin DOMDocumentXmlVersionPropertyInfo Source # 
type AttrLabel DOMDocumentXmlVersionPropertyInfo Source # 
type AttrLabel DOMDocumentXmlVersionPropertyInfo = "xml-version"
type AttrGetType DOMDocumentXmlVersionPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentXmlVersionPropertyInfo Source # 
type AttrBaseTypeConstraint DOMDocumentXmlVersionPropertyInfo = IsDOMDocument
type AttrAllowedOps DOMDocumentXmlVersionPropertyInfo Source # 
type AttrAllowedOps DOMDocumentXmlVersionPropertyInfo = (:) AttrOpTag AttrSet ((:) AttrOpTag AttrConstruct ((:) AttrOpTag AttrGet ((:) AttrOpTag AttrClear ([] AttrOpTag))))

constructDOMDocumentXmlVersion :: IsDOMDocument o => Text -> IO (GValueConstruct o) Source #

dOMDocumentXmlVersion :: AttrLabelProxy "xmlVersion" Source #

setDOMDocumentXmlVersion :: (MonadIO m, IsDOMDocument o) => o -> Text -> m () Source #