9 #include "Arp/System/Commons/Xml/XmlErrorHandler.hpp"    11 #include "libxml/xmlreader.h"    13 namespace Arp { 
namespace System { 
namespace Commons { 
namespace Xml
    33     static void ErrorCallback(
void *arg, 
const char *msg, xmlParserSeverities severity, xmlTextReaderLocatorPtr locator);
 LibXmlErrorHandler & operator=(const LibXmlErrorHandler &arg)=delete
Assignment operator.
 
internal class to handle xml parsing errors in XmlReader
Definition: LibXmlErrorHandler.hpp:16
 
LibXmlErrorHandler()
Constructs an LibXmlErrorHandler instance.
 
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.
 
~LibXmlErrorHandler(void)=default
Destructs this instance and frees all resouces.