gi-webkit2webextension-4.0.14: WebKit2-WebExtension bindings

CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.WebKit2WebExtension.Objects.DOMDocumentType

Contents

Description

 

Synopsis

Exported types

Methods

getEntities

dOMDocumentTypeGetEntities Source #

Arguments

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

self: A DOMDocumentType

-> m DOMNamedNodeMap

Returns: A DOMNamedNodeMap

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

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

No description available in the introspection data.

getNotations

dOMDocumentTypeGetNotations Source #

Arguments

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

self: A DOMDocumentType

-> m DOMNamedNodeMap

Returns: A DOMNamedNodeMap

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

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

No description available in the introspection data.

Properties

entities

internalSubset

name

notations

publicId

systemId