| 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.DOMHTMLCollection
Description
No description available in the introspection data.
Synopsis
- newtype DOMHTMLCollection = DOMHTMLCollection (ManagedPtr DOMHTMLCollection)
- class (GObject o, IsDescendantOf DOMHTMLCollection o) => IsDOMHTMLCollection o
- toDOMHTMLCollection :: (MonadIO m, IsDOMHTMLCollection o) => o -> m DOMHTMLCollection
- noDOMHTMLCollection :: Maybe DOMHTMLCollection
- dOMHTMLCollectionGetLength :: (HasCallStack, MonadIO m, IsDOMHTMLCollection a) => a -> m CULong
- dOMHTMLCollectionItem :: (HasCallStack, MonadIO m, IsDOMHTMLCollection a) => a -> CULong -> m DOMNode
- dOMHTMLCollectionNamedItem :: (HasCallStack, MonadIO m, IsDOMHTMLCollection a) => a -> Text -> m DOMNode
- getDOMHTMLCollectionLength :: (MonadIO m, IsDOMHTMLCollection o) => o -> m CULong
Exported types
newtype DOMHTMLCollection Source #
Memory-managed wrapper type.
Constructors
| DOMHTMLCollection (ManagedPtr DOMHTMLCollection) |
Instances
| Eq DOMHTMLCollection Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLCollection Methods (==) :: DOMHTMLCollection -> DOMHTMLCollection -> Bool # (/=) :: DOMHTMLCollection -> DOMHTMLCollection -> Bool # | |
| IsGValue DOMHTMLCollection Source # | Convert |
| GObject DOMHTMLCollection Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMHTMLCollection Methods gobjectType :: IO GType # | |
| HasParentTypes DOMHTMLCollection Source # | |
| type ParentTypes DOMHTMLCollection Source # | |
class (GObject o, IsDescendantOf DOMHTMLCollection o) => IsDOMHTMLCollection o Source #
Type class for types which can be safely cast to DOMHTMLCollection, for instance with toDOMHTMLCollection.
Instances
| (GObject o, IsDescendantOf DOMHTMLCollection o) => IsDOMHTMLCollection o Source # | |
toDOMHTMLCollection :: (MonadIO m, IsDOMHTMLCollection o) => o -> m DOMHTMLCollection Source #
Cast to DOMHTMLCollection, for types for which this is known to be safe. For general casts, use castTo.
noDOMHTMLCollection :: Maybe DOMHTMLCollection Source #
A convenience alias for Nothing :: Maybe DOMHTMLCollection.
Methods
Overloaded methods
getLength
dOMHTMLCollectionGetLength Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLCollection a) | |
| => a |
|
| -> m CULong | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
item
dOMHTMLCollectionItem Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLCollection a) | |
| => a |
|
| -> CULong |
|
| -> m DOMNode | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
namedItem
dOMHTMLCollectionNamedItem Source #
Arguments
| :: (HasCallStack, MonadIO m, IsDOMHTMLCollection a) | |
| => a |
|
| -> Text |
|
| -> m DOMNode | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
Properties
length
No description available in the introspection data.
getDOMHTMLCollectionLength :: (MonadIO m, IsDOMHTMLCollection o) => o -> m CULong Source #
Get the value of the “length” property.
When overloading is enabled, this is equivalent to
get dOMHTMLCollection #length