ghcjs-dom-0.1.1.3: DOM library that supports both GHCJS and WebKitGTK

Safe HaskellNone
LanguageHaskell2010

GHCJS.DOM.DocumentType

Documentation

documentTypeGetName :: (IsDocumentType self, FromJSString result) => self -> IO result Source

documentTypeGetPublicId :: (IsDocumentType self, FromJSString result) => self -> IO result Source

documentTypeGetSystemId :: (IsDocumentType self, FromJSString result) => self -> IO result Source