Module std.experimental.xml.parser

This module implements a low level XML parser.

The methods a parser should implement are documented in std.experimental.xml.interfaces.isParser;

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 --

License

Boost License 1.0.