blob: 8b6e96ff4111c554782c01bf784d5b9aef75a884 [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>XalanSetIterator Struct Template Reference</h1><code>#include &lt;<a class="el" href="XalanSet_8hpp-source.html">XalanSet.hpp</a>&gt;</code>
<p>
Collaboration diagram for XalanSetIterator:<p><center><img src="structXalanSetIterator__coll__graph.gif" border="0" usemap="#XalanSetIterator_coll_map" alt="Collaboration graph"></center>
<map name="XalanSetIterator_coll_map">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="structXalanSetIterator-members.html">List of all members.</a><h2>Public Types</h2>
<ul>
<li>typedef Value <a class="el" href="structXalanSetIterator.html#s0">value_type</a>
<li>typedef Value&amp; <a class="el" href="structXalanSetIterator.html#s1">reference</a>
<li>typedef Value* <a class="el" href="structXalanSetIterator.html#s2">pointer</a>
</ul>
<h2>Public Methods</h2>
<ul>
<li><a class="el" href="structXalanSetIterator.html#a0">XalanSetIterator</a> (const MapIterator &amp;iter)
<li><a class="el" href="structXalanSetIterator.html#s1">reference</a> <a class="el" href="structXalanSetIterator.html#a1">operator *</a> () const
<li>bool <a class="el" href="structXalanSetIterator.html#a2">operator==</a> (const XalanSetIterator &amp;theRhs) const
<li>bool <a class="el" href="structXalanSetIterator.html#a3">operator!=</a> (const XalanSetIterator &amp;theRhs) const
<li>XalanSetIterator <a class="el" href="structXalanSetIterator.html#a4">operator++</a> ()
<li>XalanSetIterator <a class="el" href="structXalanSetIterator.html#a5">operator++</a> (int)
</ul>
<h2>Protected Attributes</h2>
<ul>
<li>MapIterator <a class="el" href="structXalanSetIterator.html#n0">m_mapIterator</a>
</ul>
<h3>template&lt;class Value, class MapIterator&gt; struct XalanSetIterator</h3>
<hr><h2>Member Typedef Documentation</h2>
<a name="s2" doxytag="XalanSetIterator::pointer"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Value, class MapIterator&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef Value * XalanSetIterator&lt;Value, MapIterator&gt;::pointer
</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="s1" doxytag="XalanSetIterator::reference"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Value, class MapIterator&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef Value &amp; XalanSetIterator&lt;Value, MapIterator&gt;::reference
</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="s0" doxytag="XalanSetIterator::value_type"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Value, class MapIterator&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
typedef Value XalanSetIterator&lt;Value, MapIterator&gt;::value_type
</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>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XalanSetIterator::XalanSetIterator"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Value, class MapIterator&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
XalanSetIterator&lt;Value, MapIterator&gt;::XalanSetIterator&lt;Value, MapIterator&gt; (
</b></td>
<td valign="bottom"><b>
const MapIterator &amp; <em>iter</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>
<hr><h2>Member Function Documentation</h2>
<a name="a1" doxytag="XalanSetIterator::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 colspan="2"><b>
template&lt;class Value, class MapIterator&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
<a class="el" href="structXalanSetIterator.html#s1">reference</a> XalanSetIterator&lt;Value, MapIterator&gt;::operator * (
</b></td>
<td valign="bottom"><b>
) const
</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="a3" doxytag="XalanSetIterator::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 colspan="2"><b>
template&lt;class Value, class MapIterator&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
bool XalanSetIterator&lt;Value, MapIterator&gt;::operator!= (
</b></td>
<td valign="bottom"><b>
const XalanSetIterator&lt;Value, MapIterator&gt; &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>
<a name="a5" doxytag="XalanSetIterator::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 colspan="2"><b>
template&lt;class Value, class MapIterator&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
XalanSetIterator&lt;Value, MapIterator&gt; XalanSetIterator&lt;Value, MapIterator&gt;::operator++ (
</b></td>
<td valign="bottom"><b>
int&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="XalanSetIterator::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 colspan="2"><b>
template&lt;class Value, class MapIterator&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
XalanSetIterator&lt;Value, MapIterator&gt; XalanSetIterator&lt;Value, MapIterator&gt;::operator++ (
</b></td>
<td valign="bottom"><b>
)
</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="XalanSetIterator::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 colspan="2"><b>
template&lt;class Value, class MapIterator&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
bool XalanSetIterator&lt;Value, MapIterator&gt;::operator== (
</b></td>
<td valign="bottom"><b>
const XalanSetIterator&lt;Value, MapIterator&gt; &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><h2>Member Data Documentation</h2>
<a name="n0" doxytag="XalanSetIterator::m_mapIterator"></a><p>
<table width="100%" cellpadding="2" cellspacing="0" border="0">
<tr>
<td class="md">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td colspan="2"><b>
template&lt;class Value, class MapIterator&gt; </b></td>
</tr>
<tr>
<td nowrap valign="top"><b>
MapIterator XalanSetIterator&lt;Value, MapIterator&gt;::m_mapIterator<code> [protected]</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>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="XalanSet_8hpp-source.html">XalanSet.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>