![]() |
VVSDK
1.0
The VVAmbisonic Library
|
#include <XMLParser.h>
Public Member Functions | |
| CXMLArchive () | |
| CXMLArchive (string strRootTagName) | |
| CXMLElement * | Parse (string) |
| CXMLElement * | GetRoot () |
| CXMLElement * | SetRoot (CXMLElement *) |
| string | Dump () |
XML Archive used to store objects as XML
| 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
| 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
1.8.10