zenXML
Straightforward C++ XML Processing
Public Attributes
zen::XmlParsingError Struct Reference

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

#include <zenxml_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.
size_t col
 Input file column where the parsing error occured.

Detailed Description

Exception thrown due to an XML parsing error.

 All Classes Namespaces Files Functions Variables