| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell98 | 
Text.HTML.Light.Element
Description
Element constructors.  The resulting elements are lifted to the
   Content data type, with the exception of the html element.
- cdata :: String -> Content
 - cdata_raw :: String -> Content
 - type Element_C = [Attr] -> [Content] -> Content
 - type Empty_Element_C = [Attr] -> Content
 - mk_element :: String -> Element_C
 - mk_empty_element :: String -> Empty_Element_C
 - a :: Element_C
 - address :: Element_C
 - area :: Empty_Element_C
 - article :: Element_C
 - aside :: Element_C
 - audio :: Element_C
 - body :: Element_C
 - br :: Empty_Element_C
 - caption :: Element_C
 - cite :: Element_C
 - colgroup :: Element_C
 - col :: Empty_Element_C
 - div :: Element_C
 - em :: Element_C
 - embed :: Empty_Element_C
 - figcaption :: Element_C
 - figure :: Element_C
 - footer :: Element_C
 - form :: Element_C
 - frame :: Empty_Element_C
 - frameset :: Empty_Element_C
 - h1 :: Element_C
 - h2 :: Element_C
 - h3 :: Element_C
 - h4 :: Element_C
 - head :: Element_C
 - header :: Element_C
 - hgroup :: Element_C
 - hr :: Empty_Element_C
 - html :: [Attr] -> [Content] -> Element
 - iframe :: Element_C
 - img :: Empty_Element_C
 - input :: Empty_Element_C
 - li :: Element_C
 - link :: Empty_Element_C
 - map :: Element_C
 - meta :: Empty_Element_C
 - nav :: Element_C
 - object :: Element_C
 - ol :: Element_C
 - param :: Empty_Element_C
 - ul :: Element_C
 - dl :: Element_C
 - dt :: Element_C
 - dd :: Element_C
 - p :: Element_C
 - pre :: Element_C
 - q :: Element_C
 - script :: Element_C
 - section :: Element_C
 - source :: Empty_Element_C
 - span :: Element_C
 - style :: Element_C
 - table :: Element_C
 - tbody :: Element_C
 - td :: Element_C
 - textarea :: Element_C
 - tfoot :: Element_C
 - th :: Element_C
 - thead :: Element_C
 - time :: Element_C
 - title :: Element_C
 - tr :: Element_C
 - wbr :: Empty_Element_C
 
Content constructors
Element constructors
type Empty_Element_C = [Attr] -> Content Source
Empty element contructor.
mk_element :: String -> Element_C Source