#include <lsxml.h>
Inheritance diagram for lsxml::XmlDocument< _Ty >:

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 | |
1.5.1-p1