blob: 5501a5f3540c5397f62c5dabc1df9152136b8b1b [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>XalanDOMStringReusableAllocator Class Reference</h1><code>#include &lt;<a class="el" href="XalanDOMStringReusableAllocator_8hpp-source.html">XalanDOMStringReusableAllocator.hpp</a>&gt;</code>
<p>
Collaboration diagram for XalanDOMStringReusableAllocator:<p><center><img src="classXalanDOMStringReusableAllocator__coll__graph.gif" border="0" usemap="#XalanDOMStringReusableAllocator_coll_map" alt="Collaboration graph"></center>
<map name="XalanDOMStringReusableAllocator_coll_map">
<area href="classArenaAllocator.html" shape="rect" coords="25,237,209,213">
<area href="classXalanList.html" shape="rect" coords="20,146,214,122">
<area href="structXalanList_1_1Node.html" shape="rect" coords="65,42,169,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classXalanDOMStringReusableAllocator-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef <a class="el" href="classXalanDOMString.html">XalanDOMString</a> <a class="el" href="classXalanDOMStringReusableAllocator.html#s0">data_type</a>
<li>typedef <a class="el" href="XalanMap_8hpp.html#a1">data_type::size_type</a> <a class="el" href="classXalanDOMStringReusableAllocator.html#s1">data_type_size_type</a>
<li>typedef <a class="el" href="classReusableArenaAllocator.html">ReusableArenaAllocator</a>&lt;<br>
<a class="el" href="classXalanDOMStringReusableAllocator.html#s0">data_type</a>&gt; <a class="el" href="classXalanDOMStringReusableAllocator.html#s2">ArenaAllocatorType</a>
<li>typedef ArenaAllocatorType::size_type <a class="el" href="classXalanDOMStringReusableAllocator.html#s3">size_type</a>
<li>enum { <a class="el" href="classXalanDOMStringReusableAllocator.html#s5s4">eDefaultBlockSize</a> = 32
}
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXalanDOMStringReusableAllocator.html#a0">XalanDOMStringReusableAllocator</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager, <a class="el" href="classXalanDOMStringReusableAllocator.html#s3">size_type</a> theBlockCount)
<dl class="el"><dd><font size=-1><em>Construct an instance that will allocate in blocks of the specified size.</em> <a href="#a0">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXalanDOMStringReusableAllocator.html#a1">~XalanDOMStringReusableAllocator</a> ()
<li><a class="el" href="classXalanDOMStringReusableAllocator.html#s0">data_type</a>&amp; <a class="el" href="classXalanDOMStringReusableAllocator.html#a2">create</a> ()
<dl class="el"><dd><font size=-1><em>Create a <a class="el" href="classXalanDOMString.html">XalanDOMString</a> object.</em> <a href="#a2">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXalanDOMStringReusableAllocator.html#s0">data_type</a>&amp; <a class="el" href="classXalanDOMStringReusableAllocator.html#a3">create</a> (const char *theString, <a class="el" href="classXalanDOMStringReusableAllocator.html#s1">data_type_size_type</a> theCount=<a class="el" href="classXalanDOMStringReusableAllocator.html#s1">data_type_size_type</a>(data_type::npos))
<dl class="el"><dd><font size=-1><em>Create a <a class="el" href="classXalanDOMString.html">XalanDOMString</a> object.</em> <a href="#a3">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXalanDOMStringReusableAllocator.html#s0">data_type</a>&amp; <a class="el" href="classXalanDOMStringReusableAllocator.html#a4">create</a> (const <a class="el" href="classXalanDOMStringReusableAllocator.html#s0">data_type</a> &amp;theSource, <a class="el" href="classXalanDOMStringReusableAllocator.html#s1">data_type_size_type</a> theStartPosition=0, <a class="el" href="classXalanDOMStringReusableAllocator.html#s1">data_type_size_type</a> theCount=<a class="el" href="classXalanDOMStringReusableAllocator.html#s1">data_type_size_type</a>(data_type::npos))
<dl class="el"><dd><font size=-1><em>Copy constructor.</em> <a href="#a4">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXalanDOMStringReusableAllocator.html#s0">data_type</a>&amp; <a class="el" href="classXalanDOMStringReusableAllocator.html#a5">create</a> (const XalanDOMChar *theString, <a class="el" href="classXalanDOMStringReusableAllocator.html#s1">data_type_size_type</a> theCount=<a class="el" href="classXalanDOMStringReusableAllocator.html#s1">data_type_size_type</a>(data_type::npos))
<dl class="el"><dd><font size=-1><em>Create a <a class="el" href="classXalanDOMString.html">XalanDOMString</a> object.</em> <a href="#a5">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXalanDOMStringReusableAllocator.html#s0">data_type</a>&amp; <a class="el" href="classXalanDOMStringReusableAllocator.html#a6">create</a> (<a class="el" href="classXalanDOMStringReusableAllocator.html#s1">data_type_size_type</a> theCount, XalanDOMChar theChar)
<dl class="el"><dd><font size=-1><em>Create a <a class="el" href="classXalanDOMString.html">XalanDOMString</a> object.</em> <a href="#a6">More...</a><em><br><br></em></font></dl><li>bool <a class="el" href="classXalanDOMStringReusableAllocator.html#a7">destroy</a> (<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theDOMString)
<li>bool <a class="el" href="classXalanDOMStringReusableAllocator.html#a8">ownsObject</a> (const <a class="el" href="classXalanDOMStringReusableAllocator.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="#a8">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXalanDOMStringReusableAllocator.html#a9">reset</a> ()
<dl class="el"><dd><font size=-1><em>Delete all instance objects from allocator.</em> <a href="#a9">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXalanDOMStringReusableAllocator.html#s3">size_type</a> <a class="el" href="classXalanDOMStringReusableAllocator.html#a10">getBlockCount</a> () const
<dl class="el"><dd><font size=-1><em>Get the number of ArenaBlocks currently allocated.</em> <a href="#a10">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXalanDOMStringReusableAllocator.html#s3">size_type</a> <a class="el" href="classXalanDOMStringReusableAllocator.html#a11">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="#a11">More...</a><em><br><br></em></font></dl><li><a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a>&amp; <a class="el" href="classXalanDOMStringReusableAllocator.html#a12">getMemoryManager</a> ()
<dl class="el"><dd><font size=-1><em>Get a reference to the MemoryManagerType instance for this instance.</em> <a href="#a12">More...</a><em><br><br></em></font></dl><li>const <a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a>&amp; <a class="el" href="classXalanDOMStringReusableAllocator.html#a13">getMemoryManager</a> () const
<dl class="el"><dd><font size=-1><em>Get a reference to the MemoryManagerType instance for this instance.</em> <a href="#a13">More...</a><em><br><br></em></font></dl></ul>
<hr><h2>Member Typedef Documentation</h2>
<a name="s2" doxytag="XalanDOMStringReusableAllocator::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="classXalanDOMStringReusableAllocator.html#s0">data_type</a> &gt; XalanDOMStringReusableAllocator::ArenaAllocatorType&lt;<a class="el" href="classXalanDOMStringReusableAllocator.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="s0" doxytag="XalanDOMStringReusableAllocator::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="classXalanDOMString.html">XalanDOMString</a> XalanDOMStringReusableAllocator::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="s1" doxytag="XalanDOMStringReusableAllocator::data_type_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 <a class="el" href="XalanMap_8hpp.html#a1">data_type::size_type</a> XalanDOMStringReusableAllocator::data_type_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="s3" doxytag="XalanDOMStringReusableAllocator::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 XalanDOMStringReusableAllocator::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="s5" doxytag="XalanDOMStringReusableAllocator::@11"></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="s5s4" doxytag="eDefaultBlockSize"></a><em>eDefaultBlockSize</em>
&nbsp;</td><td>
</td></tr>
</table>
</dl>
</td>
</tr>
</table>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XalanDOMStringReusableAllocator::XalanDOMStringReusableAllocator"></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>
XalanDOMStringReusableAllocator::XalanDOMStringReusableAllocator (
</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="classXalanDOMStringReusableAllocator.html#s3">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 in 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="XalanDOMStringReusableAllocator::~XalanDOMStringReusableAllocator"></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>
XalanDOMStringReusableAllocator::~XalanDOMStringReusableAllocator (
</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="a6" doxytag="XalanDOMStringReusableAllocator::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="classXalanDOMStringReusableAllocator.html#s0">data_type</a> &amp; XalanDOMStringReusableAllocator::create (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanDOMStringReusableAllocator.html#s1">data_type_size_type</a> <em>theCount</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
XalanDOMChar <em>theChar</em>&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="classXalanDOMString.html">XalanDOMString</a> object.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theCount</em>
&nbsp;</td><td>
the size of the string </td></tr>
<tr><td valign=top><em>theChar</em>
&nbsp;</td><td>
the character used to initialize the string
<p>
</td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
reference to the new instance </dl> </td>
</tr>
</table>
<a name="a5" doxytag="XalanDOMStringReusableAllocator::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="classXalanDOMStringReusableAllocator.html#s0">data_type</a> &amp; XalanDOMStringReusableAllocator::create (
</b></td>
<td valign="bottom"><b>
const XalanDOMChar * <em>theString</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanDOMStringReusableAllocator.html#s1">data_type_size_type</a> <em>theCount</em> = <a class="el" href="classXalanDOMStringReusableAllocator.html#s1">data_type_size_type</a>(data_type::npos)&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="classXalanDOMString.html">XalanDOMString</a> object.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theString</em>
&nbsp;</td><td>
A pointer to a wide character string </td></tr>
<tr><td valign=top><em>theCount</em>
&nbsp;</td><td>
The number of characters in the string, or npos if the string is null-terminated.
<p>
</td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
reference to the new instance </dl> </td>
</tr>
</table>
<a name="a4" doxytag="XalanDOMStringReusableAllocator::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="classXalanDOMStringReusableAllocator.html#s0">data_type</a> &amp; XalanDOMStringReusableAllocator::create (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMStringReusableAllocator.html#s0">data_type</a> &amp; <em>theSource</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanDOMStringReusableAllocator.html#s1">data_type_size_type</a> <em>theStartPosition</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanDOMStringReusableAllocator.html#s1">data_type_size_type</a> <em>theCount</em> = <a class="el" href="classXalanDOMStringReusableAllocator.html#s1">data_type_size_type</a>(data_type::npos)&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Copy constructor.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theSource</em>
&nbsp;</td><td>
The source string for the copy </td></tr>
<tr><td valign=top><em>theStartPosition</em>
&nbsp;</td><td>
The position to start in the source string. </td></tr>
<tr><td valign=top><em>theCount</em>
&nbsp;</td><td>
The number of characters to copy from the source string.
<p>
</td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
reference to the new instance </dl> </td>
</tr>
</table>
<a name="a3" doxytag="XalanDOMStringReusableAllocator::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="classXalanDOMStringReusableAllocator.html#s0">data_type</a> &amp; XalanDOMStringReusableAllocator::create (
</b></td>
<td valign="bottom"><b>
const char * <em>theString</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanDOMStringReusableAllocator.html#s1">data_type_size_type</a> <em>theCount</em> = <a class="el" href="classXalanDOMStringReusableAllocator.html#s1">data_type_size_type</a>(data_type::npos)&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="classXalanDOMString.html">XalanDOMString</a> object.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theString</em>
&nbsp;</td><td>
A pointer to a character string </td></tr>
<tr><td valign=top><em>theCount</em>
&nbsp;</td><td>
The number of characters in the string, or npos if the string is null-terminated.
<p>
</td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
reference to the new instance </dl> </td>
</tr>
</table>
<a name="a2" doxytag="XalanDOMStringReusableAllocator::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="classXalanDOMStringReusableAllocator.html#s0">data_type</a> &amp; XalanDOMStringReusableAllocator::create (
</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>
Create a <a class="el" href="classXalanDOMString.html">XalanDOMString</a> object.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
reference to the new instance </dl> </td>
</tr>
</table>
<a name="a7" doxytag="XalanDOMStringReusableAllocator::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 XalanDOMStringReusableAllocator::destroy (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theDOMString</em>&nbsp;)
</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="a10" doxytag="XalanDOMStringReusableAllocator::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="classXalanDOMStringReusableAllocator.html#s3">size_type</a> XalanDOMStringReusableAllocator::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="a11" doxytag="XalanDOMStringReusableAllocator::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="classXalanDOMStringReusableAllocator.html#s3">size_type</a> XalanDOMStringReusableAllocator::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="a13" doxytag="XalanDOMStringReusableAllocator::getMemoryManager"></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>
const <a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; XalanDOMStringReusableAllocator::getMemoryManager (
</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 a reference to the MemoryManagerType instance for this instance.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
A reference to the MemoryManagerType instance. </dl> </td>
</tr>
</table>
<a name="a12" doxytag="XalanDOMStringReusableAllocator::getMemoryManager"></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="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; XalanDOMStringReusableAllocator::getMemoryManager (
</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>
Get a reference to the MemoryManagerType instance for this instance.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
A reference to the MemoryManagerType instance. </dl> </td>
</tr>
</table>
<a name="a8" doxytag="XalanDOMStringReusableAllocator::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 XalanDOMStringReusableAllocator::ownsObject (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMStringReusableAllocator.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="a9" doxytag="XalanDOMStringReusableAllocator::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 XalanDOMStringReusableAllocator::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 instance 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="XalanDOMStringReusableAllocator_8hpp-source.html">XalanDOMStringReusableAllocator.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>