Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSL Transformer Version 1.1
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
XalanDOMStringPool Class Reference
#include <XalanDOMStringPool.hpp>
Inheritance diagram for XalanDOMStringPool
[legend]Collaboration diagram for XalanDOMStringPool:
[legend]List of all members.Public Types
Public Methods
Member Enumeration Documentation
|
-
Enumeration values:
-
eDefaultBlockSize
|
|
eDefaultBucketCount
|
|
eDefaultBucketSize
|
|
|
Constructor & Destructor Documentation
XalanDOMStringPool::XalanDOMStringPool (
|
unsigned int theBlockSize = eDefaultBlockSize,
|
|
unsigned int theBucketCount = eDefaultBucketCount,
|
|
unsigned int theBucketSize = eDefaultBucketSize ) [explicit]
|
|
|
Create a string pool.
-
Parameters:
-
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. |
|
virtual XalanDOMStringPool::~XalanDOMStringPool (
|
) [virtual]
|
|
Member Function Documentation
void XalanDOMStringPool::clear (
|
) [virtual]
|
|
const XalanDOMString & XalanDOMStringPool::get (
|
const XalanDOMChar * theString,
|
|
unsigned int theLength = unsigned(-1) ) [virtual]
|
|
|
Get a pooled string.
If the string is not pooled, it is added. -
Parameters:
-
theString
|
The string to pool. |
theLength
|
The length of the string. If -1, the string is assumed to be null-terminated. |
-
Returns:
-
a const reference to the pooled string.
Reimplemented in XercesLiaisonXalanDOMStringPool. |
|
Get a pooled string.
If the string is not pooled, it is added. -
Parameters:
-
theString
|
The string to pool. |
-
Returns:
-
a const reference to the pooled string.
Reimplemented in XercesLiaisonXalanDOMStringPool. |
|
Get a reference to the pool's hash table.
Useful for diagnostic purposes.
-
Returns:
-
a const reference to the hash table.
|
unsigned int XalanDOMStringPool::size (
|
) const [virtual]
|
|
The documentation for this class was generated from the following file:
Interpreting class diagrams
Doxygen and
GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSL Transformer Version 1.1
Copyright © 2000, 2001 The Apache Software Foundation. All Rights Reserved.
|
|