blob: 090a7455f5d2253fb656f0b2ef8989de26378574 [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>XalanSourceTreeAttributeAllocator Class Reference</h1><code>#include &lt;<a class="el" href="XalanSourceTreeAttributeAllocator_8hpp-source.html">XalanSourceTreeAttributeAllocator.hpp</a>&gt;</code>
<p>
Collaboration diagram for XalanSourceTreeAttributeAllocator:<p><center><img src="classXalanSourceTreeAttributeAllocator__coll__graph.gif" border="0" usemap="#XalanSourceTreeAttributeAllocator_coll_map" alt="Collaboration graph"></center>
<map name="XalanSourceTreeAttributeAllocator_coll_map">
<area href="classArenaAllocator.html" shape="rect" coords="24,237,207,213">
<area href="classXalanList.html" shape="rect" coords="18,146,213,122">
<area href="structXalanList_1_1Node.html" shape="rect" coords="64,42,167,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classXalanSourceTreeAttributeAllocator-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef <a class="el" href="classXalanSourceTreeAttr.html">XalanSourceTreeAttr</a> <a class="el" href="classXalanSourceTreeAttributeAllocator.html#s0">ObjectType</a>
<li>typedef ObjectType::IndexType <a class="el" href="classXalanSourceTreeAttributeAllocator.html#s1">IndexType</a>
<li>typedef <a class="el" href="classArenaAllocator.html">ArenaAllocator</a>&lt;<a class="el" href="classXalanSourceTreeAttributeAllocator.html#s0">ObjectType</a>&gt; <a class="el" href="classXalanSourceTreeAttributeAllocator.html#s2">ArenaAllocatorType</a>
<li>typedef ArenaAllocatorType::size_type <a class="el" href="classXalanSourceTreeAttributeAllocator.html#s3">size_type</a>
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXalanSourceTreeAttributeAllocator.html#a0">XalanSourceTreeAttributeAllocator</a> (<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager, <a class="el" href="classXalanSourceTreeAttributeAllocator.html#s3">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="classXalanSourceTreeAttributeAllocator.html#a1">~XalanSourceTreeAttributeAllocator</a> ()
<li><a class="el" href="classXalanSourceTreeAttributeAllocator.html#s0">ObjectType</a>* <a class="el" href="classXalanSourceTreeAttributeAllocator.html#a2">create</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theName, const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;theValue, <a class="el" href="classXalanSourceTreeElement.html">XalanSourceTreeElement</a> *theOwnerElement=0, <a class="el" href="classXalanSourceTreeAttributeAllocator.html#s1">IndexType</a> theIndex=0)
<dl class="el"><dd><font size=-1><em>Create an instance.</em> <a href="#a2">More...</a><em><br><br></em></font></dl><li>void <a class="el" href="classXalanSourceTreeAttributeAllocator.html#a3">reset</a> ()
<dl class="el"><dd><font size=-1><em>Delete all objects from allocator.</em> <a href="#a3">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXalanSourceTreeAttributeAllocator.html#s3">size_type</a> <a class="el" href="classXalanSourceTreeAttributeAllocator.html#a4">getBlockCount</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="#a4">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXalanSourceTreeAttributeAllocator.html#s3">size_type</a> <a class="el" href="classXalanSourceTreeAttributeAllocator.html#a5">getBlockSize</a> () const
<dl class="el"><dd><font size=-1><em>Get the number of ArenaBlocks currently allocated.</em> <a href="#a5">More...</a><em><br><br></em></font></dl></ul>
<hr><h2>Member Typedef Documentation</h2>
<a name="s2" doxytag="XalanSourceTreeAttributeAllocator::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="classArenaAllocator.html">ArenaAllocator</a>&lt; <a class="el" href="classXalanSourceTreeAttributeAllocator.html#s0">ObjectType</a> &gt; XalanSourceTreeAttributeAllocator::ArenaAllocatorType&lt;<a class="el" href="classXalanSourceTreeAttributeAllocator.html#s0">ObjectType</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="s1" doxytag="XalanSourceTreeAttributeAllocator::IndexType"></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 ObjectType::IndexType XalanSourceTreeAttributeAllocator::IndexType
</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="XalanSourceTreeAttributeAllocator::ObjectType"></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="classXalanSourceTreeAttr.html">XalanSourceTreeAttr</a> XalanSourceTreeAttributeAllocator::ObjectType
</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="XalanSourceTreeAttributeAllocator::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 XalanSourceTreeAttributeAllocator::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>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XalanSourceTreeAttributeAllocator::XalanSourceTreeAttributeAllocator"></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>
XalanSourceTreeAttributeAllocator::XalanSourceTreeAttributeAllocator (
</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="classXalanSourceTreeAttributeAllocator.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 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="XalanSourceTreeAttributeAllocator::~XalanSourceTreeAttributeAllocator"></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>
XalanSourceTreeAttributeAllocator::~XalanSourceTreeAttributeAllocator (
</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="a2" doxytag="XalanSourceTreeAttributeAllocator::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="classXalanSourceTreeAttributeAllocator.html#s0">ObjectType</a> * XalanSourceTreeAttributeAllocator::create (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theName</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>theValue</em>,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanSourceTreeElement.html">XalanSourceTreeElement</a> * <em>theOwnerElement</em> = 0,
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="classXalanSourceTreeAttributeAllocator.html#s1">IndexType</a> <em>theIndex</em> = 0&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Create an instance.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theName</em>
&nbsp;</td><td>
The name of the attribute </td></tr>
<tr><td valign=top><em>theValue</em>
&nbsp;</td><td>
The value of the attribute </td></tr>
<tr><td valign=top><em>theOwnerDocument</em>
&nbsp;</td><td>
The document that owns the instance </td></tr>
<tr><td valign=top><em>theOwnerElement</em>
&nbsp;</td><td>
The element that owns the instance </td></tr>
<tr><td valign=top><em>theIndex</em>
&nbsp;</td><td>
The document-order index of the node.
<p>
</td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
pointer to the instance </dl> </td>
</tr>
</table>
<a name="a4" doxytag="XalanSourceTreeAttributeAllocator::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="classXalanSourceTreeAttributeAllocator.html#s3">size_type</a> XalanSourceTreeAttributeAllocator::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 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="XalanSourceTreeAttributeAllocator::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="classXalanSourceTreeAttributeAllocator.html#s3">size_type</a> XalanSourceTreeAttributeAllocator::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 the number of ArenaBlocks currently allocated.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
The number of blocks. </dl> </td>
</tr>
</table>
<a name="a3" doxytag="XalanSourceTreeAttributeAllocator::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 XalanSourceTreeAttributeAllocator::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 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="XalanSourceTreeAttributeAllocator_8hpp-source.html">XalanSourceTreeAttributeAllocator.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>