blob: 1684decebd03b869040f475bcae4125bea822b06 [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>XObject::XObjectException Class Reference</h1><code>#include &lt;<a class="el" href="XObject_8hpp-source.html">XObject.hpp</a>&gt;</code>
<p>
Inheritance diagram for XObject::XObjectException:<p><center><img src="classXObject_1_1XObjectException__inherit__graph.gif" border="0" usemap="#XObject::XObjectException_inherit_map" alt="Inheritance graph"></center>
<map name="XObject::XObjectException_inherit_map">
<area href="classXObject_1_1XObjectInvalidConversionException.html" shape="rect" coords="6,266,281,242">
<area href="classXalanXPathException.html" shape="rect" coords="72,117,215,93">
<area href="classXSLException.html" shape="rect" coords="94,43,193,19">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center>Collaboration diagram for XObject::XObjectException:<p><center><img src="classXObject_1_1XObjectException__coll__graph.gif" border="0" usemap="#XObject::XObjectException_coll_map" alt="Collaboration graph"></center>
<map name="XObject::XObjectException_coll_map">
<area href="classXalanXPathException.html" shape="rect" coords="113,237,257,213">
<area href="classXSLException.html" shape="rect" coords="136,147,234,123">
<area href="classXalanDOMString.html" shape="rect" coords="25,43,142,19">
<area href="classXalanNode.html" shape="rect" coords="258,147,338,123">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="classXObject_1_1XObjectException-members.html">List of all members.</a><h2>Public Methods</h2>
<ul>
<li><a class="el" href="classXObject_1_1XObjectException.html#a0">XObjectException</a> (const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp;message=<a class="el" href="classXalanDOMString.html">XalanDOMString</a>(XalanMemMgrs::getDummyMemMgr()), <a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp;theManager=XalanMemMgrs::getDummyMemMgr())
<li><a class="el" href="classXObject_1_1XObjectException.html#a1">XObjectException</a> (const XObjectException &amp;other)
<li>virtual <a class="el" href="classXObject_1_1XObjectException.html#a2">~XObjectException</a> ()
<li>virtual const XalanDOMChar* <a class="el" href="classXObject_1_1XObjectException.html#a3">getType</a> () const
<dl class="el"><dd><font size=-1><em>Retrieve type of exception.</em> <a href="#a3">More...</a><em><br><br></em></font></dl></ul>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
<a name="a0" doxytag="XObject::XObjectException::XObjectException"></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>
XObject::XObjectException::XObjectException (
</b></td>
<td valign="bottom"><b>
const <a class="el" href="classXalanDOMString.html">XalanDOMString</a> &amp; <em>message</em> = <a class="el" href="classXalanDOMString.html">XalanDOMString</a>(XalanMemMgrs::getDummyMemMgr()),
</b></td>
</tr>
<tr>
<td></td>
<td><b>
<a class="el" href="XalanMemoryManagement_8hpp.html#a5">MemoryManagerType</a> &amp; <em>theManager</em> = XalanMemMgrs::getDummyMemMgr()&nbsp;)<code> [explicit]</code>
</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="XObject::XObjectException::XObjectException"></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>
XObject::XObjectException::XObjectException (
</b></td>
<td valign="bottom"><b>
const XObjectException &amp; <em>other</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="XObject::XObjectException::~XObjectException"></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>
XObject::XObjectException::~XObjectException (
</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="a3" doxytag="XObject::XObjectException::getType"></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>
const XalanDOMChar * XObject::XObjectException::getType (
</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>
Retrieve type of exception.
<p>
<dl compact><dt>
<b>Returns: </b><dd>
type of exception </dl>
<p>
Reimplemented from <a class="el" href="classXalanXPathException.html#a5">XalanXPathException</a>.
<p>
Reimplemented in <a class="el" href="classXObject_1_1XObjectInvalidConversionException.html#a3">XObject::XObjectInvalidConversionException</a>. </td>
</tr>
</table>
<hr>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="XObject_8hpp-source.html">XObject.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>