hxt-8.3.1: A collection of tools for processing XML with Haskell.Source codeContentsIndex
Text.XML.HXT.Arrow.DocumentOutput
Portabilityportable
Stabilityexperimental
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Description
State arrows for document output
Synopsis
putXmlDocument :: String -> IOStateArrow s XmlTree XmlTree
putXmlTree :: String -> IOStateArrow s XmlTree XmlTree
putXmlSource :: String -> IOStateArrow s XmlTree XmlTree
getOutputEncoding :: String -> IOStateArrow s XmlTree String
encodeDocument :: Bool -> String -> IOStateArrow s XmlTree XmlTree
Documentation
putXmlDocument :: String -> IOStateArrow s XmlTree XmlTreeSource
putXmlTree :: String -> IOStateArrow s XmlTree XmlTreeSource
write the tree representation of a document to a file
putXmlSource :: String -> IOStateArrow s XmlTree XmlTreeSource
write a document with indentaion and line numers
getOutputEncoding :: String -> IOStateArrow s XmlTree StringSource
encodeDocument :: Bool -> String -> IOStateArrow s XmlTree XmlTreeSource
Produced by Haddock version 2.4.2