Sophie

Sophie

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

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:33:23 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>XalanAutoPtr  Class Reference</h1><code>#include &lt;<a class="el" href="XalanAutoPtr.hpp-source.html">XalanAutoPtr.hpp</a>&gt;</code>
<p>
<a href="class_xalanautoptr-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="class_xalanautoptr.html#a0">XalanAutoPtr</a> (Type* thePointer = 0)
<li><a class="el" href="class_xalanautoptr.html#a1">XalanAutoPtr</a> (const XalanAutoPtr&lt;Type&gt;&amp; theSource)
<li>XalanAutoPtr&lt;Type&gt;&amp; <a class="el" href="class_xalanautoptr.html#a2">operator=</a> (XalanAutoPtr&lt;Type&gt;&amp; theRHS)
<li><a class="el" href="class_xalanautoptr.html#a3">~XalanAutoPtr</a> ()
<li>Type&amp; <a class="el" href="class_xalanautoptr.html#a4">operator *</a> () const
<li>Type* <a class="el" href="class_xalanautoptr.html#a5">operator-&gt;</a> () const
<li>Type* <a class="el" href="class_xalanautoptr.html#a6">get</a> () const
<li>Type* <a class="el" href="class_xalanautoptr.html#a7">release</a> ()
<li>void <a class="el" href="class_xalanautoptr.html#a8">reset</a> (Type* thePointer = 0)
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<h3>template&lt;class Type&gt;  class XalanAutoPtr</h3>


<p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XalanAutoPtr::XalanAutoPtr"><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>
template&lt;class Type&gt; <br>
XalanAutoPtr&lt;Type&gt;::XalanAutoPtr&lt;Type&gt; (
</b></td>
<td><b>
Type * <em>thePointer</em> = 0)</b></td></tr>

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

<p>
</div>
<a name="a1" doxytag="XalanAutoPtr::XalanAutoPtr"><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>
template&lt;class Type&gt; <br>
XalanAutoPtr&lt;Type&gt;::XalanAutoPtr&lt;Type&gt; (
</b></td>
<td><b>
const XalanAutoPtr&lt;Type&gt;&amp; <em>theSource</em>)</b></td></tr>

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

<p>
</div>
<a name="a3" doxytag="XalanAutoPtr::~XalanAutoPtr"><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>
template&lt;class Type&gt; <br>
XalanAutoPtr&lt;Type&gt;::~XalanAutoPtr&lt;Type&gt; ()</b></td></tr>

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

<p>
</div>
<hr><h2>Member Function Documentation</h2>
<a name="a6" doxytag="XalanAutoPtr::get"><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>
template&lt;class Type&gt; <br>
Type * XalanAutoPtr&lt;Type&gt;::get () const</b></td></tr>

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

<p>
</div>
<a name="a4" doxytag="XalanAutoPtr::operator *"><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>
template&lt;class Type&gt; <br>
Type &amp; XalanAutoPtr&lt;Type&gt;::operator * () const</b></td></tr>

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

<p>
</div>
<a name="a5" doxytag="XalanAutoPtr::operator->"><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>
template&lt;class Type&gt; <br>
Type * XalanAutoPtr&lt;Type&gt;::operator-&gt; () const</b></td></tr>

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

<p>
</div>
<a name="a2" doxytag="XalanAutoPtr::operator="><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>
template&lt;class Type&gt; <br>
XalanAutoPtr&lt;Type&gt;&amp; XalanAutoPtr&lt;Type&gt;::operator=&lt;Type&gt; (
</b></td>
<td><b>
XalanAutoPtr&lt;Type&gt;&amp; <em>theRHS</em>)</b></td></tr>

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

<p>
</div>
<a name="a7" doxytag="XalanAutoPtr::release"><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>
template&lt;class Type&gt; <br>
Type * XalanAutoPtr&lt;Type&gt;::release ()</b></td></tr>

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

<p>
</div>
<a name="a8" doxytag="XalanAutoPtr::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>
template&lt;class Type&gt; <br>
void XalanAutoPtr&lt;Type&gt;::reset (
</b></td>
<td><b>
Type * <em>thePointer</em> = 0)</b></td></tr>

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

<p>
</div>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanAutoPtr.hpp.html">XalanAutoPtr.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>