lsxml::XmlDocument< _Ty > Class Template Reference

xml document class More...

#include <lsxml.h>

Inheritance diagram for lsxml::XmlDocument< _Ty >:

lsxml::XmlNode< _Ty > lsxml::XmlNode< _Ty > lsxml::BaseObject lsxml::BaseObject lsxml::BaseObject lsxml::BaseObject List of all members.

Public Member Functions

 XmlDocument ()
 ctor
bool Load (InputStream< _Ty > *stream)
 loads the document from the specified stream
bool Load (const _Ty *begin, const _Ty *end=0)
 loads the document from the specified string
bool Save (OutputStream< _Ty > *stream)
 saves the document to the specified stream
 XmlDocument ()
 ctor
bool Load (InputStream< _Ty > *stream)
 loads the document from the specified stream
bool Load (const _Ty *begin, const _Ty *end=0)
 loads the document from the specified string
bool Save (OutputStream< _Ty > *stream)
 saves the document to the specified stream
bool LoadFile (const _Ty *filename)
 loads the document from the specified file
bool SaveFile (const _Ty *filename)
 saves the document to the specified file

Detailed Description

template<typename _Ty>
class lsxml::XmlDocument< _Ty >

xml document class


The documentation for this class was generated from the following files:
Generated on Tue Sep 29 14:51:13 2009 for lsxml by  doxygen 1.5.1-p1