19 #if !defined(XNODESETNODEPROXYALLOCATOR_INCLUDE_GUARD_12455133) 20 #define XNODESETNODEPROXYALLOCATOR_INCLUDE_GUARD_12455133 91 return m_allocator.ownsObject(theObject);
109 return m_allocator.getBlockCount();
120 return m_allocator.getBlockSize();
133 ArenaAllocatorType m_allocator;
142 #endif // XNODESETNODEPROXYALLOCATOR_INCLUDE_GUARD_12455133 ReusableArenaAllocator< nodeset_type > ArenaAllocatorType
#define XALAN_CPP_NAMESPACE
Xalan-C++ namespace, including major and minor version.
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.
ArenaAllocatorType::size_type size_type
bool ownsObject(const nodeset_type *theObject)
Determine if an object is owned by the allocator...
ReusableArenaBlockType::size_type size_type
Class to hold XPath return types.
XNodeSetNodeProxy nodeset_type
#define XALAN_XPATH_EXPORT