Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > 5e43f5d92fadaa0a1cc4664249b615d0 > files > 2575

xalan-c-doc-1.1-8mdk.i586.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++ XSL Transformer Version 1.1</h3>
</BODY>
<!-- Generated by Doxygen 1.2.0 on Thu Feb 15 10:48:22 2001 -->
<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>XPathExpression::InvalidArgumentCountException  Class Reference</h1>Exception class thrown when an invalid number of <a class="el" href="class_xpath.html">XPath</a> arguments is encountered. 
<a href="#_details">More...</a>
<p>
<code>#include &lt;<a class="el" href="XPathExpression.hpp-source.html">XPathExpression.hpp</a>&gt;</code>
<p>
Inheritance diagram for XPathExpression::InvalidArgumentCountException<p><center><img src="class_xpathexpression__invalidargumentcountexception_inherit_graph.gif" border="0" usemap="#XPathExpression::InvalidArgumentCountException_inherit_map" alt="Inheritance graph"></center>
<map name="XPathExpression::InvalidArgumentCountException_inherit_map">
<area href="class_xpathexpression__xpathexpressionexception.html" shape="rect" coords="16,133,275,151">
<area href="class_xpathexception.html" shape="rect" coords="95,66,196,85">
<area href="class_xslexception.html" shape="rect" coords="100,-1,191,18">
</map><p>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for XPathExpression::InvalidArgumentCountException:<p><center><img src="class_xpathexpression__invalidargumentcountexception_coll_graph.gif" border="0" usemap="#XPathExpression::InvalidArgumentCountException_coll_map" alt="Collaboration graph"></center>
<map name="XPathExpression::InvalidArgumentCountException_coll_map">
<area href="class_xpathexpression__xpathexpressionexception.html" shape="rect" coords="16,250,275,269">
<area href="class_xpathexception.html" shape="rect" coords="95,181,196,199">
<area href="class_xslexception.html" shape="rect" coords="27,98,117,117">
<area href="class_xalandomstring.html" shape="rect" coords="17,-1,127,18">
<area href="class_xalannode.html" shape="rect" coords="141,98,213,117">
</map><p>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="class_xpathexpression__invalidargumentcountexception-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="class_xpathexpression__invalidargumentcountexception.html#a0">InvalidArgumentCountException</a> ( int theOpCode, int theExpectedCount, int theSuppliedCount)
<dl class="el"><dd><font size=-1><em>Construct an <a class="el" href="class_xpathexpression__invalidargumentcountexception.html">InvalidArgumentCountException</a> object.</em> <a href="#a0">More...</a><em><br><br></em></font></dl><li>virtual <a class="el" href="class_xpathexpression__invalidargumentcountexception.html#a1">~InvalidArgumentCountException</a> ()
</ul>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Exception class thrown when an invalid number of <a class="el" href="class_xpath.html">XPath</a> arguments is encountered.
<p>

<p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XPathExpression::InvalidArgumentCountException::InvalidArgumentCountException"></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> 
XPathExpression::InvalidArgumentCountException::InvalidArgumentCountException (
          </b></td>
          <td valign="bottom"><b>
int <em>theOpCode</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
int <em>theExpectedCount</em>, 
          </b></td>
        </tr>
        <tr>
          <td></td>
          <td><b>
int <em>theSuppliedCount</em>&nbsp;)
          </b></td>
        </tr>

      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
Construct an <a class="el" href="class_xpathexpression__invalidargumentcountexception.html">InvalidArgumentCountException</a> object.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>theOpCode</em>
&nbsp;</td><td>
 operation code that caused the exception </td></tr>
<tr><td valign=top><em>theExpectedCount</em>
&nbsp;</td><td>
 the correct number of arguments for "opcode" </td></tr>
<tr><td valign=top><em>theSuppliedCount</em>
&nbsp;</td><td>
 the number of arguments supplied </td></tr>
</table>
</dl>    </td>
  </tr>
</table>
<a name="a1" doxytag="XPathExpression::InvalidArgumentCountException::~InvalidArgumentCountException"></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> 
virtual XPathExpression::InvalidArgumentCountException::~InvalidArgumentCountException (
          </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>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XPathExpression.hpp-source.html">XPathExpression.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++ XSL Transformer Version 1.1</B><BR>
			Copyright &copy; 2000, 2001 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>