UA Server SDK C++ Bundle  1.4.0.258
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
UaXmlValue Class Reference

XML Value class. More...

#include <xmldocument.h>

Public Member Functions

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

Detailed Description

XML Value class.

Constructor & Destructor Documentation

UaXmlValue::UaXmlValue ( char *  strValue)

Constructs a XML value object with passed string value.

Parameters
[in]strValueThe value of the XML data file.

Member Function Documentation

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: