blob: 3749c156dd16b492bfa3d5b68b4b27d445a50eb9 [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>XalanNodeListSurrogate Class Reference</h1><code>#include &lt;<a class="el" href="XalanNodeListSurrogate_8hpp-source.html">XalanNodeListSurrogate.hpp</a>&gt;</code>
<p>
Inheritance diagram for XalanNodeListSurrogate:<p><center><img src="classXalanNodeListSurrogate__inherit__graph.gif" border="0" usemap="#XalanNodeListSurrogate_inherit_map" alt="Inheritance graph"></center>
<map name="XalanNodeListSurrogate_inherit_map">
<area href="classXalanNodeList.html" shape="rect" coords="34,42,136,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for XalanNodeListSurrogate:<p><center><img src="classXalanNodeListSurrogate__coll__graph.gif" border="0" usemap="#XalanNodeListSurrogate_coll_map" alt="Collaboration graph"></center>
<map name="XalanNodeListSurrogate_coll_map">
<area href="classXalanNodeList.html" shape="rect" coords="7,42,108,18">
<area href="classXalanNode.html" shape="rect" coords="132,42,212,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classXalanNodeListSurrogate-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXalanNodeListSurrogate.html#a0">XalanNodeListSurrogate</a> (const <a class="el" href="classXalanNode.html">XalanNode</a> &amp;theNode)
<li><a class="el" href="classXalanNodeListSurrogate.html#a1">XalanNodeListSurrogate</a> (const XalanNodeListSurrogate &amp;theSource)
<li>virtual <a class="el" href="classXalanNodeListSurrogate.html#a2">~XalanNodeListSurrogate</a> ()
<li>XalanNodeListSurrogate&amp; <a class="el" href="classXalanNodeListSurrogate.html#a3">operator=</a> (const XalanNodeListSurrogate &amp;theSource)
<li>bool <a class="el" href="classXalanNodeListSurrogate.html#a4">operator==</a> (const XalanNodeListSurrogate &amp;theRHS) const
<li>virtual <a class="el" href="classXalanNode.html">XalanNode</a>* <a class="el" href="classXalanNodeListSurrogate.html#a5">item</a> (unsigned int index) const
<dl class="el"><dd><font size=-1><em>Returns the <code>index</code>th item in the collection.</em> <a href="#a5">More...</a><em><br><br></em></font></dl><li>virtual unsigned int <a class="el" href="classXalanNodeListSurrogate.html#a6">getLength</a> () const
<dl class="el"><dd><font size=-1><em>Returns the number of nodes in the list.</em> <a href="#a6">More...</a><em><br><br></em></font></dl></ul>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XalanNodeListSurrogate::XalanNodeListSurrogate"></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>
XalanNodeListSurrogate::XalanNodeListSurrogate (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanNode.html">XalanNode</a> &amp; <em>theNode</em>&nbsp;)
</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="a1" doxytag="XalanNodeListSurrogate::XalanNodeListSurrogate"></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>
XalanNodeListSurrogate::XalanNodeListSurrogate (
</b></td>
<td valign="bottom"><b>
const XalanNodeListSurrogate &amp; <em>theSource</em>&nbsp;)
</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="a2" doxytag="XalanNodeListSurrogate::~XalanNodeListSurrogate"></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>
XalanNodeListSurrogate::~XalanNodeListSurrogate (
</b></td>
<td valign="bottom"><b>
)<code> [virtual]</code>
</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="a6" doxytag="XalanNodeListSurrogate::getLength"></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>
unsigned int XalanNodeListSurrogate::getLength (
</b></td>
<td valign="bottom"><b>
) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Returns the number of nodes in the list.
<p>
The range of valid child node indices is 0 to <code>length-1</code> inclusive.
<p>
Reimplemented from <a class="el" href="classXalanNodeList.html#a3">XalanNodeList</a>. </td>
</tr>
</table>
<a name="a5" doxytag="XalanNodeListSurrogate::item"></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="classXalanNode.html">XalanNode</a> * XalanNodeListSurrogate::item (
</b></td>
<td valign="bottom"><b>
unsigned int <em>index</em>&nbsp;) const<code> [virtual]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<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>.<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>
The 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="classXalanNodeList.html#a2">XalanNodeList</a>. </td>
</tr>
</table>
<a name="a3" doxytag="XalanNodeListSurrogate::operator="></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>
XalanNodeListSurrogate &amp; XalanNodeListSurrogate::operator= (
</b></td>
<td valign="bottom"><b>
const XalanNodeListSurrogate &amp; <em>theSource</em>&nbsp;)
</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="a4" doxytag="XalanNodeListSurrogate::operator=="></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>
bool XalanNodeListSurrogate::operator== (
</b></td>
<td valign="bottom"><b>
const XalanNodeListSurrogate &amp; <em>theRHS</em>&nbsp;) const
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XalanNodeListSurrogate_8hpp-source.html">XalanNodeListSurrogate.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>