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

Contents

Description

 

Synopsis

Exported types

Methods

getData

dOMProcessingInstructionGetData :: (MonadIO m, IsDOMProcessingInstruction a) => a -> m Text Source #

Deprecated: (Since version 2.4)

getSheet

getTarget

setData

data DOMProcessingInstructionSetDataMethodInfo Source #

Instances

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

Methods

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

dOMProcessingInstructionSetData :: (MonadIO m, IsDOMProcessingInstruction a) => a -> Text -> m () Source #

Deprecated: (Since version 2.4)

Properties

sheet

data DOMProcessingInstructionSheetPropertyInfo Source #

Instances

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

dOMProcessingInstructionSheet :: AttrLabelProxy "sheet" Source #

target

data DOMProcessingInstructionTargetPropertyInfo Source #

Instances

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

dOMProcessingInstructionTarget :: AttrLabelProxy "target" Source #