XMLBuffer is a lightweight, expandable Unicode text buffer
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.
alphabetic index hierarchy of classes
Xerces-C XML Parser for C++ Version 1.1 |
|
generated by doc++