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

CopyrightCopyright (C) 2010 Uwe Schmidt
LicenseMIT
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell98

Text.XML.HXT.Parser.XmlTokenParser

Description

Parsec parser for XML tokens

Documentation

allBut :: (XParser s Char -> XParser s String) -> String -> XParser s String Source #

allBut1 :: (XParser s Char -> XParser s String) -> (Char -> Bool) -> String -> XParser s String Source #

attrChar :: String -> XParser s String Source #

checkString :: String -> XParser s () Source #

dq :: XParser s () Source #

encName :: XParser s String Source #

eq :: XParser s () Source #

gt :: XParser s () Source #

keyword :: String -> XParser s String Source #

keywords :: [String] -> XParser s String Source #

lt :: XParser s () Source #

name :: XParser s String Source #

names :: XParser s [String] Source #

ncName :: XParser s String Source #

nmtoken :: XParser s String Source #

nmtokens :: XParser s [String] Source #

qName :: XParser s (String, String) Source #

quoted :: XParser s a -> XParser s a Source #

separator :: Char -> XParser s () Source #

singleChar :: String -> XParser s Char Source #

singleChars :: String -> XParser s String Source #

sPace :: XParser s String Source #

sPace0 :: XParser s String Source #

sq :: XParser s () Source #

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

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