Sophie

Sophie

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

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:32:32 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>ResultTreeFragBaseNodeRefListBaseProxy  Class Reference</h1><code>#include &lt;<a class="el" href="ResultTreeFragBaseNodeRefListBaseProxy.hpp-source.html">ResultTreeFragBaseNodeRefListBaseProxy.hpp</a>&gt;</code>
<p>
<p>Inheritance diagram for ResultTreeFragBaseNodeRefListBaseProxy:
<p><center><img src="class_resulttreefragbasenodereflistbaseproxy.gif" usemap="#ResultTreeFragBaseNodeRefListBaseProxy_map" border="0"></center>
<map name="ResultTreeFragBaseNodeRefListBaseProxy_map"><p>
<area href="class_nodereflistbase.html" alt="NodeRefListBase" shape="rect" coords="0,0,256,24">
</map>
Collaboration diagram for ResultTreeFragBaseNodeRefListBaseProxy:<p><center><img src="class_resulttreefragbasenodereflistbaseproxy_coll_graph.gif" border="0" usemap="#ResultTreeFragBaseNodeRefListBaseProxy_impl_map"></center>
<map name="ResultTreeFragBaseNodeRefListBaseProxy_impl_map">
<area href="class_nodereflistbase.html" shape="rect" coords="32,181,139,160">
<area href="class_resulttreefragbase.html" shape="rect" coords="163,181,291,160">
<area href="class_xalandocumentfragment.html" shape="rect" coords="148,109,305,88">
<area href="class_xalannode.html" shape="rect" coords="191,37,263,16">
</map><p>
<a href="class_resulttreefragbasenodereflistbaseproxy-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="class_resulttreefragbasenodereflistbaseproxy.html#a0">ResultTreeFragBaseNodeRefListBaseProxy</a> (const <a class="el" href="class_resulttreefragbase.html">ResultTreeFragBase</a>&amp; value)
<dl class="el"><dd><font size=-1><em>Construct an instance from a result tree fragment.</em> <a href="#a0">More...</a><em></em></font></dl><li><a class="el" href="class_resulttreefragbasenodereflistbaseproxy.html#a1">ResultTreeFragBaseNodeRefListBaseProxy</a> (const ResultTreeFragBaseNodeRefListBaseProxy&amp; source)
<dl class="el"><dd><font size=-1><em>Copy constructor.</em> <a href="#a1">More...</a><em></em></font></dl><li>virtual <a class="el" href="class_resulttreefragbasenodereflistbaseproxy.html#a2">~ResultTreeFragBaseNodeRefListBaseProxy</a> ()
<li><a class="el" href="class_xalannode.html">XalanNode</a>* <a class="el" href="class_resulttreefragbasenodereflistbaseproxy.html#a3">item</a> (<a class="el" href="class_nodereflistbase.html#s0">size_type</a> index) const
<dl class="el"><dd><font size=-1><em>Returns the <code>index</code>th item in the collection.</em> <a href="#a3">More...</a><em></em></font></dl><li><a class="el" href="class_nodereflistbase.html#s0">size_type</a> <a class="el" href="class_resulttreefragbasenodereflistbaseproxy.html#a4">getLength</a> () const
<dl class="el"><dd><font size=-1><em>Determine the number of nodes in the list.</em> <a href="#a4">More...</a><em></em></font></dl><li><a class="el" href="class_nodereflistbase.html#s0">size_type</a> <a class="el" href="class_resulttreefragbasenodereflistbaseproxy.html#a5">indexOf</a> (const <a class="el" href="class_xalannode.html">XalanNode</a>* theNode) const
<dl class="el"><dd><font size=-1><em>Retrieve the zero based index of the node in the list.</em> <a href="#a5">More...</a><em></em></font></dl></ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>

<p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="ResultTreeFragBaseNodeRefListBaseProxy::ResultTreeFragBaseNodeRefListBaseProxy"><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>
ResultTreeFragBaseNodeRefListBaseProxy::ResultTreeFragBaseNodeRefListBaseProxy (
</b></td>
<td><b>
const <a class="el" href="class_resulttreefragbase.html">ResultTreeFragBase</a> &amp; <em>value</em>)</b></td></tr>

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

<p>
Construct an instance from a result tree fragment.
<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 result tree fragment.
</td></tr>
</table>
</dl></div>
<a name="a1" doxytag="ResultTreeFragBaseNodeRefListBaseProxy::ResultTreeFragBaseNodeRefListBaseProxy"><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>
ResultTreeFragBaseNodeRefListBaseProxy::ResultTreeFragBaseNodeRefListBaseProxy (
</b></td>
<td><b>
const ResultTreeFragBaseNodeRefListBaseProxy &amp; <em>source</em>)</b></td></tr>

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

<p>
Copy constructor.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>source</em>
&nbsp;</td><td>
 source instance
</td></tr>
</table>
</dl></div>
<a name="a2" doxytag="ResultTreeFragBaseNodeRefListBaseProxy::~ResultTreeFragBaseNodeRefListBaseProxy"><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 ResultTreeFragBaseNodeRefListBaseProxy::~ResultTreeFragBaseNodeRefListBaseProxy ()<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="a4" doxytag="ResultTreeFragBaseNodeRefListBaseProxy::getLength"><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_nodereflistbase.html#s0">size_type</a> ResultTreeFragBaseNodeRefListBaseProxy::getLength () const<code> [virtual]</code></b></td></tr>

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

<p>
Determine the number of nodes in the list.
<p>
The range of valid child node
 indices is 0 to <code>length-1</code> inclusive.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
 number of nodes
</dl>
<p>
Reimplemented from <a class="el" href="class_nodereflistbase.html#a3">NodeRefListBase</a>.</div>
<a name="a5" doxytag="ResultTreeFragBaseNodeRefListBaseProxy::indexOf"><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_nodereflistbase.html#s0">size_type</a> ResultTreeFragBaseNodeRefListBaseProxy::indexOf (
</b></td>
<td><b>
const <a class="el" href="class_xalannode.html">XalanNode</a> * <em>theNode</em>) const<code> [virtual]</code></b></td></tr>

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

<p>
Retrieve the zero based index of the node in the list.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theNode</em>
&nbsp;</td><td>
 node whose index to find
 </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
 index of node
</dl>
<p>
Reimplemented from <a class="el" href="class_nodereflistbase.html#a4">NodeRefListBase</a>.</div>
<a name="a3" doxytag="ResultTreeFragBaseNodeRefListBaseProxy::item"><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_xalannode.html">XalanNode</a>* ResultTreeFragBaseNodeRefListBaseProxy::item (
</b></td>
<td><b>
<a class="el" href="class_nodereflistbase.html#s0">size_type</a> <em>index</em>) const<code> [virtual]</code></b></td></tr>

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

<p>
Returns the <code>index</code>th item in the collection.
<p>
If
 <code>index</code> is greater than or equal to the number of nodes in
 the list, this returns <code>null</code>.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>index</em>
&nbsp;</td><td>
 index into the collection
 </td></tr>
</table>
</dl><dl compact><dt>
<b>Returns: </b><dd>
 node at the <code>index</code>th position in the
 <code>NodeList</code>, or <code>null</code> if that is not a
 valid index
</dl>
<p>
Reimplemented from <a class="el" href="class_nodereflistbase.html#a2">NodeRefListBase</a>.</div>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="ResultTreeFragBaseNodeRefListBaseProxy.hpp.html">ResultTreeFragBaseNodeRefListBaseProxy.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>