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

Home

Readme
Charter
Release Info

Installation
Download
Build Instructions

FAQs
Samples
API Docs

DOM C++ Binding
Programming
Migration Guide

Feedback
Bug-Reporting
PDF Document

Source Repository
User Mail Archive
Devel Mail Archive

API Docs for SAX and DOM
 

MemBufFormatTarget Class Reference

Inheritance diagram for MemBufFormatTarget:

Inheritance graph
[legend]
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

unsigned int MemBufFormatTarget::getLen  )  const
 

Returned the length of the raw buffer.

const XMLByte* MemBufFormatTarget::getRawBuffer  )  const
 

Returned the internal raw buffer.

void MemBufFormatTarget::reset  ) 
 

Reset the internal string buffer.

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

Implements XMLFormatTarget.


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


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