zen::Xml
Simple C++ XML Processing
 All Classes Namespaces Functions Variables
Public Attributes
zen::XmlParsingError Struct Reference

Exception thrown due to an XML parsing error. More...

#include <parser.h>

Inheritance diagram for zen::XmlParsingError:
zen::XmlError

List of all members.

Public Attributes

size_t row
 Input file row where the parsing error occured (zero-based)
size_t col
 Input file column where the parsing error occured (zero-based)

Detailed Description

Exception thrown due to an XML parsing error.