17 #if !defined(XALANELEMTEXTLITERALALLOCATOR_INCLUDE_GUARD_12455133)
18 #define XALANELEMTEXTLITERALALLOCATOR_INCLUDE_GUARD_12455133
35 XALAN_CPP_NAMESPACE_BEGIN
45 #if defined(XALAN_NO_DEFAULT_TEMPLATE_ARGUMENTS)
85 const XalanDOMChar* ch,
89 bool disableOutputEscaping);
97 return m_allocator.ownsObject(theObject);
117 return m_allocator.getBlockCount();
129 return m_allocator.getBlockSize();
141 ArenaAllocatorType m_allocator;
146 XALAN_CPP_NAMESPACE_END
150 #endif // XALANELEMTEXTLITERALALLOCATOR_INCLUDE_GUARD_12455133
void reset()
Delete all objects from the allocator.
Definition: XalanElemTextLiteralAllocator.hpp:104
XALAN_CPP_NAMESPACE_BEGIN typedef XERCES_CPP_NAMESPACE_QUALIFIER MemoryManager MemoryManagerType
Definition: XalanMemoryManagement.hpp:39
Definition: ArenaBlock.hpp:36
size_type getBlockSize() const
Get size of an ArenaBlock, that is, the number of objects in each block.
Definition: XalanElemTextLiteralAllocator.hpp:127
Definition: ArenaAllocator.hpp:45
Definition: ElemTextLiteral.hpp:38
XALAN_CPP_NAMESPACE_BEGIN typedef size_t size_type
Definition: XalanMap.hpp:44
ElemTextLiteral data_type
Definition: XalanElemTextLiteralAllocator.hpp:43
ArenaAllocator< data_type > ArenaAllocatorType
Definition: XalanElemTextLiteralAllocator.hpp:50
#define XALAN_XSLT_EXPORT
Definition: XSLTDefinitions.hpp:25
XalanDOMString::size_type length(const XalanDOMString &theString)
Get the length of a XalanDOMString.
Definition: DOMStringHelper.hpp:277
Definition: StylesheetConstructionContext.hpp:73
This class represents the base stylesheet or an "import" stylesheet.
Definition: Stylesheet.hpp:84
ArenaAllocatorType::size_type size_type
Definition: XalanElemTextLiteralAllocator.hpp:53
unsigned int size_type
Definition: XalanDOMString.hpp:53
size_type getBlockCount() const
Get the number of ArenaBlocks currently allocated.
Definition: XalanElemTextLiteralAllocator.hpp:115
bool ownsObject(const data_type *theObject)
Determine if an object is owned by the allocator...
Definition: XalanElemTextLiteralAllocator.hpp:95
Definition: XalanElemTextLiteralAllocator.hpp:39
ArenaBlockType::size_type size_type
Definition: ArenaAllocator.hpp:53