XercesTextWrapperAllocator(MemoryManager &theManager, size_type theBlockCount)
Construct an instance that will allocate blocks of the specified size.
~XercesTextWrapperAllocator()
ArenaAllocator< ObjectType > ArenaAllocatorType
XercesTextWrapper ObjectType
ArenaAllocatorType::size_type size_type
size_type getBlockCount() const
Get size of an ArenaBlock, that is, the number of objects in each block.
void reset()
Delete all objects from allocator.
size_type getBlockSize() const
Get the number of ArenaBlocks currently allocated.
ObjectType * create(const DOMTextType *theXercesText, const XercesWrapperNavigator &theNavigator)
Create a XercesTextWrapper instance.