10namespace Arp {
namespace System {
namespace Commons {
namespace Xml
29 bool ParserErrorCatched();
30 bool ValidityErrorCatched();
40 size_t parserErrorCounter;
41 size_t validityErrorCounter;
59inline String XmlErrorHandler::GetLastError()
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.
XmlErrorHandler(const XmlErrorHandler &arg)=delete
Copy contructor.
XmlErrorHandler & operator=(const XmlErrorHandler &arg)=delete
Assignment operator.
@ System
System components used by the System, Device, Plc or Io domains.
Root namespace for the PLCnext API