10 namespace Arp { 
namespace System { 
namespace Commons { 
namespace Xml
    29     bool ParserErrorCatched();
    30     bool ValidityErrorCatched();
    40     size_t parserErrorCounter;
    41     size_t validityErrorCounter;
    59 inline String XmlErrorHandler::GetLastError()
 
XmlErrorHandler()
Constructs an XmlErrorHandler instance.
 
XmlErrorHandler & operator=(const XmlErrorHandler &arg)=delete
Assignment operator.
 
internal base class to handle xml parsing errors in XmlReader
Definition: XmlErrorHandler.hpp:14
 
Root namespace for the PLCnext API
 
System components used by the System, Device, Plc or Io domains.
 
~XmlErrorHandler(void)=default
Destructs this instance and frees all resouces.