Sophie

Sophie

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

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:35:10 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>XercesDOMException  Class Reference</h1><code>#include &lt;<a class="el" href="XercesDOMException.hpp-source.html">XercesDOMException.hpp</a>&gt;</code>
<p>
<p>Inheritance diagram for XercesDOMException:
<p><center><img src="class_xercesdomexception.gif" usemap="#XercesDOMException_map" border="0"></center>
<map name="XercesDOMException_map"><p>
<area href="class_xalandomexception.html" alt="XalanDOMException" shape="rect" coords="0,0,138,24">
</map>
Collaboration diagram for XercesDOMException:<p><center><img src="class_xercesdomexception_coll_graph.gif" border="0" usemap="#XercesDOMException_impl_map"></center>
<map name="XercesDOMException_impl_map">
<area href="class_xalandomexception.html" shape="rect" coords="11,37,141,16">
</map><p>
<a href="class_xercesdomexception-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
</ul>
<tr><td colspan=2><div class="groupHeader">Constructors and assignment operator</div></td></tr>
<ul>
<li>explicit <a class="el" href="class_xercesdomexception.html#a0">XercesDOMException</a> (<a class="el" href="class_xalandomexception.html#s0">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></em></font></dl><li><a class="el" href="class_xercesdomexception.html#a1">XercesDOMException</a> (const DOM_DOMException&amp; theException)
<dl class="el"><dd><font size=-1><em>Constructor which takes a Xerces exception and translates it into a XercesDOMException.</em> <a href="#a1">More...</a><em></em></font></dl><li><a class="el" href="class_xercesdomexception.html#a2">XercesDOMException</a> (const XercesDOMException&amp; theSource)
<dl class="el"><dd><font size=-1><em>Copy constructor.</em> <a href="#a2">More...</a><em></em></font></dl></ul>
<tr><td colspan=2><div class="groupHeader">Destructor.</div></td></tr>
<ul>
<li>virtual <a class="el" href="class_xercesdomexception.html#a3">~XercesDOMException</a> ()
<dl class="el"><dd><font size=-1><em>Destructor for XercesDOMException.</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="XercesDOMException::XercesDOMException"><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>
explicit XercesDOMException::XercesDOMException (
</b></td>
<td><b>
<a class="el" href="class_xalandomexception.html#s0">ExceptionCode</a> <em>code</em> = UNKNOWN_ERR)</b></td></tr>

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

<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></div>
<a name="a1" doxytag="XercesDOMException::XercesDOMException"><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>
XercesDOMException::XercesDOMException (
</b></td>
<td><b>
const DOM_DOMException &amp; <em>theException</em>)</b></td></tr>

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

<p>
Constructor which takes a Xerces exception and translates it into a XercesDOMException.
<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 DOM_DOMException instance.
</td></tr>
</table>
</dl></div>
<a name="a2" doxytag="XercesDOMException::XercesDOMException"><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>
XercesDOMException::XercesDOMException (
</b></td>
<td><b>
const XercesDOMException &amp; <em>theSource</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>other</em>
&nbsp;</td><td>
 The object to be copied.
</td></tr>
</table>
</dl></div>
<a name="a3" doxytag="XercesDOMException::~XercesDOMException"><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>
XercesDOMException::~XercesDOMException ()<code> [virtual]</code></b></td></tr>

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

<p>
Destructor for XercesDOMException.
<p>
</div>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XercesDOMException.hpp.html">XercesDOMException.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>