| 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.DOMXPathExpression
Description
No description available in the introspection data.
Synopsis
- newtype DOMXPathExpression = DOMXPathExpression (ManagedPtr DOMXPathExpression)
- class (GObject o, IsDescendantOf DOMXPathExpression o) => IsDOMXPathExpression o
- toDOMXPathExpression :: (MonadIO m, IsDOMXPathExpression o) => o -> m DOMXPathExpression
- noDOMXPathExpression :: Maybe DOMXPathExpression
- dOMXPathExpressionEvaluate :: (HasCallStack, MonadIO m, IsDOMXPathExpression a, IsDOMNode b, IsDOMXPathResult c) => a -> b -> Word16 -> c -> m DOMXPathResult
Exported types
newtype DOMXPathExpression Source #
Memory-managed wrapper type.
Constructors
| DOMXPathExpression (ManagedPtr DOMXPathExpression) |
Instances
| Eq DOMXPathExpression Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMXPathExpression Methods (==) :: DOMXPathExpression -> DOMXPathExpression -> Bool # (/=) :: DOMXPathExpression -> DOMXPathExpression -> Bool # | |
| IsGValue DOMXPathExpression Source # | Convert |
| GObject DOMXPathExpression Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMXPathExpression Methods gobjectType :: IO GType # | |
| HasParentTypes DOMXPathExpression Source # | |
| type ParentTypes DOMXPathExpression Source # | |
class (GObject o, IsDescendantOf DOMXPathExpression o) => IsDOMXPathExpression o Source #
Type class for types which can be safely cast to DOMXPathExpression, for instance with toDOMXPathExpression.
Instances
| (GObject o, IsDescendantOf DOMXPathExpression o) => IsDOMXPathExpression o Source # | |
toDOMXPathExpression :: (MonadIO m, IsDOMXPathExpression o) => o -> m DOMXPathExpression Source #
Cast to DOMXPathExpression, for types for which this is known to be safe. For general casts, use castTo.
noDOMXPathExpression :: Maybe DOMXPathExpression Source #
A convenience alias for Nothing :: Maybe DOMXPathExpression.
Methods
Overloaded methods
evaluate
dOMXPathExpressionEvaluate Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMXPathExpression a, IsDOMNode b, IsDOMXPathResult c) | |
| => a |
|
| -> b |
|
| -> Word16 |
|
| -> c |
|
| -> m DOMXPathResult | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.