webkit-0.14.1.1: Binding to the Webkit library.

Safe HaskellNone
LanguageHaskell98

Graphics.UI.Gtk.WebKit.DOM.HTMLCollection

Documentation

item :: (MonadIO m, HTMLCollectionClass self) => self -> Word -> m (Maybe Node) Source

namedItem :: (MonadIO m, HTMLCollectionClass self, GlibString string) => self -> string -> m (Maybe Node) Source

getLength :: (MonadIO m, HTMLCollectionClass self) => self -> m Word Source