Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
GI.WebKit2WebExtension.Objects.DOMCDATASection
Contents
Description
No description available in the introspection data.
Synopsis
- newtype DOMCDATASection = DOMCDATASection (ManagedPtr DOMCDATASection)
- class (GObject o, IsDescendantOf DOMCDATASection o) => IsDOMCDATASection o
- toDOMCDATASection :: (MonadIO m, IsDOMCDATASection o) => o -> m DOMCDATASection
Exported types
newtype DOMCDATASection Source #
Memory-managed wrapper type.
Constructors
DOMCDATASection (ManagedPtr DOMCDATASection) |
Instances
class (GObject o, IsDescendantOf DOMCDATASection o) => IsDOMCDATASection o Source #
Type class for types which can be safely cast to DOMCDATASection
, for instance with toDOMCDATASection
.
Instances
(GObject o, IsDescendantOf DOMCDATASection o) => IsDOMCDATASection o Source # | |
toDOMCDATASection :: (MonadIO m, IsDOMCDATASection o) => o -> m DOMCDATASection Source #
Cast to DOMCDATASection
, for types for which this is known to be safe. For general casts, use castTo
.
Methods
Click to display all available methods, including inherited ones
Methods
addEventListener, appendChild, appendData, bindProperty, bindPropertyFull, cloneNodeWithError, compareDocumentPosition, contains, deleteData, dispatchEvent, forceFloating, freezeNotify, getv, hasChildNodes, insertBefore, insertData, isDefaultNamespace, isEqualNode, isFloating, isSameNode, isSupported, lookupNamespaceUri, lookupPrefix, normalize, notify, notifyByPspec, ref, refSink, removeChild, removeEventListener, replaceChild, replaceData, replaceWholeText, runDispose, splitText, stealData, stealQdata, substringData, thawNotify, unref, watchClosure.
Getters
getBaseUri, getChildNodes, getData, getFirstChild, getLastChild, getLength, getLocalName, getNamespaceUri, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPrefix, getPreviousSibling, getProperty, getQdata, getTextContent, getWholeText.
Setters
setData, setDataFull, setNodeValue, setPrefix, setProperty, setTextContent.