hw-xml-0.1.0.2: Conduits for tokenizing streams.
HaskellWorks.Data.Xml.CharLike
class XmlCharLike c where Source #
Minimal complete definition
isElementStart, isExclam, isHyphen, isOpenBracket, isQuestion, isQuote, isSpace
Methods
isElementStart :: c -> Bool Source #
isExclam :: c -> Bool Source #
isHyphen :: c -> Bool Source #
isOpenBracket :: c -> Bool Source #
isQuestion :: c -> Bool Source #
isQuote :: c -> Bool Source #
isSpace :: c -> Bool Source #
Instances
isElementStart :: Word8 -> Bool Source #
isExclam :: Word8 -> Bool Source #
isHyphen :: Word8 -> Bool Source #
isOpenBracket :: Word8 -> Bool Source #
isQuestion :: Word8 -> Bool Source #
isQuote :: Word8 -> Bool Source #
isSpace :: Word8 -> Bool Source #