hw-xml-0.1.0.0: Conduits for tokenizing streams.

Safe HaskellNone
LanguageHaskell2010

HaskellWorks.Data.Xml.Token.Tokenize

Documentation

class IsChar c where #

Minimal complete definition

toChar

Methods

toChar :: c -> Char #

Instances

IsChar Char 

Methods

toChar :: Char -> Char #

IsChar Word8 

Methods

toChar :: Word8 -> Char #

class ParseXml t s d where Source #

Instances

ParseXml ByteString ByteString Double Source # 
ParseXml ByteString String Double Source #