Safe Haskell | None |
---|
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
data DOMImplementation Source
castToDOMImplementation :: GObjectClass obj => obj -> DOMImplementationSource