tamper-0.4.0: An HTML templating system similar to Blaze, implemented as a monad transformer of sorts

Safe HaskellNone

Text.Tamper.DOM

Synopsis

Documentation

data NodeList t Source

A list of DOM nodes.

Instances

Eq t => Eq (NodeList t) 
Ord t => Ord (NodeList t) 
Show t => Show (NodeList t) 
Monoid (NodeList t) 

data Node t Source

Instances

Eq t => Eq (Node t) 
Ord t => Ord (Node t) 
Show t => Show (Node t) 

setAttr :: Ord t => t -> t -> Node t -> Node tSource

getAttr :: Ord t => t -> Node t -> Maybe tSource

getAttrDef :: Ord t => t -> t -> Node t -> tSource