webkit-0.12.5.1: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.Attr

Documentation

attrGetName :: DOMAttrClass self => self -> IO StringSource

attrGetSpecified :: DOMAttrClass self => self -> IO BoolSource

attrSetValue :: DOMAttrClass self => self -> String -> IO ()Source

attrGetValue :: DOMAttrClass self => self -> IO StringSource

attrGetOwnerElement :: DOMAttrClass self => self -> IO (Maybe Element)Source

attrGetIsId :: DOMAttrClass self => self -> IO BoolSource