webkit-0.12.5.1: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.DocumentType

Documentation

documentTypeGetName :: DocumentTypeClass self => self -> IO StringSource

documentTypeGetEntities :: DocumentTypeClass self => self -> IO (Maybe NamedNodeMap)Source

documentTypeGetNotations :: DocumentTypeClass self => self -> IO (Maybe NamedNodeMap)Source

documentTypeGetPublicId :: DocumentTypeClass self => self -> IO StringSource

documentTypeGetSystemId :: DocumentTypeClass self => self -> IO StringSource

documentTypeGetInternalSubset :: DocumentTypeClass self => self -> IO StringSource