Safe Haskell | None |
---|
Graphics.UI.Gtk.WebKit.DOM.HTMLCollection
Documentation
htmlCollectionItem :: HTMLCollectionClass self => self -> Word -> IO (Maybe Node)Source
htmlCollectionNamedItem :: HTMLCollectionClass self => self -> String -> IO (Maybe Node)Source
htmlCollectionGetLength :: HTMLCollectionClass self => self -> IO WordSource