Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

XMLDoc Class Reference

#include <XMLDoc.hpp>

List of all members.

Public Methods

 XMLDoc (const string &root="")
 XMLDoc (Folder *folder, const int levels=1)
void addNode (XMLNode *node)
const string getDoc ()


Detailed Description

Creates an XML Document from a folder with all its children.


Constructor & Destructor Documentation

XMLDoc::XMLDoc const string &    root = ""
 

Constructor. Create an empty document

XMLDoc::XMLDoc Folder   folder,
const int    levels = 1
 

Constructor. Create a document containing all items of this folder.

ameter levels number of levels to include.


Member Function Documentation

void XMLDoc::addNode XMLNode   node
 

Add a node to the document.

const string XMLDoc::getDoc  
 

Get the strign representation of the document.


The documentation for this class was generated from the following files:
Generated on Sun Jan 20 21:00:00 2002 for bkmd by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001