class XMLBuffer

XMLBuffer is a lightweight, expandable Unicode text buffer

Inheritance:



Documentation

XMLBuffer is a lightweight, expandable Unicode text buffer. Since XML is inherently theoretically unbounded in terms of the sizes of things, we very often need to have expandable buffers. The primary concern here is that appends of characters and other buffers or strings be very fast, so it always maintains the current buffer size. The buffer is not nul terminated until some asks to see the raw buffer contents. This also avoids overhead during append operations.

This class has no child classes.

alphabetic index hierarchy of classes


Xerces-C XML Parser for C++ Version 1.1
Copyright © 2000 The Apache Software Foundation. All Rights Reserved.

generated by doc++