|
| Happstack.Server.MinHaXML |
|
|
|
|
| Documentation |
|
|
|
|
| Constructors | | Instances | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| (</<) :: Name -> [(Name, String)] -> [Element] -> Element | Source |
|
|
| (<>) :: Name -> [(Name, String)] -> CharData -> Element | Source |
|
|
| xmlElem :: (t -> [Content]) -> Name -> [(Name, String)] -> t -> Element | Source |
|
|
| textElem :: Name -> [(Name, String)] -> CharData -> Element | Source |
|
|
|
|
| listElem :: Name -> [(Name, String)] -> [Element] -> Element | Source |
|
|
| cdataElem :: CharData -> Content | Source |
|
|
|
|
|
|
|
|
| xmlEscaper :: XmlEscaper | Source |
|
|
| xmlStdEscape :: Element -> Element | Source |
|
|
|
|
|
|
|
|
| getRoot :: Document -> Element | Source |
|
|
|
|
|
|
| | Methods | | toElement :: x -> Element | Source |
|
| | Instances | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| toAttrs :: t -> [(t1, t -> t2)] -> [(t1, t2)] | Source |
|
|
|
| Constructors | | Instances | |
|
|
| Produced by Haddock version 2.5.0 |