Text.XHtmlCombinators

Types

XHtml

type XHtmlMT t x a

type XHtmlT t x

type XHtml x

data Page

class Content e

class CData c

type Attrs

data Attr

Element Types

data TopLevelContent

data HeadContent

class Flow c

data FlowContent

class Block c

data BlockContent

class Inline c

data InlineContent

Misc Element Types

data ObjectContent

data MapContent

List Element Types

data ListContent

data DefinitionListContent

Field Element Types

data FieldSetContent

data OptionContent

Table Element Types

data Table1Content

data Table2Content

data Table3Content

data TableColContent

Combinators

html'

html

text

empty

Document Head

head'

head_

title'

title

base'

base

meta'

meta

link'

link

style'

style

script'

script

noscript'

noscript

Document Body

body'

body

div'

div_

Paragraphs

p'

p

Headings

h1'

h1

h2'

h2

h3'

h3

h4'

h4

h5'

h5

h6'

h6

Lists

ul'

ul

ol'

ol

li'

li

Definition Lists

dl'

dl

dt'

dt

dd'

dd

Address

address'

address

Horizontal Rule

hr'

hr

Preformatted Text

pre'

pre

Block-like Quotes

blockquote'

blockquote

Inserted/Deleted Text

ins'

ins

del'

del

The Anchor Element

a'

a

Inline Elements

span'

span_

bdo'

bdo

br'

br

em'

em

strong'

strong

dfn'

dfn

code'

code

samp'

samp

kbd'

kbd

var'

var

cite'

cite

abbr'

abbr

acronym'

acronym

q'

q

sub'

sub

tt'

tt

i'

i

b'

b

big'

big

small'

small

Object

object'

object

param'

param

Images

img'

img

Client-side image maps

map'

map_

area'

area

Forms

form'

form

label'

label

input'

input

select'

select

optgroup'

optgroup

option'

option

textarea'

textarea

fieldset'

fieldset

legend'

legend

button'

button

Tables

table'

table

caption'

caption

thead'

thead

tfoot'

tfoot

tbody'

tbody

colgroup'

colgroup

col'

col

tr'

tr

th'

th

td'

td

Rendering

render

renderT