XML Library Classes
[XML Library]

Collaboration diagram for XML Library Classes:

Classes

class  UaXmlDocument
class  UaXmlElement
class  UaXmlValue

Typedefs

typedef std::list< UaXmlElementUaXmlElementList
typedef std::list
< UaXmlElement >::iterator 
UaXmlElementListIterator

Detailed Description

This module contains all C++ classes for the XML Library

Typedef Documentation

typedef std::list<UaXmlElement> UaXmlElementList

XML Element List.

typedef std::list<UaXmlElement>::iterator UaXmlElementListIterator

XML Element List Iterator.