Portability | portable |
---|---|
Stability | stable |
Maintainer | Uwe Schmidt (uwe@fh-wedel.de) |
Safe Haskell | None |
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