Xalan-C++ API Reference 1.12.0
xalanc::XercesTextBridgeAllocator Class Reference

This class is deprecated. More...

#include <xalanc/XercesParserLiaison/Deprecated/XercesTextBridgeAllocator.hpp>

Public Types

typedef XercesTextBridge ObjectType
 
typedef ArenaAllocator< ObjectTypeArenaAllocatorType
 
typedef ArenaAllocatorType::size_type size_type
 

Public Member Functions

 XercesTextBridgeAllocator (size_type theBlockCount)
 Construct an instance that will allocate blocks of the specified size.
 
 ~XercesTextBridgeAllocator ()
 
ObjectTypecreate (const DOM_TextType &theXercesText, const XercesBridgeNavigator &theNavigator)
 Create a XercesTextBridge instance.
 
void reset ()
 Delete all objects from allocator.
 
size_type getBlockCount () const
 Get size of an ArenaBlock, that is, the number of objects in each block.
 
size_type getBlockSize () const
 Get the number of ArenaBlocks currently allocated.
 

Detailed Description

This class is deprecated.

Deprecated
This class works with the deprecated Xerces DOM bridge.

Definition at line 44 of file XercesTextBridgeAllocator.hpp.

Member Typedef Documentation

◆ ArenaAllocatorType

◆ ObjectType

◆ size_type

Constructor & Destructor Documentation

◆ XercesTextBridgeAllocator()

xalanc::XercesTextBridgeAllocator::XercesTextBridgeAllocator ( size_type theBlockCount)

Construct an instance that will allocate blocks of the specified size.

Parameters
theBlockSizeThe block size.

◆ ~XercesTextBridgeAllocator()

xalanc::XercesTextBridgeAllocator::~XercesTextBridgeAllocator ( )

Member Function Documentation

◆ create()

ObjectType * xalanc::XercesTextBridgeAllocator::create ( const DOM_TextType & theXercesText,
const XercesBridgeNavigator & theNavigator )

Create a XercesTextBridge instance.

Parameters
theXercesTextThe Xerces text node
theNavigatorThe navigator for this instance.
Returns
pointer to the instance

◆ getBlockCount()

size_type xalanc::XercesTextBridgeAllocator::getBlockCount ( ) const
inline

Get size of an ArenaBlock, that is, the number of objects in each block.

Returns
The size of the block

Definition at line 97 of file XercesTextBridgeAllocator.hpp.

◆ getBlockSize()

size_type xalanc::XercesTextBridgeAllocator::getBlockSize ( ) const
inline

Get the number of ArenaBlocks currently allocated.

Returns
The number of blocks.

Definition at line 108 of file XercesTextBridgeAllocator.hpp.

◆ reset()

void xalanc::XercesTextBridgeAllocator::reset ( )

Delete all objects from allocator.



The documentation for this class was generated from the following file: