C++ Based OPC UA Client/Server/PubSub SDK  1.7.6.537

XML Value class. More...

#include <xmldocument.h>

Public Member Functions

 UaXmlValue ()
 Constructs an XML value object with default settings. More...
 
 UaXmlValue (char *strValue)
 Constructs an XML value object with the passed string value. More...
 
 ~UaXmlValue ()
 Destroys the XML value object. More...
 
void clear ()
 Clears the XML value object. More...
 
void setValue (char *strValue)
 Sets the content of the XML value object as string. More...
 

Detailed Description

XML Value class.

Constructor & Destructor Documentation

UaXmlValue::UaXmlValue ( )

Constructs an XML value object with default settings.

UaXmlValue::UaXmlValue ( char *  strValue)

Constructs an XML value object with the passed string value.

Parameters
[in]strValueThe value of the XML data file.
UaXmlValue::~UaXmlValue ( )

Destroys the XML value object.

Member Function Documentation

void UaXmlValue::clear ( )

Clears the XML value object.

void UaXmlValue::setValue ( char *  strValue)

Sets the content of the XML value object as string.

Parameters
[in]strValueThe value of the XML string.

The documentation for this class was generated from the following files: