hexpat-0.4: wrapper for expat, the fast XML parserSource codeContentsIndex
Text.XML.Expat.Format
Description
This module provides lazy functions to format a tree structure as UTF-8 encoded XML.
Synopsis
formatTree :: TreeFlavor tag text -> Node tag text -> ByteString
formatNode :: TreeFlavor tag text -> Node tag text -> ByteString
putTree :: TreeFlavor tag text -> Node tag text -> Put
putNode :: TreeFlavor tag text -> Node tag text -> Put
Documentation
formatTree :: TreeFlavor tag text -> Node tag text -> ByteStringSource
Format document with <?xml.. header.
formatNode :: TreeFlavor tag text -> Node tag text -> ByteStringSource
Format XML node with no header.
putTree :: TreeFlavor tag text -> Node tag text -> PutSource
Put interface for formatting a tree with <?xml.. header.
putNode :: TreeFlavor tag text -> Node tag text -> PutSource
Put interface for formatting a node with no header.
Produced by Haddock version 2.4.2