Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
htmlCollectionItem :: HTMLCollectionClass self => self -> Word -> IO (Maybe Node) Source
htmlCollectionNamedItem :: (HTMLCollectionClass self, GlibString string) => self -> string -> IO (Maybe Node) Source
htmlCollectionGetLength :: HTMLCollectionClass self => self -> IO Word Source
data HTMLCollection Source
class GObjectClass o => HTMLCollectionClass o Source
castToHTMLCollection :: GObjectClass obj => obj -> HTMLCollection Source
toHTMLCollection :: HTMLCollectionClass o => o -> HTMLCollection Source