#include <XalanDOMStringPool.hpp>
Inheritance diagram for XalanDOMStringPool
Collaboration diagram for XalanDOMStringPool:
|
|
|
|
|
|
Create a string pool.
theBlockSize | The block size for the allocator. |
theBucketCount | The number of buckets to use for the hash table. This should be a prime number for best results. |
theBucketSize | The initial size of each bucket in the hash table. |
|
|
|
Get a pooled string.
If the string is not pooled, it is added.
theString | The string to pool. |
theLength | The length of the string. If XalanDOMString::npos, the string is assumed to be null-terminated. |
Reimplemented in XercesLiaisonXalanDOMStringPool.
|
Get a pooled string.
If the string is not pooled, it is added.
theString | The string to pool. |
Reimplemented in XercesLiaisonXalanDOMStringPool.
|
Get a reference to the pool's hash table.
Useful for diagnostic purposes.
|
Get the number of strings in the pool.
Reimplemented in XercesLiaisonXalanDOMStringPool.
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.6 |
|