Safe Haskell | None |
---|---|
Language | Haskell2010 |
This is a fast non-pretty-printer for turning the internal representation of generic structured XML documents into Lazy ByteStrings. Like in Text.Xml.HaXml.Pretty, there is one pp function for each type in Text.Xml.HaXml.Types, so you can pretty-print as much or as little of the document as you wish.
- document :: Document i -> ByteString
- content :: Content i -> ByteString
- element :: Element i -> ByteString
- doctypedecl :: DocTypeDecl -> ByteString
- prolog :: Prolog -> ByteString
- cp :: CP -> ByteString
Documentation
document :: Document i -> ByteString Source
Render a Document
to a ByteString
.
content :: Content i -> ByteString Source
element :: Element i -> ByteString Source
prolog :: Prolog -> ByteString Source
cp :: CP -> ByteString Source