10namespace Arp { 
namespace System { 
namespace Commons { 
namespace Xml
 
   28    bool ParserErrorCatched();
 
   29    bool ValidityErrorCatched();
 
   39    size_t parserErrorCounter;
 
   40    size_t validityErrorCounter;
 
This class represents the Arp String. The implementation is based on std::string.
Definition: String.hpp:39
 
internal base class to handle xml parsing errors in XmlReader
Definition: XmlErrorHandler.hpp:15
 
~XmlErrorHandler(void)=default
Destructs this instance and frees all resouces.
 
XmlErrorHandler()
Constructs an XmlErrorHandler instance.
Definition: XmlErrorHandler.cpp:13
 
XmlErrorHandler(const XmlErrorHandler &arg)=delete
Copy contructor.
 
XmlErrorHandler & operator=(const XmlErrorHandler &arg)=delete
Assignment operator.
 
Root namespace for the PLCnext API