Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
ghcjs_dom_html_collection_item :: JSRef HTMLCollection -> Word -> IO (JSRef Node) Source
htmlCollectionItem :: IsHTMLCollection self => self -> Word -> IO (Maybe Node) Source
htmlCollectionNamedItem :: (IsHTMLCollection self, ToJSString name) => self -> name -> IO (Maybe Node) Source
htmlCollectionGetLength :: IsHTMLCollection self => self -> IO Word Source
data HTMLCollection Source
class GObjectClass o => IsHTMLCollection o Source
castToHTMLCollection :: GObjectClass obj => obj -> HTMLCollection Source
toHTMLCollection :: IsHTMLCollection o => o -> HTMLCollection Source