Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria (inaki@blueleaf.cc) |
Safe Haskell | None |
Language | Haskell2010 |
No description available in the introspection data.
Synopsis
- newtype DOMDocumentType = DOMDocumentType (ManagedPtr DOMDocumentType)
- class (GObject o, IsDescendantOf DOMDocumentType o) => IsDOMDocumentType o
- toDOMDocumentType :: (MonadIO m, IsDOMDocumentType o) => o -> m DOMDocumentType
- noDOMDocumentType :: Maybe DOMDocumentType
- dOMDocumentTypeGetEntities :: (HasCallStack, MonadIO m, IsDOMDocumentType a) => a -> m DOMNamedNodeMap
- dOMDocumentTypeGetInternalSubset :: (HasCallStack, MonadIO m, IsDOMDocumentType a) => a -> m Text
- dOMDocumentTypeGetName :: (HasCallStack, MonadIO m, IsDOMDocumentType a) => a -> m Text
- dOMDocumentTypeGetNotations :: (HasCallStack, MonadIO m, IsDOMDocumentType a) => a -> m DOMNamedNodeMap
- dOMDocumentTypeGetPublicId :: (HasCallStack, MonadIO m, IsDOMDocumentType a) => a -> m Text
- dOMDocumentTypeGetSystemId :: (HasCallStack, MonadIO m, IsDOMDocumentType a) => a -> m Text
- getDOMDocumentTypeEntities :: (MonadIO m, IsDOMDocumentType o) => o -> m (Maybe DOMNamedNodeMap)
- getDOMDocumentTypeInternalSubset :: (MonadIO m, IsDOMDocumentType o) => o -> m (Maybe Text)
- getDOMDocumentTypeName :: (MonadIO m, IsDOMDocumentType o) => o -> m (Maybe Text)
- getDOMDocumentTypeNotations :: (MonadIO m, IsDOMDocumentType o) => o -> m (Maybe DOMNamedNodeMap)
- getDOMDocumentTypePublicId :: (MonadIO m, IsDOMDocumentType o) => o -> m (Maybe Text)
- getDOMDocumentTypeSystemId :: (MonadIO m, IsDOMDocumentType o) => o -> m (Maybe Text)
Exported types
newtype DOMDocumentType Source #
Memory-managed wrapper type.
Instances
GObject DOMDocumentType Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMDocumentType gobjectType :: IO GType # | |
HasParentTypes DOMDocumentType Source # | |
type ParentTypes DOMDocumentType Source # | |
Defined in GI.WebKit2WebExtension.Objects.DOMDocumentType type ParentTypes DOMDocumentType = DOMNode ': (DOMObject ': (Object ': (DOMEventTarget ': ([] :: [Type])))) |
class (GObject o, IsDescendantOf DOMDocumentType o) => IsDOMDocumentType o Source #
Type class for types which can be safely cast to DOMDocumentType
, for instance with toDOMDocumentType
.
Instances
(GObject o, IsDescendantOf DOMDocumentType o) => IsDOMDocumentType o Source # | |
toDOMDocumentType :: (MonadIO m, IsDOMDocumentType o) => o -> m DOMDocumentType Source #
Cast to DOMDocumentType
, for types for which this is known to be safe. For general casts, use castTo
.
noDOMDocumentType :: Maybe DOMDocumentType Source #
A convenience alias for Nothing
:: Maybe
DOMDocumentType
.
Methods
getEntities
dOMDocumentTypeGetEntities Source #
:: (HasCallStack, MonadIO m, IsDOMDocumentType a) | |
=> a |
|
-> m DOMNamedNodeMap | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getInternalSubset
dOMDocumentTypeGetInternalSubset Source #
:: (HasCallStack, MonadIO m, IsDOMDocumentType a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getName
dOMDocumentTypeGetName Source #
:: (HasCallStack, MonadIO m, IsDOMDocumentType a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getNotations
dOMDocumentTypeGetNotations Source #
:: (HasCallStack, MonadIO m, IsDOMDocumentType a) | |
=> a |
|
-> m DOMNamedNodeMap | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getPublicId
dOMDocumentTypeGetPublicId Source #
:: (HasCallStack, MonadIO m, IsDOMDocumentType a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
getSystemId
dOMDocumentTypeGetSystemId Source #
:: (HasCallStack, MonadIO m, IsDOMDocumentType a) | |
=> a |
|
-> m Text | Returns: A |
Deprecated: (Since version 2.22)Use JavaScriptCore API instead
No description available in the introspection data.
Properties
entities
No description available in the introspection data.
getDOMDocumentTypeEntities :: (MonadIO m, IsDOMDocumentType o) => o -> m (Maybe DOMNamedNodeMap) Source #
Get the value of the “entities
” property.
When overloading is enabled, this is equivalent to
get
dOMDocumentType #entities
internalSubset
No description available in the introspection data.
getDOMDocumentTypeInternalSubset :: (MonadIO m, IsDOMDocumentType o) => o -> m (Maybe Text) Source #
Get the value of the “internal-subset
” property.
When overloading is enabled, this is equivalent to
get
dOMDocumentType #internalSubset
name
No description available in the introspection data.
getDOMDocumentTypeName :: (MonadIO m, IsDOMDocumentType o) => o -> m (Maybe Text) Source #
Get the value of the “name
” property.
When overloading is enabled, this is equivalent to
get
dOMDocumentType #name
notations
No description available in the introspection data.
getDOMDocumentTypeNotations :: (MonadIO m, IsDOMDocumentType o) => o -> m (Maybe DOMNamedNodeMap) Source #
Get the value of the “notations
” property.
When overloading is enabled, this is equivalent to
get
dOMDocumentType #notations
publicId
No description available in the introspection data.
getDOMDocumentTypePublicId :: (MonadIO m, IsDOMDocumentType o) => o -> m (Maybe Text) Source #
Get the value of the “public-id
” property.
When overloading is enabled, this is equivalent to
get
dOMDocumentType #publicId
systemId
No description available in the introspection data.
getDOMDocumentTypeSystemId :: (MonadIO m, IsDOMDocumentType o) => o -> m (Maybe Text) Source #
Get the value of the “system-id
” property.
When overloading is enabled, this is equivalent to
get
dOMDocumentType #systemId