Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.DOMImplementation
Documentation
domImplementationHasFeature :: DOMImplementationClass self => self -> String -> String -> IO Bool
domImplementationCreateDocumentType :: DOMImplementationClass self => self -> String -> String -> String -> IO (Maybe DocumentType)
domImplementationCreateDocument :: (DOMImplementationClass self, DocumentTypeClass doctype) => self -> String -> String -> Maybe doctype -> IO (Maybe Document)
domImplementationCreateCSSStyleSheet :: DOMImplementationClass self => self -> String -> String -> IO (Maybe CSSStyleSheet)
domImplementationCreateHTMLDocument :: DOMImplementationClass self => self -> String -> IO (Maybe HTMLDocument)
data DOMImplementation
class GObjectClass o => DOMImplementationClass o
Instances
castToDOMImplementation :: GObjectClass obj => obj -> DOMImplementation
toDOMImplementation :: DOMImplementationClass o => o -> DOMImplementation