VVSDK  1.0
The VVAmbisonic Library
Public Member Functions | List of all members
CXMLArchive Class Reference

#include <XMLParser.h>

Public Member Functions

 CXMLArchive ()
 
 CXMLArchive (string strRootTagName)
 
CXMLElementParse (string)
 
CXMLElementGetRoot ()
 
CXMLElementSetRoot (CXMLElement *)
 
string Dump ()
 

Detailed Description

XML Archive used to store objects as XML

Constructor & Destructor Documentation

CXMLArchive::CXMLArchive ( )

construct empty for parsing into

CXMLArchive::CXMLArchive ( string  strRootTagName)

construct new tree with root for saving CXMLArchive(CArchive& ar); /*!< read and parse from archive CXMLElement* Parse(CArchive&); /*!< reads archive and parses it

Member Function Documentation

string CXMLArchive::Dump ( )

dumps XML as text

CXMLElement * CXMLArchive::GetRoot ( )

retrieve the root element

CXMLElement * CXMLArchive::Parse ( string  strXML)

parses the given string

CXMLElement * CXMLArchive::SetRoot ( CXMLElement pNewElement)

set new root element


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