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
entityValue :: XParser s StringSource
peReference :: XParser s StringSource
pubidLiteral :: XParser s StringSource
singleChar :: String -> XParser s CharSource
singleChars :: String -> XParser s StringSource
systemLiteral :: XParser s StringSource
versionNum :: XParser s StringSource
entityTokensT :: String -> XParser s XmlTreesSource
entityCharT :: String -> XParser s XmlTreeSource
attrValueT' :: String -> XParser s XmlTreesSource
singleCharsT :: String -> XParser s XmlTreeSource