Portability | portable |
---|---|
Stability | stable |
Maintainer | Uwe Schmidt ([email protected]) |
Safe Haskell | Safe-Infered |
Text.XML.HXT.Parser.XmlTokenParser
Description
Parsec parser for XML tokens
Documentation
allBut1 :: (XParser s Char -> XParser s String) -> (Char -> Bool) -> String -> XParser s StringSource
asciiLetter :: XParser s CharSource
checkString :: String -> XParser s ()Source
singleChar :: String -> XParser s CharSource
singleChars :: String -> XParser s StringSource
entityTokensT :: String -> XParser s XmlTreesSource
entityCharT :: String -> XParser s XmlTreeSource
attrValueT' :: String -> XParser s XmlTreesSource
singleCharsT :: String -> XParser s XmlTreeSource