dodo::data::format::xml::__info__ Struct Reference
desribes information about given XML document More...
#include <dataFormatXmlProcessor.h>
Public Member Functions | |
| __info__ () | |
| constructor | |
| __info__ (const dodoString &version, const dodoString &encoding, const dodoString &root, int compression) | |
| constructor | |
Public Attributes | |
| dodoString | version |
| version of XML document | |
| dodoString | encoding |
| encoding of XML document | |
| dodoString | root |
| name of the root element of XML document | |
| int | compression |
| compression of XML document | |
Detailed Description
desribes information about given XML document
Definition at line 81 of file dataFormatXmlProcessor.h.
Constructor & Destructor Documentation
| dodo::data::format::xml::__info__::__info__ | ( | ) |
constructor
| dodo::data::format::xml::__info__::__info__ | ( | const dodoString & | version, | |
| const dodoString & | encoding, | |||
| const dodoString & | root, | |||
| int | compression | |||
| ) |
constructor
- Note:
- initializes with user values
Member Data Documentation
compression of XML document
Definition at line 100 of file dataFormatXmlProcessor.h.
| dodoString dodo::data::format::xml::__info__::encoding |
encoding of XML document
Definition at line 97 of file dataFormatXmlProcessor.h.
| dodoString dodo::data::format::xml::__info__::root |
name of the root element of XML document
Definition at line 98 of file dataFormatXmlProcessor.h.
| dodoString dodo::data::format::xml::__info__::version |
version of XML document
Definition at line 96 of file dataFormatXmlProcessor.h.
The documentation for this struct was generated from the following file:
- include/libdodo/dataFormatXmlProcessor.h
Generated on Sun Nov 8 03:44:48 2009 for libdodo by
1.6.1

