Safe Haskell | None |
---|---|
Language | Haskell98 |
Graphics.UI.Gtk.WebKit.DOM.HTMLCollection
Documentation
namedItem :: (MonadIO m, HTMLCollectionClass self, GlibString string) => self -> string -> m (Maybe Node) Source #
data HTMLCollection Source #
castToHTMLCollection :: GObjectClass obj => obj -> HTMLCollection Source #
class GObjectClass o => HTMLCollectionClass o Source #
toHTMLCollection :: HTMLCollectionClass o => o -> HTMLCollection Source #