| 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.WebKit2WebExtension.Objects.DOMProcessingInstruction
Description
- newtype DOMProcessingInstruction = DOMProcessingInstruction (ManagedPtr DOMProcessingInstruction)
- class GObject o => IsDOMProcessingInstruction o
- toDOMProcessingInstruction :: IsDOMProcessingInstruction o => o -> IO DOMProcessingInstruction
- noDOMProcessingInstruction :: Maybe DOMProcessingInstruction
- data DOMProcessingInstructionGetSheetMethodInfo
- dOMProcessingInstructionGetSheet :: (HasCallStack, MonadIO m, IsDOMProcessingInstruction a) => a -> m DOMStyleSheet
- data DOMProcessingInstructionGetTargetMethodInfo
- dOMProcessingInstructionGetTarget :: (HasCallStack, MonadIO m, IsDOMProcessingInstruction a) => a -> m Text
- 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 AttributeList DOMProcessingInstruction Source # | |
| type SignalList DOMProcessingInstruction Source # | |
class GObject o => IsDOMProcessingInstruction o Source #
toDOMProcessingInstruction :: IsDOMProcessingInstruction o => o -> IO DOMProcessingInstruction Source #
Methods
getSheet
data DOMProcessingInstructionGetSheetMethodInfo Source #
Instances
| ((~) * signature (m DOMStyleSheet), MonadIO m, IsDOMProcessingInstruction a) => MethodInfo * DOMProcessingInstructionGetSheetMethodInfo a signature Source # | |
dOMProcessingInstructionGetSheet Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMProcessingInstruction a) | |
| => a |
|
| -> m DOMStyleSheet | Returns: A |
No description available in the introspection data.
getTarget
data DOMProcessingInstructionGetTargetMethodInfo Source #
Instances
| ((~) * signature (m Text), MonadIO m, IsDOMProcessingInstruction a) => MethodInfo * DOMProcessingInstructionGetTargetMethodInfo a signature Source # | |
dOMProcessingInstructionGetTarget Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMProcessingInstruction a) | |
| => a |
|
| -> m Text | Returns: A |
No description available in the introspection data.
Properties
sheet
data DOMProcessingInstructionSheetPropertyInfo Source #
Instances
dOMProcessingInstructionSheet :: AttrLabelProxy "sheet" Source #
getDOMProcessingInstructionSheet :: (MonadIO m, IsDOMProcessingInstruction o) => o -> m (Maybe DOMStyleSheet) Source #
target
data DOMProcessingInstructionTargetPropertyInfo Source #
Instances
dOMProcessingInstructionTarget :: AttrLabelProxy "target" Source #
getDOMProcessingInstructionTarget :: (MonadIO m, IsDOMProcessingInstruction o) => o -> m (Maybe Text) Source #