[][src]Module exile::parser

This module is responsible for parsing XML from string representations.

Structs

ParseError

Represents an error that occurred during parsing because the XML document is not well-formed.

XmlSite

The position in the XML file that the parser was at when the error was thrown. Ideally this will match the exact location where an XML file first violates XML syntax. These numbers are 1-based, i.e. line 1 is the first first line of the file, column 1 is the leftmost character of a line, and position 1 is the first character of the document.