|
| Text.XML.Light.Types | | Portability | Basic XML types. | | Stability | provisional | | Maintainer | Iavor S. Diatchki <diatchki@galois.com> |
|
|
|
| Description |
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| A line is an Integer
|
|
|
| XML content
| | Constructors | | Instances | |
|
|
|
| XML elements
| | Constructors | | Instances | |
|
|
|
| XML attributes
| | Constructors | | Instances | | Eq Attr | | Ord Attr | | Show Attr | | Node Attr | | Node [Attr] | | Node ([Attr], [CData]) | | Node ([Attr], [Element]) | | Node ([Attr], [Content]) | | Node ([Attr], String) | | Node ([Attr], CData) | | Node ([Attr], Element) | | Node ([Attr], Content) | | Node (Attr, String) | | Node (Attr, CData) | | Node (Attr, Element) | | Node (Attr, Content) |
|
|
|
|
| XML CData
| | Constructors | | Instances | |
|
|
|
| Constructors | | CDataText | Ordinary character data; pretty printer escapes &, < etc.
| | CDataVerbatim | Unescaped character data; pretty printer embeds it in <![CDATA[..
| | CDataRaw | As-is character data; pretty printer passes it along without any escaping or CDATA wrap-up.
|
| Instances | |
|
|
|
| XML qualified names
| | Constructors | | Instances | |
|
|
|
| Blank names
|
|
|
| Blank cdata
|
|
|
| Blank elements
|
|
| Produced by Haddock version 2.6.1 |