DOM-2.0.1: DOM Level 2 bindings for the WebBits package.

Data.DOM.Attr

Documentation

get'name :: (Monad mn, CAttr this) => Expression this -> mn (Expression String)Source

getm'name :: (Monad mn, CAttr this) => Expression this -> mn (Expression String)Source

get'value :: (Monad mn, CAttr this) => Expression this -> mn (Expression String)Source

getm'value :: (Monad mn, CAttr this) => Expression this -> mn (Expression String)Source

get'ownerElement :: (Monad mn, CAttr this, CElement zz) => Expression this -> mn (Expression zz)Source