tdoc-0.4.7: TDoc is a typed document builder with support for (X)HTML

Safe HaskellNone
LanguageHaskell98

Text.TDoc.Attributes

Documentation

data Length Source #

Constructors

Px Int 
Cm Int 
Em Int 

Instances

newtype Width Source #

Constructors

Width 

Fields

newtype Src Source #

Constructors

Src 

Fields

newtype Size Source #

Constructors

Size 

Fields

newtype Alt Source #

Constructors

Alt 

Fields

newtype Rows Source #

Constructors

Rows 

Fields

newtype Cols Source #

Constructors

Cols 

Fields

newtype Style Source #

Constructors

Style 

Fields

newtype Href Source #

Constructors

Href 

Fields

class WidthTag t where Source #

Minimal complete definition

widthTag

Methods

widthTag :: t Width Source #

class HeightTag t where Source #

Minimal complete definition

heightTag

Methods

heightTag :: t Height Source #

class SrcTag t where Source #

Minimal complete definition

srcTag

Methods

srcTag :: t Src Source #

Instances

class SizeTag t where Source #

Minimal complete definition

sizeTag

Methods

sizeTag :: t Size Source #

class AltTag t where Source #

Minimal complete definition

altTag

Methods

altTag :: t Alt Source #

Instances

class ClassAttrTag t where Source #

Minimal complete definition

classAttrTag

class NameTag t where Source #

Minimal complete definition

nameTag

Methods

nameTag :: t Name Source #

class RowsTag t where Source #

Minimal complete definition

rowsTag

Methods

rowsTag :: t Rows Source #

class ColsTag t where Source #

Minimal complete definition

colsTag

Methods

colsTag :: t Cols Source #

class StyleTag t where Source #

Minimal complete definition

styleTag

Methods

styleTag :: t Style Source #

class IdentifierTag t where Source #

Minimal complete definition

identifierTag

class HrefTag t where Source #

Minimal complete definition

hrefTag

Methods

hrefTag :: t Href Source #

class TitleAttrTag t where Source #

Minimal complete definition

titleAttrTag