UaXmlValue Class Reference
[XML Library Classes]

#include <xmldocument.h>

List of all members.

Public Member Functions

 UaXmlValue ()
 UaXmlValue (char *strValue)
 ~UaXmlValue ()
void clear ()
void setValue (char *strValue)

Detailed Description

XML Value class.


Constructor & Destructor Documentation

UaXmlValue::UaXmlValue (  )

Constructs a XML value object with default settings

UaXmlValue::UaXmlValue ( char *  strValue )

Constructs a XML value object with passed string value

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

Destroyes 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:
  • /home/buildbot/work/uasdkcpp/src/uabase/xmlparser/xmldocument.h
  • /home/buildbot/work/uasdkcpp/src/uabase/xmlparser/xmldocument.cpp