| 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.DOMXPathResult
Contents
Description
No description available in the introspection data.
Synopsis
- newtype DOMXPathResult = DOMXPathResult (ManagedPtr DOMXPathResult)
- class (GObject o, IsDescendantOf DOMXPathResult o) => IsDOMXPathResult o
- toDOMXPathResult :: (MonadIO m, IsDOMXPathResult o) => o -> m DOMXPathResult
- noDOMXPathResult :: Maybe DOMXPathResult
- dOMXPathResultGetBooleanValue :: (HasCallStack, MonadIO m, IsDOMXPathResult a) => a -> m ()
- dOMXPathResultGetInvalidIteratorState :: (HasCallStack, MonadIO m, IsDOMXPathResult a) => a -> m Bool
- dOMXPathResultGetNumberValue :: (HasCallStack, MonadIO m, IsDOMXPathResult a) => a -> m Double
- dOMXPathResultGetResultType :: (HasCallStack, MonadIO m, IsDOMXPathResult a) => a -> m Word16
- dOMXPathResultGetSingleNodeValue :: (HasCallStack, MonadIO m, IsDOMXPathResult a) => a -> m DOMNode
- dOMXPathResultGetSnapshotLength :: (HasCallStack, MonadIO m, IsDOMXPathResult a) => a -> m CULong
- dOMXPathResultGetStringValue :: (HasCallStack, MonadIO m, IsDOMXPathResult a) => a -> m Text
- dOMXPathResultIterateNext :: (HasCallStack, MonadIO m, IsDOMXPathResult a) => a -> m DOMNode
- dOMXPathResultSnapshotItem :: (HasCallStack, MonadIO m, IsDOMXPathResult a) => a -> CULong -> m DOMNode
- getDOMXPathResultBooleanValue :: (MonadIO m, IsDOMXPathResult o) => o -> m Bool
- getDOMXPathResultInvalidIteratorState :: (MonadIO m, IsDOMXPathResult o) => o -> m Bool
- getDOMXPathResultNumberValue :: (MonadIO m, IsDOMXPathResult o) => o -> m Double
- getDOMXPathResultResultType :: (MonadIO m, IsDOMXPathResult o) => o -> m Word32
- getDOMXPathResultSingleNodeValue :: (MonadIO m, IsDOMXPathResult o) => o -> m (Maybe DOMNode)
- getDOMXPathResultSnapshotLength :: (MonadIO m, IsDOMXPathResult o) => o -> m CULong
- getDOMXPathResultStringValue :: (MonadIO m, IsDOMXPathResult o) => o -> m (Maybe Text)
Exported types
newtype DOMXPathResult Source #
Memory-managed wrapper type.
Constructors
| DOMXPathResult (ManagedPtr DOMXPathResult) |
Instances
| Eq DOMXPathResult Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMXPathResult Methods (==) :: DOMXPathResult -> DOMXPathResult -> Bool # (/=) :: DOMXPathResult -> DOMXPathResult -> Bool # | |
| IsGValue DOMXPathResult Source # | Convert |
| GObject DOMXPathResult Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMXPathResult Methods gobjectType :: IO GType # | |
| HasParentTypes DOMXPathResult Source # | |
| type ParentTypes DOMXPathResult Source # | |
class (GObject o, IsDescendantOf DOMXPathResult o) => IsDOMXPathResult o Source #
Type class for types which can be safely cast to DOMXPathResult, for instance with toDOMXPathResult.
Instances
| (GObject o, IsDescendantOf DOMXPathResult o) => IsDOMXPathResult o Source # | |
toDOMXPathResult :: (MonadIO m, IsDOMXPathResult o) => o -> m DOMXPathResult Source #
Cast to DOMXPathResult, for types for which this is known to be safe. For general casts, use castTo.
noDOMXPathResult :: Maybe DOMXPathResult Source #
A convenience alias for Nothing :: Maybe DOMXPathResult.
Methods
Overloaded methods
getBooleanValue
dOMXPathResultGetBooleanValue Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMXPathResult a) | |
| => a |
|
| -> m () | (Can throw |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getInvalidIteratorState
dOMXPathResultGetInvalidIteratorState Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMXPathResult a) | |
| => a |
|
| -> m Bool | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getNumberValue
dOMXPathResultGetNumberValue Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMXPathResult a) | |
| => a |
|
| -> m Double | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getResultType
dOMXPathResultGetResultType Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMXPathResult a) | |
| => a |
|
| -> m Word16 | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getSingleNodeValue
dOMXPathResultGetSingleNodeValue Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMXPathResult a) | |
| => a |
|
| -> m DOMNode |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getSnapshotLength
dOMXPathResultGetSnapshotLength Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMXPathResult a) | |
| => a |
|
| -> m CULong | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getStringValue
dOMXPathResultGetStringValue Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMXPathResult a) | |
| => a |
|
| -> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
iterateNext
dOMXPathResultIterateNext Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMXPathResult a) | |
| => a |
|
| -> m DOMNode |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
snapshotItem
dOMXPathResultSnapshotItem Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMXPathResult a) | |
| => a |
|
| -> CULong |
|
| -> m DOMNode |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
Properties
booleanValue
No description available in the introspection data.
getDOMXPathResultBooleanValue :: (MonadIO m, IsDOMXPathResult o) => o -> m Bool Source #
Get the value of the “boolean-value” property.
When overloading is enabled, this is equivalent to
get dOMXPathResult #booleanValue
invalidIteratorState
No description available in the introspection data.
getDOMXPathResultInvalidIteratorState :: (MonadIO m, IsDOMXPathResult o) => o -> m Bool Source #
Get the value of the “invalid-iterator-state” property.
When overloading is enabled, this is equivalent to
get dOMXPathResult #invalidIteratorState
numberValue
No description available in the introspection data.
getDOMXPathResultNumberValue :: (MonadIO m, IsDOMXPathResult o) => o -> m Double Source #
Get the value of the “number-value” property.
When overloading is enabled, this is equivalent to
get dOMXPathResult #numberValue
resultType
No description available in the introspection data.
getDOMXPathResultResultType :: (MonadIO m, IsDOMXPathResult o) => o -> m Word32 Source #
Get the value of the “result-type” property.
When overloading is enabled, this is equivalent to
get dOMXPathResult #resultType
singleNodeValue
No description available in the introspection data.
getDOMXPathResultSingleNodeValue :: (MonadIO m, IsDOMXPathResult o) => o -> m (Maybe DOMNode) Source #
Get the value of the “single-node-value” property.
When overloading is enabled, this is equivalent to
get dOMXPathResult #singleNodeValue
snapshotLength
No description available in the introspection data.
getDOMXPathResultSnapshotLength :: (MonadIO m, IsDOMXPathResult o) => o -> m CULong Source #
Get the value of the “snapshot-length” property.
When overloading is enabled, this is equivalent to
get dOMXPathResult #snapshotLength
stringValue
No description available in the introspection data.
getDOMXPathResultStringValue :: (MonadIO m, IsDOMXPathResult o) => o -> m (Maybe Text) Source #
Get the value of the “string-value” property.
When overloading is enabled, this is equivalent to
get dOMXPathResult #stringValue