http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Home

Readme
Charter
Release Info

Installation
Download
Build Instructions

Programming
Samples
FAQs

API Docs
DOM C++ Binding
Migration Guide

Feedback
Bug-Reporting
Mailing Lists

Source Repository
Applications

API Docs for SAX and DOM
 

MemBufFormatTarget Class Reference

Inheritance diagram for MemBufFormatTarget:

List of all members.

Public Member Functions

virtual void writeChars (const XMLByte *const toWrite, const unsigned int count, XMLFormatter *const formatter)
const XMLBytegetRawBuffer () const
 Returned the internal raw buffer.
unsigned int getLen () const
 Returned the length of the raw buffer.
constructors and destructor
 MemBufFormatTarget (int initCapacity=1023, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
 ~MemBufFormatTarget ()
reset
void reset ()
 Reset the internal string buffer.


Constructor & Destructor Documentation

MemBufFormatTarget::MemBufFormatTarget ( int  initCapacity = 1023,
MemoryManager *const   manager = XMLPlatformUtils::fgMemoryManager 
)

MemBufFormatTarget::~MemBufFormatTarget (  ) 


Member Function Documentation

virtual void MemBufFormatTarget::writeChars ( const XMLByte *const   toWrite,
const unsigned int  count,
XMLFormatter *const   formatter 
) [virtual]

Implements XMLFormatTarget.

const XMLByte* MemBufFormatTarget::getRawBuffer (  )  const

Returned the internal raw buffer.

unsigned int MemBufFormatTarget::getLen (  )  const

Returned the length of the raw buffer.

void MemBufFormatTarget::reset (  ) 

Reset the internal string buffer.


The documentation for this class was generated from the following file:


Copyright © 1994-2004 The Apache Software Foundation. All Rights Reserved.