#include <MemBufFormatTarget.hpp>
Inheritance diagram for xercesc::MemBufFormatTarget:
Public Member Functions | |
virtual void | writeChars (const XMLByte *const toWrite, const unsigned int count, XMLFormatter *const formatter) |
const XMLByte * | getRawBuffer () const |
Returned the internal raw buffer. | |
unsigned int | getLen () const |
Returned the length of the raw buffer. | |
reset | |
void | reset () |
Reset the internal string buffer. |
xercesc::MemBufFormatTarget::MemBufFormatTarget | ( | int | initCapacity = 1023 , |
|
MemoryManager *const | manager = XMLPlatformUtils::fgMemoryManager | |||
) |
xercesc::MemBufFormatTarget::~MemBufFormatTarget | ( | ) |
xercesc::MemBufFormatTarget::MemBufFormatTarget | ( | int | initCapacity = 1023 , |
|
MemoryManager *const | manager = XMLPlatformUtils::fgMemoryManager | |||
) |
xercesc::MemBufFormatTarget::~MemBufFormatTarget | ( | ) |
virtual void xercesc::MemBufFormatTarget::writeChars | ( | const XMLByte *const | toWrite, | |
const unsigned int | count, | |||
XMLFormatter *const | formatter | |||
) | [virtual] |
Implements xercesc::XMLFormatTarget.
const XMLByte* xercesc::MemBufFormatTarget::getRawBuffer | ( | ) | const |
Returned the internal raw buffer.
unsigned int xercesc::MemBufFormatTarget::getLen | ( | ) | const [inline] |
Returned the length of the raw buffer.
void xercesc::MemBufFormatTarget::reset | ( | ) |
Reset the internal string buffer.