webkit-0.13.0.2: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.Attr

Documentation

attrGetName :: (DOMAttrClass self, GlibString string) => self -> IO stringSource

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

attrSetValue :: (DOMAttrClass self, GlibString string) => self -> string -> IO ()Source

attrGetValue :: (DOMAttrClass self, GlibString string) => self -> IO stringSource

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

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