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

Home

Readme
Release Info

Installation
Download
Build

FAQs
Samples
API Docs

DOM C++ Binding
Programming
Migration Guide

Feedback
Bug-Reporting
PDF Document

CVS Repository
Mail Archive

API Docs for SAX and DOM
 

Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

MemBufFormatTarget Class Reference

Inheritance diagram for MemBufFormatTarget:

Inheritance graph
[legend]
Collaboration diagram for MemBufFormatTarget:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual void writeChars (const XMLByte *const toWrite, const unsigned int count, XMLFormatter *const formatter)
const XMLBytegetRawBuffer () const
 Returned the internal raw buffer. More...

unsigned int getLen () const
 Returned the length of the raw buffer. More...

constructors and destructor
 MemBufFormatTarget (int initCapacity=1023, MemoryManager *const manager=XMLPlatformUtils::fgMemoryManager)
 ~MemBufFormatTarget ()
reset
void reset ()
 Reset the internal string buffer. More...


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 © 2004 The Apache Software Foundation. All Rights Reserved.