Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

Xml::Document Class Reference

Xml Document. More...

#include <xml.h>

List of all members.

Public Member Functions

 Document (const char *src)
 load src
 ~Document ()
Element operator() ()
 first child
Element operator() (const char *el)
 first el child

Private Attributes

TiXmlDocument doc


Detailed Description

Xml Document.

        Xml::Document doc = "mydoc.xml";

        Xml::Element root = doc();
        Xml::Element root = doc("Root");


Constructor & Destructor Documentation

Xml::Document::Document const char *  src  ) 
 

load src

Xml::Document::~Document  ) 
 


Member Function Documentation

Element Xml::Document::operator() const char *  el  ) 
 

first el child

Element Xml::Document::operator()  ) 
 

first child


Member Data Documentation

TiXmlDocument Xml::Document::doc [private]
 


The documentation for this class was generated from the following files:
Generated on Sun Mar 20 12:22:07 2005 for The Grid by doxygen 1.3.8