17 #if !defined(XALANQNAMEBYVALUEALLOCATOR_INCLUDE_GUARD_12455133)
18 #define XALANQNAMEBYVALUEALLOCATOR_INCLUDE_GUARD_12455133
35 XALAN_CPP_NAMESPACE_BEGIN
47 #if defined(XALAN_NO_DEFAULT_TEMPLATE_ARGUMENTS)
104 bool fUseDefault =
false);
118 const XalanDOMChar* qname,
121 bool fUseDefault =
false);
163 return m_allocator.ownsObject(theObject);
183 return m_allocator.getBlockCount();
195 return m_allocator.getBlockSize();
207 ArenaAllocatorType m_allocator;
212 XALAN_CPP_NAMESPACE_END
216 #endif // XALANQNAMEBYVALUEALLOCATOR_INCLUDE_GUARD_12455133
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
Definition: DOMSupport.hpp:39
Definition: ArenaBlock.hpp:36
Definition: XalanElement.hpp:42
data_type::NamespacesStackType NamespacesStackType
Definition: XalanQNameByValueAllocator.hpp:44
size_type getBlockSize() const
Get size of an ArenaBlock, that is, the number of objects in each block.
Definition: XalanQNameByValueAllocator.hpp:193
Definition: ArenaAllocator.hpp:45
bool ownsObject(const data_type *theObject)
Determine if an object is owned by the allocator...
Definition: XalanQNameByValueAllocator.hpp:161
Definition: XPathEnvSupport.hpp:62
XALAN_CPP_NAMESPACE_BEGIN typedef size_t size_type
Definition: XalanMap.hpp:44
ArenaAllocatorType::size_type size_type
Definition: XalanQNameByValueAllocator.hpp:55
This class defines an interface for classes that resolve namespace prefixes to their URIs...
Definition: PrefixResolver.hpp:37
XalanQNameByValue data_type
Definition: XalanQNameByValueAllocator.hpp:43
XERCES_CPP_NAMESPACE_QUALIFIER Locator LocatorType
Definition: XalanQNameByValue.hpp:47
Definition: XalanQNameByValue.hpp:43
void reset()
Delete all objects from the allocator.
Definition: XalanQNameByValueAllocator.hpp:170
size_type getBlockCount() const
Get the number of ArenaBlocks currently allocated.
Definition: XalanQNameByValueAllocator.hpp:181
Definition: XalanDOMString.hpp:42
Definition: XalanQNameByValueAllocator.hpp:39
ArenaAllocator< data_type > ArenaAllocatorType
Definition: XalanQNameByValueAllocator.hpp:52
#define XALAN_XPATH_EXPORT
Definition: XPathDefinitions.hpp:33
data_type::LocatorType LocatorType
Definition: XalanQNameByValueAllocator.hpp:45
Xalan implementation of deque.
Definition: XalanDeque.hpp:160
ArenaBlockType::size_type size_type
Definition: ArenaAllocator.hpp:53