9#include "Arp/System/Commons/Xml/XmlErrorHandler.hpp"
10#include "libxml/xmlreader.h"
12namespace Arp {
namespace System {
namespace Commons {
namespace Xml
32 static void ErrorCallback(
void *arg,
const char *msg, xmlParserSeverities severity, xmlTextReaderLocatorPtr locator);
internal class to handle xml parsing errors in XmlReader
Definition: LibXmlErrorHandler.hpp:16
LibXmlErrorHandler & operator=(const LibXmlErrorHandler &arg)=delete
Assignment operator.
LibXmlErrorHandler()
Constructs an LibXmlErrorHandler instance.
LibXmlErrorHandler(const LibXmlErrorHandler &arg)=delete
Copy contructor.
~LibXmlErrorHandler(void)=default
Destructs this instance and frees all resouces.
internal base class to handle xml parsing errors in XmlReader
Definition: XmlErrorHandler.hpp:15
@ System
System components used by the System, Device, Plc or Io domains.
Root namespace for the PLCnext API