Sophie

Sophie

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

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:35:56 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>XPathFactoryBlock  Class Reference</h1><code>#include &lt;<a class="el" href="XPathFactoryBlock.hpp-source.html">XPathFactoryBlock.hpp</a>&gt;</code>
<p>
<p>Inheritance diagram for XPathFactoryBlock:
<p><center><img src="class_xpathfactoryblock.gif" usemap="#XPathFactoryBlock_map" border="0"></center>
<map name="XPathFactoryBlock_map"><p>
<area href="class_xpathfactory.html" alt="XPathFactory" shape="rect" coords="0,0,121,24">
</map>
Collaboration diagram for XPathFactoryBlock:<p><center><img src="class_xpathfactoryblock_coll_graph.gif" border="0" usemap="#XPathFactoryBlock_impl_map"></center>
<map name="XPathFactoryBlock_impl_map">
<area href="class_xpathfactory.html" shape="rect" coords="7,37,95,16">
<area href="class_xpathallocator.html" shape="rect" coords="119,37,215,16">
</map><p>
<a href="class_xpathfactoryblock-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>enum { <br>
&nbsp;&nbsp;<a class="el" href="class_xpathfactoryblock.html#a4">eDefaultBlockSize</a> = 20
<br>
 }
</ul>
<h2>Public Methods</h2>
<ul>
<li>explicit <a class="el" href="class_xpathfactoryblock.html#a0">XPathFactoryBlock</a> (unsigned int theBlockSize = eDefaultBlockSize)
<li>virtual <a class="el" href="class_xpathfactoryblock.html#a1">~XPathFactoryBlock</a> ()
<li>virtual void <a class="el" href="class_xpathfactoryblock.html#a2">reset</a> ()
<dl class="el"><dd><font size=-1><em>Reset the instance.</em> <a href="#a2">More...</a><em></em></font></dl><li>virtual <a class="el" href="class_xpath.html">XPath</a>* <a class="el" href="class_xpathfactoryblock.html#a3">create</a> ()
<dl class="el"><dd><font size=-1><em>Create an <a class="el" href="class_xpath.html">XPath</a>.</em> <a href="#a3">More...</a><em></em></font></dl></ul>
<h2>Protected Methods</h2>
<ul>
<li>virtual bool <a class="el" href="class_xpathfactoryblock.html#b0">doReturnObject</a> ( const <a class="el" href="class_xpath.html">XPath</a>* theXPath, bool fInReset = false)
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>

<p>
<hr><h2>Enumeration Value Documentation</h2>
<a name="a4" doxytag="XPathFactoryBlock::eDefaultBlockSize"><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>
XPathFactoryBlock::eDefaultBlockSize = 20</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="XPathFactoryBlock::XPathFactoryBlock"><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>
explicit XPathFactoryBlock::XPathFactoryBlock (
</b></td>
<td><b>
unsigned int theBlockSize = eDefaultBlockSize)</b></td></tr>

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

<p>
</div>
<a name="a1" doxytag="XPathFactoryBlock::~XPathFactoryBlock"><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>
virtual XPathFactoryBlock::~XPathFactoryBlock ()<code> [virtual]</code></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="XPathFactoryBlock::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>
virtual <a class="el" href="class_xpath.html">XPath</a>* XPathFactoryBlock::create ()<code> [virtual]</code></b></td></tr>

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

<p>
Create an <a class="el" href="class_xpath.html">XPath</a>.
<p>
The <a class="el" href="class_xpath.html">XPath</a> instance is owned by the factory, and should
 not be deleted. The factory will manage the lifetime.

<p>
Reimplemented from <a class="el" href="class_xpathfactory.html#a4">XPathFactory</a>.</div>
<a name="b0" doxytag="XPathFactoryBlock::doReturnObject"><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>
virtual bool XPathFactoryBlock::doReturnObject (
</b></td>
<td><b>
const <a class="el" href="class_xpath.html">XPath</a> * <em>theXPath</em>, </b></td></tr>
<tr><td></td><td><b>
bool <em>fInReset</em> = false)<code> [protected, virtual]</code></b></td></tr>

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

<p>

<p>
Reimplemented from <a class="el" href="class_xpathfactory.html#b0">XPathFactory</a>.</div>
<a name="a2" doxytag="XPathFactoryBlock::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>
virtual void XPathFactoryBlock::reset ()<code> [virtual]</code></b></td></tr>

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

<p>
Reset the instance.
<p>
This invalidates all existing instances created
 with this <a class="el" href="class_xpathfactory.html">XPathFactory</a>.

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