tagstream-conduit-0.5.6: streamlined html tag parser

Safe HaskellNone
LanguageHaskell2010

Text.HTML.TagStream.Text

Synopsis

Documentation

decodeEntitiesText :: Monad m => Conduit Token m Token Source #

Decode the HTML entities e.g. & in some text into &.

cond :: a -> a -> Bool -> a Source #

(||.) :: Applicative f => f Bool -> f Bool -> f Bool Source #

in2 :: Eq a => (a, a) -> a -> Bool Source #

in3 :: Eq a => (a, a, a) -> a -> Bool Source #

tokenStreamBS :: (MonadThrow m, MonadFail m) => Conduit ByteString m Token Source #

like tokenStream, but it process ByteString input, decode it according to xml version tag.

Only support utf-8 and iso8859 for now.