hxt-7.5: A collection of tools for processing XML with Haskell.ContentsIndex
Text.XML.HXT.Arrow.DocumentOutput
Description

state arrows for document output

version: $Id: DocumentOutput.hs,v 1.7 20061102 09:34:08 hxml Exp $

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 XmlTree
putXmlTree :: String -> IOStateArrow s XmlTree XmlTree
write the tree representation of a document to a file
putXmlSource :: String -> IOStateArrow s XmlTree XmlTree
write a document with indentaion and line numers
getOutputEncoding :: String -> IOStateArrow s XmlTree String
encodeDocument :: Bool -> String -> IOStateArrow s XmlTree XmlTree
Produced by Haddock version 2.1.0