Module std.experimental.xml.parser
This module implements a low level XML parser.
The methods a parser should implement are documented in
std
;
Functions
Name | Description |
---|---|
chooseParser
|
Instantiates a parser suitable for the given InputType .
|
parser
|
Returns an instance of Parser from the given lexer.
|
Structs
Name | Description |
---|---|
Parser
|
A low level XML parser. |
Authors
Lodovico Giaretta
Copyright
Copyright Lodovico Giaretta 2016 --