xml-1.3.7: A simple XML library.ContentsIndex
Text.XML.Light
Portabilityportability
Stabilityprovisional
MaintainerIavor S. Diatchki <diatchki@galois.com>
Description

A lightweight XML parsing, filtering and generating library.

This module reexports functions from:

Synopsis
add_attr :: Attr -> Element -> Element
add_attrs :: [Attr] -> Element -> Element
unqual :: String -> QName
class Node t where
node :: QName -> t -> Element
unode :: Node t => String -> t -> Element
module Text.XML.Light.Types
module Text.XML.Light.Proc
module Text.XML.Light.Input
module Text.XML.Light.Output
Documentation
add_attr :: Attr -> Element -> Element
Add an attribute to an element.
add_attrs :: [Attr] -> Element -> Element
Add some attributes to an element.
unqual :: String -> QName
Create an unqualified name.
class Node t where
A smart element constructor which uses the type of its argument to determine what sort of element to make.
Methods
node :: QName -> t -> Element
show/hide Instances
unode :: Node t => String -> t -> Element
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.6.0