| Copyright | Will Thompson, Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria (garetxe@gmail.com) |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.WebKit.Objects.DOMProcessingInstruction
Contents
Description
- newtype DOMProcessingInstruction = DOMProcessingInstruction (ForeignPtr DOMProcessingInstruction)
- class GObject o => DOMProcessingInstructionK o
- toDOMProcessingInstruction :: DOMProcessingInstructionK o => o -> IO DOMProcessingInstruction
- noDOMProcessingInstruction :: Maybe DOMProcessingInstruction
- dOMProcessingInstructionGetData :: (MonadIO m, DOMProcessingInstructionK a) => a -> m Text
- dOMProcessingInstructionGetSheet :: (MonadIO m, DOMProcessingInstructionK a) => a -> m DOMStyleSheet
- dOMProcessingInstructionGetTarget :: (MonadIO m, DOMProcessingInstructionK a) => a -> m Text
- dOMProcessingInstructionSetData :: (MonadIO m, DOMProcessingInstructionK a) => a -> Text -> m ()
- data DOMProcessingInstructionSheetPropertyInfo
- getDOMProcessingInstructionSheet :: (MonadIO m, DOMProcessingInstructionK o) => o -> m DOMStyleSheet
- data DOMProcessingInstructionTargetPropertyInfo
- getDOMProcessingInstructionTarget :: (MonadIO m, DOMProcessingInstructionK o) => o -> m Text
Exported types
newtype DOMProcessingInstruction Source
Constructors
| DOMProcessingInstruction (ForeignPtr DOMProcessingInstruction) |
class GObject o => DOMProcessingInstructionK o Source
Instances
toDOMProcessingInstruction :: DOMProcessingInstructionK o => o -> IO DOMProcessingInstruction Source
Methods
dOMProcessingInstructionGetData
dOMProcessingInstructionGetData :: (MonadIO m, DOMProcessingInstructionK a) => a -> m Text Source
Deprecated: (Since version 2.4)
dOMProcessingInstructionGetSheet
dOMProcessingInstructionGetSheet :: (MonadIO m, DOMProcessingInstructionK a) => a -> m DOMStyleSheet Source
dOMProcessingInstructionGetTarget
dOMProcessingInstructionGetTarget :: (MonadIO m, DOMProcessingInstructionK a) => a -> m Text Source
dOMProcessingInstructionSetData
dOMProcessingInstructionSetData :: (MonadIO m, DOMProcessingInstructionK a) => a -> Text -> m () Source
Deprecated: (Since version 2.4)
Properties
Sheet
data DOMProcessingInstructionSheetPropertyInfo Source
Instances
| AttrInfo DOMProcessingInstructionSheetPropertyInfo | |
| type AttrLabel DOMProcessingInstructionSheetPropertyInfo = "DOMProcessingInstruction::sheet" | |
| type AttrGetType DOMProcessingInstructionSheetPropertyInfo = DOMStyleSheet | |
| type AttrBaseTypeConstraint DOMProcessingInstructionSheetPropertyInfo = DOMProcessingInstructionK | |
| type AttrSetTypeConstraint DOMProcessingInstructionSheetPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMProcessingInstructionSheetPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMProcessingInstructionSheet :: (MonadIO m, DOMProcessingInstructionK o) => o -> m DOMStyleSheet Source
Target
data DOMProcessingInstructionTargetPropertyInfo Source
Instances
| AttrInfo DOMProcessingInstructionTargetPropertyInfo | |
| type AttrLabel DOMProcessingInstructionTargetPropertyInfo = "DOMProcessingInstruction::target" | |
| type AttrGetType DOMProcessingInstructionTargetPropertyInfo = Text | |
| type AttrBaseTypeConstraint DOMProcessingInstructionTargetPropertyInfo = DOMProcessingInstructionK | |
| type AttrSetTypeConstraint DOMProcessingInstructionTargetPropertyInfo = * ~ () | |
| type AttrAllowedOps DOMProcessingInstructionTargetPropertyInfo = (:) AttrOpTag AttrGet ([] AttrOpTag) |
getDOMProcessingInstructionTarget :: (MonadIO m, DOMProcessingInstructionK o) => o -> m Text Source