19#if !defined(XNODESETNODEPROXYALLOCATOR_INCLUDE_GUARD_12455133)
20#define XNODESETNODEPROXYALLOCATOR_INCLUDE_GUARD_12455133
109 return m_allocator.getBlockCount();
120 return m_allocator.getBlockSize();
133 ArenaAllocatorType m_allocator;
#define XALAN_XPATH_EXPORT
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
ReusableArenaBlockType::size_type size_type
nodeset_type * create(XalanNode *value)
Create an object using the allocator.
ReusableArenaAllocator< nodeset_type > ArenaAllocatorType
XNodeSetNodeProxyAllocator(MemoryManager &theManager, size_type theBlockCount)
Construct an instance that will allocate blocks of the specified size.
void reset()
Delete all XNodeSet objects from allocator.
size_type getBlockCount() const
Get size of an ArenaBlock, that is, the number of objects in each block.
bool destroy(nodeset_type *theNodeSet)
Delete an XNodeSet object from allocator.
XNodeSetNodeProxy nodeset_type
nodeset_type * clone(const XNodeSetNodeProxy &value)
Clone an XNodeSet object.
size_type getBlockSize() const
Get the number of ArenaBlocks currently allocated.
ArenaAllocatorType::size_type size_type
bool ownsObject(const nodeset_type *theObject)
Determine if an object is owned by the allocator...
~XNodeSetNodeProxyAllocator()
Class to hold XPath return types.