gi-webkit2webextension-4.0.27: WebKit2-WebExtension bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMDocumentType

Description

No description available in the introspection data.

Synopsis

Exported types

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

Instances details
(GObject o, IsDescendantOf DOMDocumentType o) => IsDOMDocumentType o Source # 
Instance details

Defined in GI.WebKit2WebExtension.Objects.DOMDocumentType

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.

Methods

getEntities

dOMDocumentTypeGetEntities Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getInternalSubset

dOMDocumentTypeGetInternalSubset Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDocumentType a) 
=> a

self: A DOMDocumentType

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getName

dOMDocumentTypeGetName Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDocumentType a) 
=> a

self: A DOMDocumentType

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getNotations

dOMDocumentTypeGetNotations Source #

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getPublicId

dOMDocumentTypeGetPublicId Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDocumentType a) 
=> a

self: A DOMDocumentType

-> m Text

Returns: A gchar

Deprecated: (Since version 2.22)Use JavaScriptCore API instead

No description available in the introspection data.

getSystemId

dOMDocumentTypeGetSystemId Source #

Arguments

:: (HasCallStack, MonadIO m, IsDOMDocumentType a) 
=> a

self: A DOMDocumentType

-> m Text

Returns: A gchar

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