webkit-0.13.0.2: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.DOMImplementation

Documentation

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

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

domImplementationCreateCSSStyleSheet :: (DOMImplementationClass self, GlibString string) => self -> string -> string -> IO (Maybe CSSStyleSheet)Source