Copyright | Copyright (C) 2010 Uwe Schmidt |
---|---|
License | MIT |
Maintainer | Uwe Schmidt (uwe@fh-wedel.de) |
Stability | stable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
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 #
systemLiteral :: XParser s String Source #
versionNum :: XParser s String Source #
entityValueT :: XParser s XmlTrees Source #
attrValueT :: XParser s XmlTrees Source #
referenceT :: XParser s XmlTree Source #
entityRefT :: XParser s XmlTree Source #
peReferenceT :: XParser s XmlTree Source #
mergeTextNodes :: XmlTrees -> XmlTrees Source #