XMLBEANSXX
0.9.8
|
#include <XercesUtils.h>
Public Member Functions | |
StdStringFormatTarget () | |
virtual void | writeChars (const XMLByte *const toWrite, const unsigned int count, xercesc::XMLFormatter *const formatter) |
std::string | getString () const |
void | reset () |
Private Attributes | |
std::string | s |
Provides a xerces XMLFormatTarget that writes to String.
std::string xmlbeansxx::StdStringFormatTarget::getString | ( | ) | const |
void xmlbeansxx::StdStringFormatTarget::writeChars | ( | const XMLByte *const | toWrite, |
const unsigned int | count, | ||
xercesc::XMLFormatter *const | formatter | ||
) | [virtual] |
std::string xmlbeansxx::StdStringFormatTarget::s [private] |