hxt-8.5.2: A collection of tools for processing XML with Haskell.
Source code
Contents
Index
Text.XML.HXT.Arrow.DocumentOutput
Portability
portable
Stability
experimental
Maintainer
Uwe Schmidt (uwe@fh-wedel.de)
Description
State arrows for document output
Synopsis
putXmlDocument
::
Bool
->
String
->
IOStateArrow
s
XmlTree
XmlTree
putXmlTree
::
String
->
IOStateArrow
s
XmlTree
XmlTree
putXmlSource
::
String
->
IOStateArrow
s
XmlTree
XmlTree
encodeDocument
::
Bool
->
String
->
IOStateArrow
s
XmlTree
XmlTree
encodeDocument'
::
ArrowXml
a =>
Bool
->
String
-> a
XmlTree
XmlTree
Documentation
putXmlDocument
::
Bool
->
String
->
IOStateArrow
s
XmlTree
XmlTree
Source
putXmlTree
::
String
->
IOStateArrow
s
XmlTree
XmlTree
Source
write the tree representation of a document to a file
putXmlSource
::
String
->
IOStateArrow
s
XmlTree
XmlTree
Source
write a document with indentaion and line numers
encodeDocument
::
Bool
->
String
->
IOStateArrow
s
XmlTree
XmlTree
Source
encodeDocument'
::
ArrowXml
a =>
Bool
->
String
-> a
XmlTree
XmlTree
Source
Produced by
Haddock
version 2.4.2