|
Text.XML.Light | Portability | portability | Stability | provisional | Maintainer | Iavor S. Diatchki <diatchki@galois.com> |
|
|
|
Description |
A lightweight XML parsing, filtering and generating library.
This module reexports functions from:
|
|
Synopsis |
|
|
|
Documentation |
|
|
Add an attribute to an element.
|
|
|
Add some attributes to an element.
|
|
|
Create an unqualified name.
|
|
|
A smart element constructor which uses the type of its argument
to determine what sort of element to make.
| | Methods | | | Instances | Node () | Node CData | Node Attr | Node Element | Node Content | Node ([] Char) | Node ([] CData) | Node ([] Attr) | Node ([] Element) | Node ([] Content) | 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) |
|
|
|
|
Create node with unqualified name
|
|
module Text.XML.Light.Types |
|
module Text.XML.Light.Proc |
|
module Text.XML.Light.Input |
|
module Text.XML.Light.Output |
|
Produced by Haddock version 2.4.2 |