#include <XalanSourceTreeDocumentAllocator.hpp>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Construct an instance that will allocate blocks of the specified size.
| theBlockSize | The block size. |
|
|
Create a XalanSourceTreeDocument object.
| fPoolAllText | If false, text node data that is not whitespace will not be pooled. |
| theAttributeBlockSize | The block size for allocating attribute nodes |
| theAttributeNSBlockSize | The block size for allocating attribute NS nodes |
| theCommentBlockSize | The block size for allocating comment nodes |
| theElementBlockSize | The block size for allocating element nodes |
| theElementNSBlockSize | The block size for allocating element nodes |
| theTextBlockSize | The block size for allocating text nodes, |
| theTextIWSBlockSize |
The block size for allocating text IWS nodes,
|
|
Create a XalanSourceTreeDocument object.
| fPoolAllText | If false, text node data that is not whitespace will not be pooled. |
| theNamesStringPoolBlockSize | The block size for allocating strings in the name pool |
| theNamesStringPoolBucketCount | The number of buckets for allocating strings in the name pool |
| theNamesStringPoolBucketSize | The bucket size for allocating strings in the name pool |
| theValuesStringPoolBlockSize | The block size for allocating strings in the values pool |
| theValuesStringPoolBucketCount | The number of buckets for allocating strings in the values pool |
| theValuesStringPoolBucketSize |
The bucket size for allocating strings in the values pool
|
|
Delete a XalanSourceTreeDocument object from allocator.
|
Get the number of ArenaBlocks currently allocated.
|
Get size of an ArenaBlock, that is, the number of objects in each block.
|
Determine if an object is owned by the allocator...
|
Delete all XalanSourceTreeDocument objects from allocator.
The documentation for this class was generated from the following file:
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.4 |
|
|