| 
    PLCnext API Documentation 25.6.0.37
    
   | 
 
internal base class to handle xml parsing errors in XmlReader More...
#include <XmlErrorHandler.hpp>
Public Member Functions | |
| XmlErrorHandler () | |
| Constructs an XmlErrorHandler instance. | |
| XmlErrorHandler (const XmlErrorHandler &arg)=delete | |
| Copy contructor. | |
| XmlErrorHandler & | operator= (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 | 
internal base class to handle xml parsing errors in XmlReader