PLCnext API Documentation 24.0.0.71
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Protected Attributes | List of all members
Arp::System::Commons::Xml::XmlErrorHandler Class Reference

internal base class to handle xml parsing errors in XmlReader More...

#include <XmlErrorHandler.hpp>

Inheritance diagram for Arp::System::Commons::Xml::XmlErrorHandler:
Inheritance graph

Public Member Functions

 XmlErrorHandler ()
 Constructs an XmlErrorHandler instance.
 
 XmlErrorHandler (const XmlErrorHandler &arg)=delete
 Copy contructor.
 
XmlErrorHandleroperator= (const XmlErrorHandler &arg)=delete
 Assignment operator.
 
 ~XmlErrorHandler (void)=default
 Destructs this instance and frees all resouces.
 
bool ParserErrorCatched ()
 
bool ValidityErrorCatched ()
 
String GetLastError ()
 

Protected Attributes

size_t parserErrorCounter
 
size_t validityErrorCounter
 
String lastError
 

Detailed Description

internal base class to handle xml parsing errors in XmlReader


The documentation for this class was generated from the following file: