Xalan-C++ API Reference  1.12.0
Public Types | Public Member Functions | List of all members
xalanc::XercesElementBridgeAllocator Class Reference

This class is deprecated. More...

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

Public Types

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

Public Member Functions

 XercesElementBridgeAllocator (size_type theBlockCount)
 Construct an instance that will allocate blocks of the specified size. More...
 
 ~XercesElementBridgeAllocator ()
 
ObjectTypecreate (const DOM_ElementType &theXercesElement, const XercesBridgeNavigator &theNavigator)
 Create a XercesElementBridge 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 is part of the deprecated Xerces DOM bridge.

Definition at line 44 of file XercesElementBridgeAllocator.hpp.

Member Typedef Documentation

◆ ArenaAllocatorType

Definition at line 57 of file XercesElementBridgeAllocator.hpp.

◆ ObjectType

Definition at line 48 of file XercesElementBridgeAllocator.hpp.

◆ size_type

Definition at line 60 of file XercesElementBridgeAllocator.hpp.

Constructor & Destructor Documentation

◆ XercesElementBridgeAllocator()

xalanc::XercesElementBridgeAllocator::XercesElementBridgeAllocator ( size_type  theBlockCount)

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

Parameters
theBlockSizeThe block size.

◆ ~XercesElementBridgeAllocator()

xalanc::XercesElementBridgeAllocator::~XercesElementBridgeAllocator ( )

Member Function Documentation

◆ create()

ObjectType* xalanc::XercesElementBridgeAllocator::create ( const DOM_ElementType theXercesElement,
const XercesBridgeNavigator theNavigator 
)

Create a XercesElementBridge instance.

Parameters
theXercesElementThe Xerces element node
theNavigatorThe navigator for this instance.
Returns
pointer to the instance

◆ getBlockCount()

size_type xalanc::XercesElementBridgeAllocator::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 XercesElementBridgeAllocator.hpp.

◆ getBlockSize()

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

Get the number of ArenaBlocks currently allocated.

Returns
The number of blocks.

Definition at line 108 of file XercesElementBridgeAllocator.hpp.

◆ reset()

void xalanc::XercesElementBridgeAllocator::reset ( )

Delete all objects from allocator.



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