Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 3c90d4f0807cc46df5c0517e9fe40564 > files > 2973

xalan-c-doc-1.4-2mdk.ppc.rpm

<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.4</h3>
</BODY>
<!-- Generated by Doxygen 1.1.2 on Mon Sep 16 08:36:28 2002 -->
<center>
<a class="qindex" href="index.html">Main Page</a> &nbsp; <a class="qindex" href="namespaces.html">Namespace List</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>XTokenStringAdapterAllocator  Class Reference</h1><code>#include &lt;<a class="el" href="XTokenStringAdapterAllocator.hpp-source.html">XTokenStringAdapterAllocator.hpp</a>&gt;</code>
<p>
<a href="class_xtokenstringadapterallocator-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef <a class="el" href="class_xtokenstringadapter.html">XTokenStringAdapter</a> <a class="el" href="class_xtokenstringadapterallocator.html#s0">object_type</a>
<li>typedef <a class="el" href="class_reusablearenaallocator.html">ReusableArenaAllocator</a>&lt;<a class="el" href="class_xtokenstringadapterallocator.html#s0">object_type</a>&gt; <a class="el" href="class_xtokenstringadapterallocator.html#s1">ArenaAllocatorType</a>
<li>typedef ArenaAllocatorType::size_type <a class="el" href="class_xtokenstringadapterallocator.html#s2">size_type</a>
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="class_xtokenstringadapterallocator.html#a0">XTokenStringAdapterAllocator</a> (<a class="el" href="class_xtokenstringadapterallocator.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></em></font></dl><li><a class="el" href="class_xtokenstringadapterallocator.html#a1">~XTokenStringAdapterAllocator</a> ()
<li><a class="el" href="class_xtokenstringadapterallocator.html#s0">object_type</a>* <a class="el" href="class_xtokenstringadapterallocator.html#a2">create</a> (const <a class="el" href="class_xtoken.html">XToken</a>&amp; theXToken)
<dl class="el"><dd><font size=-1><em>Create an <a class="el" href="class_xtokenstringadapter.html">XTokenStringAdapter</a> object from an <a class="el" href="class_xtoken.html">XToken</a>.</em> <a href="#a2">More...</a><em></em></font></dl><li><a class="el" href="class_xtokenstringadapterallocator.html#s0">object_type</a>* <a class="el" href="class_xtokenstringadapterallocator.html#a3">clone</a> (const <a class="el" href="class_xtokenstringadapterallocator.html#s0">object_type</a>&amp; value)
<dl class="el"><dd><font size=-1><em>Clone an <a class="el" href="class_xtokenstringadapter.html">XTokenStringAdapter</a> object.</em> <a href="#a3">More...</a><em></em></font></dl><li>bool <a class="el" href="class_xtokenstringadapterallocator.html#a4">destroy</a> (<a class="el" href="class_xtokenstringadapterallocator.html#s0">object_type</a>* theString)
<dl class="el"><dd><font size=-1><em>Delete an <a class="el" href="class_xstringadapter.html">XStringAdapter</a> object from allocator.</em></font></dl><li>bool <a class="el" href="class_xtokenstringadapterallocator.html#a5">ownsObject</a> (const <a class="el" href="class_xtokenstringadapterallocator.html#s0">object_type</a>* theObject)
<dl class="el"><dd><font size=-1><em>Determine if an object is owned by the allocator...</em></font></dl><li>void <a class="el" href="class_xtokenstringadapterallocator.html#a6">reset</a> ()
<dl class="el"><dd><font size=-1><em>Delete all <a class="el" href="class_xstringadapter.html">XStringAdapter</a> objects from allocator.</em></font></dl><li><a class="el" href="class_xtokenstringadapterallocator.html#s2">size_type</a> <a class="el" href="class_xtokenstringadapterallocator.html#a7">getBlockCount</a> () const
<dl class="el"><dd><font size=-1><em>Get size of an <a class="el" href="class_arenablock.html">ArenaBlock</a>, that is, the number of objects in each block.</em> <a href="#a7">More...</a><em></em></font></dl><li><a class="el" href="class_xtokenstringadapterallocator.html#s2">size_type</a> <a class="el" href="class_xtokenstringadapterallocator.html#a8">getBlockSize</a> () const
<dl class="el"><dd><font size=-1><em>Get the number of ArenaBlocks currently allocated.</em> <a href="#a8">More...</a><em></em></font></dl></ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>

<p>
<hr><h2>Member Typedef Documentation</h2>
<a name="s1" doxytag="XTokenStringAdapterAllocator::ArenaAllocatorType"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
typedef <a class="el" href="class_reusablearenaallocator.html">ReusableArenaAllocator</a>&lt;<a class="el" href="class_xtokenstringadapterallocator.html#s0">object_type</a>&gt; XTokenStringAdapterAllocator::ArenaAllocatorType</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<a name="s0" doxytag="XTokenStringAdapterAllocator::object_type"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
typedef <a class="el" href="class_xtokenstringadapter.html">XTokenStringAdapter</a> XTokenStringAdapterAllocator::object_type</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<a name="s2" doxytag="XTokenStringAdapterAllocator::size_type"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
typedef ArenaAllocatorType::size_type XTokenStringAdapterAllocator::size_type</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XTokenStringAdapterAllocator::XTokenStringAdapterAllocator"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
XTokenStringAdapterAllocator::XTokenStringAdapterAllocator (
</b></td>
<td><b>
<a class="el" href="class_xtokenstringadapterallocator.html#s2">size_type</a> <em>theBlockCount</em>)</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<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></div>
<a name="a1" doxytag="XTokenStringAdapterAllocator::~XTokenStringAdapterAllocator"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
XTokenStringAdapterAllocator::~XTokenStringAdapterAllocator ()</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
</div>
<hr><h2>Member Function Documentation</h2>
<a name="a3" doxytag="XTokenStringAdapterAllocator::clone"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
<a class="el" href="class_xtokenstringadapterallocator.html#s0">object_type</a> * XTokenStringAdapterAllocator::clone (
</b></td>
<td><b>
const <a class="el" href="class_xtokenstringadapterallocator.html#s0">object_type</a> &amp; <em>value</em>)</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
Clone an <a class="el" href="class_xtokenstringadapter.html">XTokenStringAdapter</a> object.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>value</em>
&nbsp;</td><td>
 source <a class="el" href="class_xtokenstringadapter.html">XTokenStringAdapter</a>
<p>
</td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
 pointer to an <a class="el" href="class_xtokenstringadapter.html">XTokenStringAdapter</a>
</dl></div>
<a name="a2" doxytag="XTokenStringAdapterAllocator::create"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
<a class="el" href="class_xtokenstringadapterallocator.html#s0">object_type</a> * XTokenStringAdapterAllocator::create (
</b></td>
<td><b>
const <a class="el" href="class_xtoken.html">XToken</a> &amp; <em>theXToken</em>)</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
Create an <a class="el" href="class_xtokenstringadapter.html">XTokenStringAdapter</a> object from an <a class="el" href="class_xtoken.html">XToken</a>.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theXToken</em>
&nbsp;</td><td>
 The source <a class="el" href="class_xtoken.html">XToken</a>
<p>
</td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
 a pointer to string
</dl></div>
<a name="a4" doxytag="XTokenStringAdapterAllocator::destroy"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
bool XTokenStringAdapterAllocator::destroy (
</b></td>
<td><b>
<a class="el" href="class_xtokenstringadapterallocator.html#s0">object_type</a> * <em>theString</em>)</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
Delete an <a class="el" href="class_xstringadapter.html">XStringAdapter</a> object from allocator.
<p>
</div>
<a name="a7" doxytag="XTokenStringAdapterAllocator::getBlockCount"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
<a class="el" href="class_xtokenstringadapterallocator.html#s2">size_type</a> XTokenStringAdapterAllocator::getBlockCount () const</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
Get size of an <a class="el" href="class_arenablock.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></div>
<a name="a8" doxytag="XTokenStringAdapterAllocator::getBlockSize"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
<a class="el" href="class_xtokenstringadapterallocator.html#s2">size_type</a> XTokenStringAdapterAllocator::getBlockSize () const</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
Get the number of ArenaBlocks currently allocated.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 The number of blocks.
</dl></div>
<a name="a5" doxytag="XTokenStringAdapterAllocator::ownsObject"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
bool XTokenStringAdapterAllocator::ownsObject (
</b></td>
<td><b>
const <a class="el" href="class_xtokenstringadapterallocator.html#s0">object_type</a> * <em>theObject</em>)</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
Determine if an object is owned by the allocator...
<p>
</div>
<a name="a6" doxytag="XTokenStringAdapterAllocator::reset"><p>
<table width=100% cellpadding=2 cellspacing=0 border=0>
  <tr>
    <td class="md"><b>
      <table cellspadding=0 cellspacing=0 border=0>
        <tr>
          <td><b>
void XTokenStringAdapterAllocator::reset ()</b></td></tr>

          </b></td>
        </tr>
      </table>
    </td>
  </tr>
</table>
</a>
<div class="in">

<p>
Delete all <a class="el" href="class_xstringadapter.html">XStringAdapter</a> objects from allocator.
<p>
</div>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XTokenStringAdapterAllocator.hpp.html">XTokenStringAdapterAllocator.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="images/dot.gif" width="1"></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.4</B><BR>
			Copyright &copy; 2000, 2001, 2002 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">
		</TD>
	</TR>
</TABLE>