| |||||||||
| |||||||||
| Description | |||||||||
| State arrows for document output | |||||||||
| Synopsis | |||||||||
| |||||||||
| 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 | |||||||||
| encodeDocument :: Bool -> String -> IOStateArrow s XmlTree XmlTree | |||||||||
| encodeDocument' :: ArrowXml a => Bool -> String -> a XmlTree XmlTree | |||||||||
| Produced by Haddock version 2.5.0 |