webkitgtk3-0.13.1.0: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.WebKit.DOM.DOMImplementation

Documentation

domImplementationHasFeature :: (DOMImplementationClass self, GlibString string) => self -> string -> string -> IO Bool Source

domImplementationCreateDocumentType :: (DOMImplementationClass self, GlibString string) => self -> string -> string -> string -> IO (Maybe DocumentType) Source

domImplementationCreateDocument :: (DOMImplementationClass self, DocumentTypeClass doctype, GlibString string) => self -> string -> string -> Maybe doctype -> IO (Maybe Document) Source