Xalan-C++ API Reference  1.12.0
Public Types | Public Member Functions | List of all members
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. More...
 
 ~XercesTextBridgeAllocator ()
 
ObjectTypecreate (const DOM_TextType &theXercesText, const XercesBridgeNavigator &theNavigator)
 Create a XercesTextBridge instance. More...
 
void reset ()
 Delete all objects from allocator. More...
 
size_type getBlockCount () const
 Get size of an ArenaBlock, that is, the number of objects in each block. More...
 
size_type getBlockSize () const
 Get the number of ArenaBlocks currently allocated. More...
 

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

Definition at line 57 of file XercesTextBridgeAllocator.hpp.

◆ ObjectType

Definition at line 48 of file XercesTextBridgeAllocator.hpp.

◆ size_type

Definition at line 60 of file XercesTextBridgeAllocator.hpp.

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: