webkitgtk3-0.12.5.1: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.DOMImplementation

Documentation

domImplementationHasFeature :: DOMImplementationClass self => self -> String -> String -> IO BoolSource

domImplementationCreateDocumentType :: DOMImplementationClass self => self -> String -> String -> String -> IO (Maybe DocumentType)Source

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

domImplementationCreateCSSStyleSheet :: DOMImplementationClass self => self -> String -> String -> IO (Maybe CSSStyleSheet)Source

domImplementationCreateHTMLDocument :: DOMImplementationClass self => self -> String -> IO (Maybe HTMLDocument)Source