Safe Haskell | None |
---|---|
Language | Haskell98 |
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
domImplementationCreateCSSStyleSheet :: (DOMImplementationClass self, GlibString string) => self -> string -> string -> IO (Maybe CSSStyleSheet) Source
domImplementationCreateHTMLDocument :: (DOMImplementationClass self, GlibString string) => self -> string -> IO (Maybe HTMLDocument) Source
data DOMImplementation Source
castToDOMImplementation :: GObjectClass obj => obj -> DOMImplementation Source
toDOMImplementation :: DOMImplementationClass o => o -> DOMImplementation Source