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 |
- 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
class GObject o => DOMProcessingInstructionK o Source
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
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
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