Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
HaskellWorks.Data.Xml.CharLike
Documentation
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 #
Instances