| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.WebKit2WebExtension.Objects.DOMProcessingInstruction
Description
No description available in the introspection data.
Synopsis
- newtype DOMProcessingInstruction = DOMProcessingInstruction (ManagedPtr DOMProcessingInstruction)
- class (GObject o, IsDescendantOf DOMProcessingInstruction o) => IsDOMProcessingInstruction o
- toDOMProcessingInstruction :: (MonadIO m, IsDOMProcessingInstruction o) => o -> m DOMProcessingInstruction
- noDOMProcessingInstruction :: Maybe DOMProcessingInstruction
- dOMProcessingInstructionGetSheet :: (HasCallStack, MonadIO m, IsDOMProcessingInstruction a) => a -> m DOMStyleSheet
- dOMProcessingInstructionGetTarget :: (HasCallStack, MonadIO m, IsDOMProcessingInstruction a) => a -> m Text
- getDOMProcessingInstructionSheet :: (MonadIO m, IsDOMProcessingInstruction o) => o -> m (Maybe DOMStyleSheet)
- getDOMProcessingInstructionTarget :: (MonadIO m, IsDOMProcessingInstruction o) => o -> m (Maybe Text)
Exported types
newtype DOMProcessingInstruction Source #
Memory-managed wrapper type.
Constructors
| DOMProcessingInstruction (ManagedPtr DOMProcessingInstruction) |
Instances
| Eq DOMProcessingInstruction Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMProcessingInstruction Methods (==) :: DOMProcessingInstruction -> DOMProcessingInstruction -> Bool # (/=) :: DOMProcessingInstruction -> DOMProcessingInstruction -> Bool # | |
| IsGValue DOMProcessingInstruction Source # | Convert |
Defined in GI.WebKit2WebExtension.Objects.DOMProcessingInstruction Methods | |
| GObject DOMProcessingInstruction Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMProcessingInstruction Methods gobjectType :: IO GType # | |
| HasParentTypes DOMProcessingInstruction Source # | |
| type ParentTypes DOMProcessingInstruction Source # | |
class (GObject o, IsDescendantOf DOMProcessingInstruction o) => IsDOMProcessingInstruction o Source #
Type class for types which can be safely cast to DOMProcessingInstruction, for instance with toDOMProcessingInstruction.
Instances
toDOMProcessingInstruction :: (MonadIO m, IsDOMProcessingInstruction o) => o -> m DOMProcessingInstruction Source #
Cast to DOMProcessingInstruction, for types for which this is known to be safe. For general casts, use castTo.
noDOMProcessingInstruction :: Maybe DOMProcessingInstruction Source #
A convenience alias for Nothing :: Maybe DOMProcessingInstruction.
Methods
Overloaded methods
getSheet
dOMProcessingInstructionGetSheet Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMProcessingInstruction a) | |
| => a |
|
| -> m DOMStyleSheet | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getTarget
dOMProcessingInstructionGetTarget Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMProcessingInstruction a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
Properties
sheet
No description available in the introspection data.
getDOMProcessingInstructionSheet :: (MonadIO m, IsDOMProcessingInstruction o) => o -> m (Maybe DOMStyleSheet) Source #
Get the value of the “sheet” property.
When overloading is enabled, this is equivalent to
get dOMProcessingInstruction #sheet
target
No description available in the introspection data.
getDOMProcessingInstructionTarget :: (MonadIO m, IsDOMProcessingInstruction o) => o -> m (Maybe Text) Source #
Get the value of the “target” property.
When overloading is enabled, this is equivalent to
get dOMProcessingInstruction #target