Portability | portable |
---|---|
Maintainer | jmillikin@gmail.com |
Safe Haskell | None |
- data Encoding
- data ParseError = ParseError {}
- parseBytesIO :: MonadIO m => Maybe Encoding -> Enumeratee ByteString Event m b
- parseTextIO :: MonadIO m => Enumeratee Text Event m b
Documentation
data ParseError Source
A replacement for XMLParseError
, defined so it can be given
a non-orphan Exception
instance.
:: MonadIO m | |
=> Maybe Encoding | If present, will override Expat's encoding detection. |
-> Enumeratee ByteString Event m b |
parseTextIO :: MonadIO m => Enumeratee Text Event m bSource