xml-1.3.7: A simple XML library.Source codeContentsIndex
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 -> ElementSource
Add an attribute to an element.
add_attrs :: [Attr] -> Element -> ElementSource
Add some attributes to an element.
unqual :: String -> QNameSource
Create an unqualified name.
class Node t whereSource
A smart element constructor which uses the type of its argument to determine what sort of element to make.
Methods
node :: QName -> t -> ElementSource
unode :: Node t => String -> t -> ElementSource
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.1