Xalan-C++ API Documentation
Xalan-C++ API Documentation
The Xalan C++ XSLT Processor Version 1.10
Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   
XercesLiaisonXalanDOMStringPool  Class Reference
#include <XercesLiaisonXalanDOMStringPool.hpp>
Inheritance diagram for XercesLiaisonXalanDOMStringPool:
 [legend]
[legend]Collaboration diagram for XercesLiaisonXalanDOMStringPool:
 [legend]List of all members.
[legend]List of all members.Public Types
Public Methods
Static Public Methods
Member Typedef Documentation
  
    | 
        
          | typedef XERCES_CPP_NAMESPACE_QUALIFIER XMLMutexLock XercesLiaisonXalanDOMStringPool::XMLMutexLockType |  | 
  
    | 
        
          | typedef XERCES_CPP_NAMESPACE_QUALIFIER XMLMutex XercesLiaisonXalanDOMStringPool::XMLMutexType |  | 
Constructor & Destructor Documentation
  
    | 
        
          | XercesLiaisonXalanDOMStringPool::XercesLiaisonXalanDOMStringPool ( | MemoryManagerType & theManager )  [explicit] |  | 
  
    | 
        
          | XercesLiaisonXalanDOMStringPool::~XercesLiaisonXalanDOMStringPool ( | )  [virtual] |  | 
Member Function Documentation
  
    | 
        
          | void XercesLiaisonXalanDOMStringPool::clear ( | )  [virtual] |  | 
  
    | 
        
          | XercesLiaisonXalanDOMStringPool * XercesLiaisonXalanDOMStringPool::create ( | MemoryManagerType & theManager )  [static] |  | 
  
    |  | 
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 XalanDOMString::npos, the string is assumed to be null-terminated. | 
 
Returns: 
a const reference to the pooled string. 
 
Reimplemented from XalanDOMStringPool.     | 
  
    |  | 
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 from XalanDOMStringPool.     | 
  
    | 
        
          | size_t XercesLiaisonXalanDOMStringPool::size ( | ) const  [virtual] |  | 
  
    |  | 
Get the number of strings in the pool.
 
 
Returns: 
the size of the pool. 
 
Reimplemented from XalanDOMStringPool.     | 
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++ XSLT Processor Version 1.10Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.
 | 
	
		|  
 |