blob: 278eb59e1f78720e659d00739ea80679408d1062 [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>XercesDOMWrapperException Class Reference</h1><code>#include &lt;<a class="el" href="XercesDOMWrapperException_8hpp-source.html">XercesDOMWrapperException.hpp</a>&gt;</code>
<p>
Inheritance diagram for XercesDOMWrapperException:<p><center><img src="classXercesDOMWrapperException__inherit__graph.gif" border="0" usemap="#XercesDOMWrapperException_inherit_map" alt="Inheritance graph"></center>
<map name="XercesDOMWrapperException_inherit_map">
<area href="classXalanDOMException.html" shape="rect" coords="37,42,176,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for XercesDOMWrapperException:<p><center><img src="classXercesDOMWrapperException__coll__graph.gif" border="0" usemap="#XercesDOMWrapperException_coll_map" alt="Collaboration graph"></center>
<map name="XercesDOMWrapperException_coll_map">
<area href="classXalanDOMException.html" shape="rect" coords="37,42,176,18">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classXercesDOMWrapperException-members.html">List of all members.</a><h2>Public Methods</h2>
<tr><td colspan="2"><div class="groupHeader">Constructors and assignment operator</div></td></tr>
<ul>
<li><a class="el" href="classXercesDOMWrapperException.html#a0">XercesDOMWrapperException</a> (<a class="el" href="classXalanDOMException.html#s17">ExceptionCode</a> code=UNKNOWN_ERR)
<dl class="el"><dd><font size=-1><em>Constructor which takes an error code.</em> <a href="#a0">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXercesDOMWrapperException.html#a1">XercesDOMWrapperException</a> (const <a class="el" href="XercesWrapperTypes_8hpp.html#a17">DOMExceptionType</a> &amp;theException)
<dl class="el"><dd><font size=-1><em>Constructor which takes a Xerces exception and translates it into a <a class="el" href="classXercesDOMException.html">XercesDOMException</a>.</em> <a href="#a1">More...</a><em><br><br></em></font></dl><li><a class="el" href="classXercesDOMWrapperException.html#a2">XercesDOMWrapperException</a> (const XercesDOMWrapperException &amp;theSource)
<dl class="el"><dd><font size=-1><em>Copy constructor.</em> <a href="#a2">More...</a><em><br><br></em></font></dl></ul>
<tr><td colspan="2"><div class="groupHeader">Destructor.</div></td></tr>
<ul>
<li>virtual <a class="el" href="classXercesDOMWrapperException.html#a3">~XercesDOMWrapperException</a> ()
<dl class="el"><dd><font size=-1><em>Destructor for <a class="el" href="classXercesDOMException.html">XercesDOMException</a>.</em> <a href="#a3">More...</a><em><br><br></em></font></dl></ul>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XercesDOMWrapperException::XercesDOMWrapperException"></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>
XercesDOMWrapperException::XercesDOMWrapperException (
</b></td>
<td valign="bottom"><b>
<a class="el" href="classXalanDOMException.html#s17">ExceptionCode</a> <em>code</em> = UNKNOWN_ERR&nbsp;)<code> [explicit]</code>
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Constructor which takes an error code.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>code</em>
&nbsp;</td><td>
The error code which indicates the exception </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a1" doxytag="XercesDOMWrapperException::XercesDOMWrapperException"></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>
XercesDOMWrapperException::XercesDOMWrapperException (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="XercesWrapperTypes_8hpp.html#a17">DOMExceptionType</a> &amp; <em>theException</em>&nbsp;)
</b></td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
Constructor which takes a Xerces exception and translates it into a <a class="el" href="classXercesDOMException.html">XercesDOMException</a>.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>code</em>
&nbsp;</td><td>
The Xerces DOMException instance. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a2" doxytag="XercesDOMWrapperException::XercesDOMWrapperException"></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>
XercesDOMWrapperException::XercesDOMWrapperException (
</b></td>
<td valign="bottom"><b>
const XercesDOMWrapperException &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>
Copy constructor.
<p>
<dl compact><dt>
<b>Parameters: </b><dd>
<table border=0 cellspacing=2 cellpadding=0>
<tr><td valign=top><em>other</em>
&nbsp;</td><td>
The object to be copied. </td></tr>
</table>
</dl> </td>
</tr>
</table>
<a name="a3" doxytag="XercesDOMWrapperException::~XercesDOMWrapperException"></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>
XercesDOMWrapperException::~XercesDOMWrapperException (
</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>
Destructor for <a class="el" href="classXercesDOMException.html">XercesDOMException</a>.
<p>
</td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XercesDOMWrapperException_8hpp-source.html">XercesDOMWrapperException.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>