| ||||
| ||||
| Documentation | ||||
| getAttribute :: CElement this => this -> String -> CPS c String | ||||
| setAttribute :: CElement this => this -> String -> String -> CPS c () | ||||
| removeAttribute :: CElement this => this -> String -> CPS c () | ||||
| getAttributeNode :: (CElement this, CAttr zz) => this -> String -> CPS c zz | ||||
| setAttributeNode :: (CElement this, CAttr newAttr, CAttr zz) => this -> newAttr -> CPS c zz | ||||
| removeAttributeNode :: (CElement this, CAttr oldAttr, CAttr zz) => this -> oldAttr -> CPS c zz | ||||
| getElementsByTagName :: (CElement this, CNodeList zz) => this -> String -> CPS c zz | ||||
| normalize :: CElement this => this -> CPS c () | ||||
| get'tagName :: CElement this => this -> CPS c String | ||||
| Produced by Haddock version 0.8 |