Copyright | Copyright (C) 2010 Uwe Schmidt |
---|---|
License | MIT |
Maintainer | Uwe Schmidt (uwe@fh-wedel.de) |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
Parsec parser for XML tokens
Documentation
allBut1 :: (XParser s Char -> XParser s String) -> (Char -> Bool) -> String -> XParser s String Source
asciiLetter :: XParser s Char Source
checkString :: String -> XParser s () Source
entityValue :: XParser s String Source
peReference :: XParser s String Source
pubidLiteral :: XParser s String Source
singleChar :: String -> XParser s Char Source
singleChars :: String -> XParser s String Source
systemLiteral :: XParser s String Source
versionNum :: XParser s String Source
entityTokensT :: String -> XParser s XmlTrees Source
entityCharT :: String -> XParser s XmlTree Source
attrValueT :: XParser s XmlTrees Source
attrValueT' :: String -> XParser s XmlTrees Source
referenceT :: XParser s XmlTree Source
entityRefT :: XParser s XmlTree Source
peReferenceT :: XParser s XmlTree Source
singleCharsT :: String -> XParser s XmlTree Source
mergeTextNodes :: XmlTrees -> XmlTrees Source