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

Home

Readme
Installation
Build

API Docs
Samples
Programming
Migration
FAQs

Releases
Feedback

PDF Document

Download
Dev Snapshots
CVS Repository
Mail Archive

API Docs for SAX and DOM
 

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

XMLBufBid Class Reference

XMLBufBid is a scoped based janitor that allows the scanner code to ask for a buffer on a scoped basis and then insure that it gets freed back into the pool no matter how the scope is exited (exception or normal exit.). More...

#include <XMLBufferMgr.hpp>

Collaboration diagram for XMLBufBid:

List of all members.

Public Methods

 XMLBufBid (XMLBufferMgr* const srcMgr)
 ~XMLBufBid ()
void append (const XMLCh toAppend)
void append (const XMLCh* const toAppend, const unsigned int count = 0)
const XMLBuffergetBuffer () const
XMLBuffergetBuffer ()
const XMLCh* getRawBuffer () const
XMLCh* getRawBuffer ()
unsigned int getLen () const
bool isEmpty ()
void reset ()
void set (const XMLCh* const chars, const unsigned int count = 0)


Detailed Description

XMLBufBid is a scoped based janitor that allows the scanner code to ask for a buffer on a scoped basis and then insure that it gets freed back into the pool no matter how the scope is exited (exception or normal exit.).


Constructor & Destructor Documentation

XMLBufBid::XMLBufBid ( XMLBufferMgr * const srcMgr )

XMLBufBid::~XMLBufBid ( ) []


Member Function Documentation

void XMLBufBid::append ( const XMLCh * const toAppend,
unsigned int count = 0 ) []

void XMLBufBid::append ( XMLCh toAppend ) []

XMLBuffer & XMLBufBid::getBuffer ( ) []

const XMLBuffer & XMLBufBid::getBuffer ( ) const []

unsigned int XMLBufBid::getLen ( ) const []

XMLCh * XMLBufBid::getRawBuffer ( ) []

const XMLCh * XMLBufBid::getRawBuffer ( ) const []

bool XMLBufBid::isEmpty ( ) []

void XMLBufBid::reset ( ) []

void XMLBufBid::set ( const XMLCh * const chars,
unsigned int count = 0 ) []


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


Copyright © 2000 The Apache Software Foundation. All Rights Reserved.