Interface for node printing (see Node::Print) More...
#include <xmldoc.h>
Public Member Functions | |
| virtual | ~Writer () |
| Empty Virtual Destructor. | |
| virtual void | Write (const void *data, size_t size)=0 |
| This will be used to output xml to an external source such as a file or stream. | |
Interface for node printing (see Node::Print)
| virtual void Mezzanine::xml::Writer::Write | ( | const void * | data, |
| size_t | size | ||
| ) | [pure virtual] |
This will be used to output xml to an external source such as a file or stream.
| data | This is a pointer to something that will get written to the output |
| size | The size in bytes of whatever was passed in. |
Implemented in Mezzanine::xml::WriterFile, and Mezzanine::xml::WriterStream.
1.7.3