| 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
Description
- newtype DOMProcessingInstruction = DOMProcessingInstruction (ManagedPtr DOMProcessingInstruction)
- class GObject o => IsDOMProcessingInstruction o
- toDOMProcessingInstruction :: IsDOMProcessingInstruction o => o -> IO DOMProcessingInstruction
- noDOMProcessingInstruction :: Maybe DOMProcessingInstruction
- data DOMProcessingInstructionGetDataMethodInfo
- dOMProcessingInstructionGetData :: (MonadIO m, IsDOMProcessingInstruction a) => a -> m Text
- data DOMProcessingInstructionGetSheetMethodInfo
- dOMProcessingInstructionGetSheet :: (MonadIO m, IsDOMProcessingInstruction a) => a -> m DOMStyleSheet
- data DOMProcessingInstructionGetTargetMethodInfo
- dOMProcessingInstructionGetTarget :: (MonadIO m, IsDOMProcessingInstruction a) => a -> m Text
- data DOMProcessingInstructionSetDataMethodInfo
- dOMProcessingInstructionSetData :: (MonadIO m, IsDOMProcessingInstruction a) => a -> Text -> m ()
- data DOMProcessingInstructionSheetPropertyInfo
- dOMProcessingInstructionSheet :: AttrLabelProxy "sheet"
- getDOMProcessingInstructionSheet :: (MonadIO m, IsDOMProcessingInstruction o) => o -> m (Maybe DOMStyleSheet)
- data DOMProcessingInstructionTargetPropertyInfo
- dOMProcessingInstructionTarget :: AttrLabelProxy "target"
- getDOMProcessingInstructionTarget :: (MonadIO m, IsDOMProcessingInstruction o) => o -> m (Maybe Text)
Exported types
newtype DOMProcessingInstruction Source #
Constructors
| DOMProcessingInstruction (ManagedPtr DOMProcessingInstruction) |
Instances
| GObject DOMProcessingInstruction Source # | |
| IsObject DOMProcessingInstruction Source # | |
| IsDOMProcessingInstruction DOMProcessingInstruction Source # | |
| IsDOMObject DOMProcessingInstruction Source # | |
| IsDOMNode DOMProcessingInstruction Source # | |
| IsDOMCharacterData DOMProcessingInstruction Source # | |
| IsDOMEventTarget DOMProcessingInstruction Source # | |
| ((~) * info (ResolveDOMProcessingInstructionMethod t DOMProcessingInstruction), MethodInfo * info DOMProcessingInstruction p) => IsLabel t (DOMProcessingInstruction -> p) Source # | |
| ((~) * info (ResolveDOMProcessingInstructionMethod t DOMProcessingInstruction), MethodInfo * info DOMProcessingInstruction p) => IsLabelProxy t (DOMProcessingInstruction -> p) Source # | |
| HasAttributeList * DOMProcessingInstruction Source # | |
| type SignalList DOMProcessingInstruction Source # | |
| type AttributeList DOMProcessingInstruction Source # | |
class GObject o => IsDOMProcessingInstruction o Source #
Instances
| (GObject a, UnknownAncestorError Constraint DOMProcessingInstruction a) => IsDOMProcessingInstruction a Source # | |
| IsDOMProcessingInstruction DOMProcessingInstruction Source # | |
toDOMProcessingInstruction :: IsDOMProcessingInstruction o => o -> IO DOMProcessingInstruction Source #
Methods
getData
data DOMProcessingInstructionGetDataMethodInfo Source #
Instances
| ((~) * signature (m Text), MonadIO m, IsDOMProcessingInstruction a) => MethodInfo * DOMProcessingInstructionGetDataMethodInfo a signature Source # | |
dOMProcessingInstructionGetData :: (MonadIO m, IsDOMProcessingInstruction a) => a -> m Text Source #
Deprecated: (Since version 2.4)
getSheet
data DOMProcessingInstructionGetSheetMethodInfo Source #
Instances
| ((~) * signature (m DOMStyleSheet), MonadIO m, IsDOMProcessingInstruction a) => MethodInfo * DOMProcessingInstructionGetSheetMethodInfo a signature Source # | |
dOMProcessingInstructionGetSheet :: (MonadIO m, IsDOMProcessingInstruction a) => a -> m DOMStyleSheet Source #
getTarget
data DOMProcessingInstructionGetTargetMethodInfo Source #
Instances
| ((~) * signature (m Text), MonadIO m, IsDOMProcessingInstruction a) => MethodInfo * DOMProcessingInstructionGetTargetMethodInfo a signature Source # | |
dOMProcessingInstructionGetTarget :: (MonadIO m, IsDOMProcessingInstruction a) => a -> m Text Source #
setData
data DOMProcessingInstructionSetDataMethodInfo Source #
Instances
| ((~) * signature (Text -> m ()), MonadIO m, IsDOMProcessingInstruction a) => MethodInfo * DOMProcessingInstructionSetDataMethodInfo a signature Source # | |
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 AttrOrigin DOMProcessingInstructionSheetPropertyInfo Source # | |
| type AttrLabel DOMProcessingInstructionSheetPropertyInfo Source # | |
| type AttrGetType DOMProcessingInstructionSheetPropertyInfo Source # | |
| type AttrBaseTypeConstraint DOMProcessingInstructionSheetPropertyInfo Source # | |
| type AttrAllowedOps DOMProcessingInstructionSheetPropertyInfo Source # | |
dOMProcessingInstructionSheet :: AttrLabelProxy "sheet" Source #
getDOMProcessingInstructionSheet :: (MonadIO m, IsDOMProcessingInstruction o) => o -> m (Maybe DOMStyleSheet) Source #
target
data DOMProcessingInstructionTargetPropertyInfo Source #
Instances
| AttrInfo DOMProcessingInstructionTargetPropertyInfo Source # | |
| type AttrSetTypeConstraint DOMProcessingInstructionTargetPropertyInfo Source # | |
| type AttrOrigin DOMProcessingInstructionTargetPropertyInfo Source # | |
| type AttrLabel DOMProcessingInstructionTargetPropertyInfo Source # | |
| type AttrGetType DOMProcessingInstructionTargetPropertyInfo Source # | |
| type AttrBaseTypeConstraint DOMProcessingInstructionTargetPropertyInfo Source # | |
| type AttrAllowedOps DOMProcessingInstructionTargetPropertyInfo Source # | |
dOMProcessingInstructionTarget :: AttrLabelProxy "target" Source #
getDOMProcessingInstructionTarget :: (MonadIO m, IsDOMProcessingInstruction o) => o -> m (Maybe Text) Source #