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


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,
const unsigned int count = 0)

void XMLBufBid::append ( const 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,
const unsigned int count = 0)


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


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