webkit-0.13.0.2: Binding to the Webkit library.

Safe HaskellNone

Graphics.UI.Gtk.WebKit.DOM.HTMLCollection

Documentation

htmlCollectionItem :: HTMLCollectionClass self => self -> Word -> IO (Maybe Node)Source

htmlCollectionNamedItem :: (HTMLCollectionClass self, GlibString string) => self -> string -> IO (Maybe Node)Source