|
| Text.XML.HXT.Parser.XmlCharParser | | Portability | portable | | Stability | stable | | Maintainer | Uwe Schmidt (uwe@fh-wedel.de) |
|
|
|
| Description |
| UTF-8 character parser and simple XML token parsers
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| parse a single Unicode character
|
|
|
| parse a XML name character
|
|
|
| parse a XML name start character
|
|
|
| parse a XML NCName character
|
|
|
| parse a XML NCName start character
|
|
|
| parse a XML letter character
|
|
|
White Space (2.3)
end of line handling (2.11)
#x0D and #x0D#x0A are mapped to #x0A
is done in XmlInput before parsing
otherwise #x0D in internal parsing, e.g. for entities would normalize,
would be transformed
|
|
| Produced by Haddock version 2.6.1 |