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

dOMProcessingInstructionGetData

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

Deprecated: (Since version 2.4)

dOMProcessingInstructionGetSheet

dOMProcessingInstructionGetTarget

dOMProcessingInstructionSetData

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

Deprecated: (Since version 2.4)

Properties

Sheet

data DOMProcessingInstructionSheetPropertyInfo Source

Instances

AttrInfo DOMProcessingInstructionSheetPropertyInfo Source 
type AttrLabel DOMProcessingInstructionSheetPropertyInfo = "sheet" Source 
type AttrGetType DOMProcessingInstructionSheetPropertyInfo = DOMStyleSheet Source 
type AttrBaseTypeConstraint DOMProcessingInstructionSheetPropertyInfo = DOMProcessingInstructionK Source 
type AttrSetTypeConstraint DOMProcessingInstructionSheetPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMProcessingInstructionSheetPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source 

Target

data DOMProcessingInstructionTargetPropertyInfo Source

Instances

AttrInfo DOMProcessingInstructionTargetPropertyInfo Source 
type AttrLabel DOMProcessingInstructionTargetPropertyInfo = "target" Source 
type AttrGetType DOMProcessingInstructionTargetPropertyInfo = Text Source 
type AttrBaseTypeConstraint DOMProcessingInstructionTargetPropertyInfo = DOMProcessingInstructionK Source 
type AttrSetTypeConstraint DOMProcessingInstructionTargetPropertyInfo = TYPE Lifted ~ () Source 
type AttrAllowedOps DOMProcessingInstructionTargetPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) Source