hxt-9.3.1.9: A collection of tools for processing XML with Haskell.

Portabilityportable
Stabilitystable
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Safe HaskellNone

Text.XML.HXT.Parser.XmlTokenParser

Description

Parsec parser for XML tokens

Documentation

allBut :: (XParser s Char -> XParser s String) -> String -> XParser s StringSource

allBut1 :: (XParser s Char -> XParser s String) -> (Char -> Bool) -> String -> XParser s StringSource

attrChar :: String -> XParser s StringSource

checkString :: String -> XParser s ()Source

keyword :: String -> XParser s StringSource

keywords :: [String] -> XParser s StringSource

name :: XParser s StringSource

names :: XParser s [String]Source

ncName :: XParser s StringSource

nmtokens :: XParser s [String]Source

qName :: XParser s (String, String)Source

separator :: Char -> XParser s ()Source

singleChar :: String -> XParser s CharSource

singleChars :: String -> XParser s StringSource

sPace :: XParser s StringSource

sPace0 :: XParser s StringSource

concRes :: XParser s [[a]] -> XParser s [a]Source

mkList :: XParser s a -> XParser s [a]Source