blob: 3e171ae0743e9819a8cb29fb8de44f12d9ddd6d0 [file] [log] [blame]
<HTML><HEAD><TITLE>Xalan-C++ API Documentation</TITLE></HEAD>
<BODY>
<h2 align="center">Xalan-C++ API Documentation</h2>
<h3 align="center">The Xalan C++ XSLT Processor Version 1.10</h3>
</BODY>
<!-- Generated by Doxygen 1.2.8.1 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="hierarchy.html">Class Hierarchy</a> &nbsp; <a class="qindex" href="classes.html">Alphabetical List</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
<hr><h1>XalanSourceTreeDocumentAllocator Class Reference</h1><code>#include &lt;<a class="el" href="XalanSourceTreeDocumentAllocator_8hpp-source.html">XalanSourceTreeDocumentAllocator.hpp</a>&gt;</code>
<p>
Collaboration diagram for XalanSourceTreeDocumentAllocator:<p><center><img src="classXalanSourceTreeDocumentAllocator__coll__graph.gif" border="0" usemap="#XalanSourceTreeDocumentAllocator_coll_map" alt="Collaboration graph"></center>
<map name="XalanSourceTreeDocumentAllocator_coll_map">
<area href="classArenaAllocator.html" shape="rect" coords="28,237,211,213">
<area href="classXalanList.html" shape="rect" coords="22,146,217,122">
<area href="structXalanList_1_1Node.html" shape="rect" coords="68,42,171,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classXalanSourceTreeDocumentAllocator-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef <a class="el" href="classXalanSourceTreeDocument.html">XalanSourceTreeDocument</a> <a class="el" href="classXalanSourceTreeDocumentAllocator.html#s0">data_type</a>
<li>typedef <a class="el" href="classReusableArenaAllocator.html">ReusableArenaAllocator</a>&lt;<br>
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s0">data_type</a>&gt; <a class="el" href="classXalanSourceTreeDocumentAllocator.html#s1">ArenaAllocatorType</a>
<li>typedef ArenaAllocatorType::size_type <a class="el" href="classXalanSourceTreeDocumentAllocator.html#s2">size_type</a>
<li>typedef XalanSourceTreeDocument::block_size_type <a class="el" href="classXalanSourceTreeDocumentAllocator.html#s3">block_size_type</a>
<li>typedef XalanSourceTreeDocument::bucket_count_type <a class="el" href="classXalanSourceTreeDocumentAllocator.html#s4">bucket_count_type</a>
<li>typedef XalanSourceTreeDocument::bucket_size_type <a class="el" href="classXalanSourceTreeDocumentAllocator.html#s5">bucket_size_type</a>
<li>enum { <br>
&nbsp;&nbsp;<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s20s6">eDefaultAttributeAllocatorBlockSize</a> = XalanSourceTreeDocument::eDefaultAttributeAllocatorBlockSize,
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s20s7">eDefaultAttributeNSAllocatorBlockSize</a> = XalanSourceTreeDocument::eDefaultAttributeNSAllocatorBlockSize,
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s20s8">eDefaultCommentAllocatorBlockSize</a> = XalanSourceTreeDocument::eDefaultCommentAllocatorBlockSize,
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s20s9">eDefaultElementAllocatorBlockSize</a> = XalanSourceTreeDocument::eDefaultElementAllocatorBlockSize,
<br>
&nbsp;&nbsp;<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s20s10">eDefaultElementNSAllocatorBlockSize</a> = XalanSourceTreeDocument::eDefaultElementNSAllocatorBlockSize,
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s20s11">eDefaultPIAllocatorBlockSize</a> = XalanSourceTreeDocument::eDefaultPIAllocatorBlockSize,
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s20s12">eDefaultTextAllocatorBlockSize</a> = XalanSourceTreeDocument::eDefaultTextAllocatorBlockSize,
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s20s13">eDefaultTextIWSAllocatorBlockSize</a> = XalanSourceTreeDocument::eDefaultTextIWSAllocatorBlockSize,
<br>
&nbsp;&nbsp;<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s20s14">eDefaultNamesStringPoolBlockSize</a> = XalanSourceTreeDocument::eDefaultNamesStringPoolBlockSize,
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s20s15">eDefaultNamesStringPoolBucketCount</a> = XalanSourceTreeDocument::eDefaultNamesStringPoolBucketCount,
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s20s16">eDefaultNamesStringPoolBucketSize</a> = XalanSourceTreeDocument::eDefaultNamesStringPoolBucketSize,
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s20s17">eDefaultValuesStringPoolBlockSize</a> = XalanSourceTreeDocument::eDefaultValuesStringPoolBlockSize,
<br>
&nbsp;&nbsp;<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s20s18">eDefaultValuesStringPoolBucketCount</a> = XalanSourceTreeDocument::eDefaultValuesStringPoolBucketCount,
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s20s19">eDefaultValuesStringPoolBucketSize</a> = XalanSourceTreeDocument::eDefaultValuesStringPoolBucketSize
<br>
}
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXalanSourceTreeDocumentAllocator.html#a0">XalanSourceTreeDocumentAllocator</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager, <a class="el" href="classXalanSourceTreeDocumentAllocator.html#s2">size_type</a> theBlockCount)
<dl class="el"><dd><font size=-1><em>Construct an instance that will allocate blocks of the specified size.</em> <a href="#a0">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXalanSourceTreeDocumentAllocator.html#a1">~XalanSourceTreeDocumentAllocator</a> ()
<li><a class="el" href="classXalanSourceTreeDocumentAllocator.html#s0">data_type</a>* <a class="el" href="classXalanSourceTreeDocumentAllocator.html#a2">create</a> (bool fPoolAllText=true, <a class="el" href="classXalanSourceTreeDocumentAllocator.html#s3">block_size_type</a> theNamesStringPoolBlockSize=eDefaultNamesStringPoolBlockSize, <a class="el" href="classXalanSourceTreeDocumentAllocator.html#s4">bucket_count_type</a> theNamesStringPoolBucketCount=eDefaultNamesStringPoolBucketCount, <a class="el" href="classXalanSourceTreeDocumentAllocator.html#s5">bucket_size_type</a> theNamesStringPoolBucketSize=eDefaultNamesStringPoolBucketSize, <a class="el" href="classXalanSourceTreeDocumentAllocator.html#s3">block_size_type</a> theValuesStringPoolBlockSize=eDefaultValuesStringPoolBlockSize, <a class="el" href="classXalanSourceTreeDocumentAllocator.html#s4">bucket_count_type</a> theValuesStringPoolBucketCount=eDefaultValuesStringPoolBucketCount, <a class="el" href="classXalanSourceTreeDocumentAllocator.html#s5">bucket_size_type</a> theValuesStringPoolBucketSize=eDefaultValuesStringPoolBucketSize)
<dl class="el"><dd><font size=-1><em>Create a <a class="el" href="classXalanSourceTreeDocument.html">XalanSourceTreeDocument</a> object.</em> <a href="#a2">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXalanSourceTreeDocumentAllocator.html#s0">data_type</a>* <a class="el" href="classXalanSourceTreeDocumentAllocator.html#a3">create</a> (<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s2">size_type</a> theAttributeBlockSize, <a class="el" href="classXalanSourceTreeDocumentAllocator.html#s2">size_type</a> theAttributeNSBlockSize, <a class="el" href="classXalanSourceTreeDocumentAllocator.html#s2">size_type</a> theCommentBlockSize, <a class="el" href="classXalanSourceTreeDocumentAllocator.html#s2">size_type</a> theElementBlockSize, <a class="el" href="classXalanSourceTreeDocumentAllocator.html#s2">size_type</a> theElementNSBlockSize, <a class="el" href="classXalanSourceTreeDocumentAllocator.html#s2">size_type</a> thePIBlockSize, <a class="el" href="classXalanSourceTreeDocumentAllocator.html#s2">size_type</a> theTextBlockSize, <a class="el" href="classXalanSourceTreeDocumentAllocator.html#s2">size_type</a> theTextIWSBlockSize, bool fPoolAllText=true)
<dl class="el"><dd><font size=-1><em>Create a <a class="el" href="classXalanSourceTreeDocument.html">XalanSourceTreeDocument</a> object.</em> <a href="#a3">More...</a><em><br><br></em></font></dl><li>bool <a class="el" href="classXalanSourceTreeDocumentAllocator.html#a4">destroy</a> (<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s0">data_type</a> *theObject)
<dl class="el"><dd><font size=-1><em>Delete a <a class="el" href="classXalanSourceTreeDocument.html">XalanSourceTreeDocument</a> object from allocator.</em> <a href="#a4">More...</a><em><br><br></em></font></dl><li>bool <a class="el" href="classXalanSourceTreeDocumentAllocator.html#a5">ownsObject</a> (const <a class="el" href="classXalanSourceTreeDocumentAllocator.html#s0">data_type</a> *theObject)
<dl class="el"><dd><font size=-1><em>Determine if an object is owned by the allocator...</em> <a href="#a5">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXalanSourceTreeDocumentAllocator.html#a6">reset</a> ()
<dl class="el"><dd><font size=-1><em>Delete all <a class="el" href="classXalanSourceTreeDocument.html">XalanSourceTreeDocument</a> objects from allocator.</em> <a href="#a6">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXalanSourceTreeDocumentAllocator.html#s2">size_type</a> <a class="el" href="classXalanSourceTreeDocumentAllocator.html#a7">getBlockCount</a> () const
<dl class="el"><dd><font size=-1><em>Get the number of ArenaBlocks currently allocated.</em> <a href="#a7">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXalanSourceTreeDocumentAllocator.html#s2">size_type</a> <a class="el" href="classXalanSourceTreeDocumentAllocator.html#a8">getBlockSize</a> () const
<dl class="el"><dd><font size=-1><em>Get size of an <a class="el" href="classArenaBlock.html">ArenaBlock</a>, that is, the number of objects in each block.</em> <a href="#a8">More...</a><em><br><br></em></font></dl></ul>
<hr><h2>Member Typedef Documentation</h2>
<a name="s1" doxytag="XalanSourceTreeDocumentAllocator::ArenaAllocatorType"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
typedef <a class="el" href="classReusableArenaAllocator.html">ReusableArenaAllocator</a>&lt; <a class="el" href="classXalanSourceTreeDocumentAllocator.html#s0">data_type</a> &gt; XalanSourceTreeDocumentAllocator::ArenaAllocatorType&lt;<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s0">data_type</a>&gt;
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="s3" doxytag="XalanSourceTreeDocumentAllocator::block_size_type"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
typedef XalanSourceTreeDocument::block_size_type XalanSourceTreeDocumentAllocator::block_size_type
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="s4" doxytag="XalanSourceTreeDocumentAllocator::bucket_count_type"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
typedef XalanSourceTreeDocument::bucket_count_type XalanSourceTreeDocumentAllocator::bucket_count_type
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="s5" doxytag="XalanSourceTreeDocumentAllocator::bucket_size_type"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
typedef XalanSourceTreeDocument::bucket_size_type XalanSourceTreeDocumentAllocator::bucket_size_type
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="s0" doxytag="XalanSourceTreeDocumentAllocator::data_type"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
typedef <a class="el" href="classXalanSourceTreeDocument.html">XalanSourceTreeDocument</a> XalanSourceTreeDocumentAllocator::data_type
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a name="s2" doxytag="XalanSourceTreeDocumentAllocator::size_type"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
typedef ArenaAllocatorType::size_type XalanSourceTreeDocumentAllocator::size_type
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><h2>Member Enumeration Documentation</h2>
<a name="s20" doxytag="XalanSourceTreeDocumentAllocator::@40"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
anonymous enum
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
<dl compact><dt>
<b>Enumeration values:</b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><a name="s20s6" doxytag="eDefaultAttributeAllocatorBlockSize"></a><em>eDefaultAttributeAllocatorBlockSize</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s20s7" doxytag="eDefaultAttributeNSAllocatorBlockSize"></a><em>eDefaultAttributeNSAllocatorBlockSize</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s20s8" doxytag="eDefaultCommentAllocatorBlockSize"></a><em>eDefaultCommentAllocatorBlockSize</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s20s9" doxytag="eDefaultElementAllocatorBlockSize"></a><em>eDefaultElementAllocatorBlockSize</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s20s10" doxytag="eDefaultElementNSAllocatorBlockSize"></a><em>eDefaultElementNSAllocatorBlockSize</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s20s11" doxytag="eDefaultPIAllocatorBlockSize"></a><em>eDefaultPIAllocatorBlockSize</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s20s12" doxytag="eDefaultTextAllocatorBlockSize"></a><em>eDefaultTextAllocatorBlockSize</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s20s13" doxytag="eDefaultTextIWSAllocatorBlockSize"></a><em>eDefaultTextIWSAllocatorBlockSize</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s20s14" doxytag="eDefaultNamesStringPoolBlockSize"></a><em>eDefaultNamesStringPoolBlockSize</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s20s15" doxytag="eDefaultNamesStringPoolBucketCount"></a><em>eDefaultNamesStringPoolBucketCount</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s20s16" doxytag="eDefaultNamesStringPoolBucketSize"></a><em>eDefaultNamesStringPoolBucketSize</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s20s17" doxytag="eDefaultValuesStringPoolBlockSize"></a><em>eDefaultValuesStringPoolBlockSize</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s20s18" doxytag="eDefaultValuesStringPoolBucketCount"></a><em>eDefaultValuesStringPoolBucketCount</em>
&nbsp;</td><td>
</td></tr>
<tr><td valign=top><a name="s20s19" doxytag="eDefaultValuesStringPoolBucketSize"></a><em>eDefaultValuesStringPoolBucketSize</em>
&nbsp;</td><td>
</td></tr>
</table>
</dl>
</td>
</tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XalanSourceTreeDocumentAllocator::XalanSourceTreeDocumentAllocator"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XalanSourceTreeDocumentAllocator::XalanSourceTreeDocumentAllocator (
</b></td>
<td valign="bottom"><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s2">size_type</a> <em>theBlockCount</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Construct an instance that will allocate blocks of the specified size.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theBlockSize</em>
&nbsp;</td><td>
The block size. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a1" doxytag="XalanSourceTreeDocumentAllocator::~XalanSourceTreeDocumentAllocator"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
XalanSourceTreeDocumentAllocator::~XalanSourceTreeDocumentAllocator (
</b></td>
<td valign="bottom"><b>
)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr><h2>Member Function Documentation</h2>
<a name="a3" doxytag="XalanSourceTreeDocumentAllocator::create"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s0">data_type</a> * XalanSourceTreeDocumentAllocator::create (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s2">size_type</a> <em>theAttributeBlockSize</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s2">size_type</a> <em>theAttributeNSBlockSize</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s2">size_type</a> <em>theCommentBlockSize</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s2">size_type</a> <em>theElementBlockSize</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s2">size_type</a> <em>theElementNSBlockSize</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s2">size_type</a> <em>thePIBlockSize</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s2">size_type</a> <em>theTextBlockSize</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s2">size_type</a> <em>theTextIWSBlockSize</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
bool <em>fPoolAllText</em> = true&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a <a class="el" href="classXalanSourceTreeDocument.html">XalanSourceTreeDocument</a> object.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>fPoolAllText</em>
&nbsp;</td><td>
If false, text node data that is not whitespace will not be pooled. </td></tr>
<tr><td valign=top><em>theAttributeBlockSize</em>
&nbsp;</td><td>
The block size for allocating attribute nodes </td></tr>
<tr><td valign=top><em>theAttributeNSBlockSize</em>
&nbsp;</td><td>
The block size for allocating attribute NS nodes </td></tr>
<tr><td valign=top><em>theCommentBlockSize</em>
&nbsp;</td><td>
The block size for allocating comment nodes </td></tr>
<tr><td valign=top><em>theElementBlockSize</em>
&nbsp;</td><td>
The block size for allocating element nodes </td></tr>
<tr><td valign=top><em>theElementNSBlockSize</em>
&nbsp;</td><td>
The block size for allocating element nodes </td></tr>
<tr><td valign=top><em>theTextBlockSize</em>
&nbsp;</td><td>
The block size for allocating text nodes, </td></tr>
<tr><td valign=top><em>theTextIWSBlockSize</em>
&nbsp;</td><td>
The block size for allocating text IWS nodes,
<p>
</td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
pointer to a node </dl> </td>
</tr>
</table>
<a name="a2" doxytag="XalanSourceTreeDocumentAllocator::create"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s0">data_type</a> * XalanSourceTreeDocumentAllocator::create (
</b></td>
<td valign="bottom"><b>
bool <em>fPoolAllText</em> = true,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s3">block_size_type</a> <em>theNamesStringPoolBlockSize</em> = eDefaultNamesStringPoolBlockSize,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s4">bucket_count_type</a> <em>theNamesStringPoolBucketCount</em> = eDefaultNamesStringPoolBucketCount,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s5">bucket_size_type</a> <em>theNamesStringPoolBucketSize</em> = eDefaultNamesStringPoolBucketSize,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s3">block_size_type</a> <em>theValuesStringPoolBlockSize</em> = eDefaultValuesStringPoolBlockSize,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s4">bucket_count_type</a> <em>theValuesStringPoolBucketCount</em> = eDefaultValuesStringPoolBucketCount,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s5">bucket_size_type</a> <em>theValuesStringPoolBucketSize</em> = eDefaultValuesStringPoolBucketSize&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create a <a class="el" href="classXalanSourceTreeDocument.html">XalanSourceTreeDocument</a> object.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>fPoolAllText</em>
&nbsp;</td><td>
If false, text node data that is not whitespace will not be pooled. </td></tr>
<tr><td valign=top><em>theNamesStringPoolBlockSize</em>
&nbsp;</td><td>
The block size for allocating strings in the name pool </td></tr>
<tr><td valign=top><em>theNamesStringPoolBucketCount</em>
&nbsp;</td><td>
The number of buckets for allocating strings in the name pool </td></tr>
<tr><td valign=top><em>theNamesStringPoolBucketSize</em>
&nbsp;</td><td>
The bucket size for allocating strings in the name pool </td></tr>
<tr><td valign=top><em>theValuesStringPoolBlockSize</em>
&nbsp;</td><td>
The block size for allocating strings in the values pool </td></tr>
<tr><td valign=top><em>theValuesStringPoolBucketCount</em>
&nbsp;</td><td>
The number of buckets for allocating strings in the values pool </td></tr>
<tr><td valign=top><em>theValuesStringPoolBucketSize</em>
&nbsp;</td><td>
The bucket size for allocating strings in the values pool
<p>
</td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
pointer to a node </dl> </td>
</tr>
</table>
<a name="a4" doxytag="XalanSourceTreeDocumentAllocator::destroy"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
bool XalanSourceTreeDocumentAllocator::destroy (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s0">data_type</a> * <em>theObject</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Delete a <a class="el" href="classXalanSourceTreeDocument.html">XalanSourceTreeDocument</a> object from allocator.
<p>
</td>
</tr>
</table>
<a name="a7" doxytag="XalanSourceTreeDocumentAllocator::getBlockCount"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s2">size_type</a> XalanSourceTreeDocumentAllocator::getBlockCount (
</b></td>
<td valign="bottom"><b>
) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get the number of ArenaBlocks currently allocated.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
The number of blocks. </dl> </td>
</tr>
</table>
<a name="a8" doxytag="XalanSourceTreeDocumentAllocator::getBlockSize"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
<a class="el" href="classXalanSourceTreeDocumentAllocator.html#s2">size_type</a> XalanSourceTreeDocumentAllocator::getBlockSize (
</b></td>
<td valign="bottom"><b>
) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Get size of an <a class="el" href="classArenaBlock.html">ArenaBlock</a>, that is, the number of objects in each block.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
The size of the block </dl> </td>
</tr>
</table>
<a name="a5" doxytag="XalanSourceTreeDocumentAllocator::ownsObject"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
bool XalanSourceTreeDocumentAllocator::ownsObject (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanSourceTreeDocumentAllocator.html#s0">data_type</a> * <em>theObject</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Determine if an object is owned by the allocator...
<p>
</td>
</tr>
</table>
<a name="a6" doxytag="XalanSourceTreeDocumentAllocator::reset"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td nowrap valign="top"><b>
void XalanSourceTreeDocumentAllocator::reset (
</b></td>
<td valign="bottom"><b>
)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Delete all <a class="el" href="classXalanSourceTreeDocument.html">XalanSourceTreeDocument</a> objects from allocator.
<p>
</td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanSourceTreeDocumentAllocator_8hpp-source.html">XalanSourceTreeDocumentAllocator.hpp</a></ul>
<p align="center"><a href="diagramnotes.html">Interpreting class diagrams</a></p>
<p><FONT color="#000000" face="arial,helvetica,sanserif" size="-1">
<i><A href="http://www.stack.nl/~dimitri/doxygen/">Doxygen</A> and
<A href="http://www.research.att.com/sw/tools/graphviz/">GraphViz</A> are used to generate this API documentation from the Xalan-C header files.</I></FONT></p>
<TABLE border="0" cellpadding="0" cellspacing="0" width="820"><TR><TD bgcolor="#0086b2"><IMG height="1" src="../resources/dot.gif" width="1" alt="dot"></TD></TR></TABLE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="80%">
<TR>
<TD WIDTH="80%" VALIGN="TOP">
<P ALIGN="CENTER"><B>Xalan-C++ XSLT Processor Version 1.10</B><BR>
Copyright &copy; 1999-2004 The Apache Software Foundation. All Rights Reserved.</i></p>
</TD>
</TR>
<TR>
<TD WIDTH="100%">
<P ALIGN="CENTER"><IMG SRC="ApacheLogo.jpg" WIDTH="387" HEIGHT="100" ALIGN="BOTTOM" BORDER="0" ALT="Apache Logo">
</TD>
</TR>
</TABLE>