XQuilla/docs/dom3-api/classxercesc_1_1DOMErrorHandler.html
2020-02-17 22:24:47 +01:00

163 lines
8.6 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>XQilla DOM3 API Documentation</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<a style="float:right;" href="http://sourceforge.net/projects/xqilla"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=152021&amp;type=2" border="0" alt="SourceForge.net Logo" /></a>
<!-- Generated by Doxygen 1.8.5 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main&#160;Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class&#160;List</span></a></li>
<li><a href="classes.html"><span>Class&#160;Index</span></a></li>
<li><a href="inherits.html"><span>Class&#160;Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class&#160;Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespacexercesc.html">xercesc</a></li><li class="navelem"><a class="el" href="classxercesc_1_1DOMErrorHandler.html">DOMErrorHandler</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="classxercesc_1_1DOMErrorHandler-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">xercesc::DOMErrorHandler Class Reference<span class="mlabels"><span class="mlabel">abstract</span></span></div> </div>
</div><!--header-->
<div class="contents">
<p>Basic interface for DOM error handlers.
<a href="classxercesc_1_1DOMErrorHandler.html#details">More...</a></p>
<p><code>#include &lt;<a class="el" href="DOMErrorHandler_8hpp_source.html">DOMErrorHandler.hpp</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr><td colspan="2"><div class="groupHeader">Destructor</div></td></tr>
<tr class="memitem:afb1f6083c9366fe14324444e23d83ed7"><td class="memItemLeft" align="right" valign="top">virtual&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMErrorHandler.html#afb1f6083c9366fe14324444e23d83ed7">~DOMErrorHandler</a> ()</td></tr>
<tr class="memdesc:afb1f6083c9366fe14324444e23d83ed7"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor. <a href="#afb1f6083c9366fe14324444e23d83ed7">More...</a><br/></td></tr>
<tr class="separator:afb1f6083c9366fe14324444e23d83ed7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr><td colspan="2"><div class="groupHeader">Functions introduced in DOM Level 3</div></td></tr>
<tr class="memitem:a67c9662c66074fa8c026cf08b6039ad3"><td class="memItemLeft" align="right" valign="top">virtual bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMErrorHandler.html#a67c9662c66074fa8c026cf08b6039ad3">handleError</a> (const <a class="el" href="classxercesc_1_1DOMError.html">DOMError</a> &amp;domError)=0</td></tr>
<tr class="memdesc:a67c9662c66074fa8c026cf08b6039ad3"><td class="mdescLeft">&#160;</td><td class="mdescRight">This method is called on the error handler when an error occurs. <a href="#a67c9662c66074fa8c026cf08b6039ad3">More...</a><br/></td></tr>
<tr class="separator:a67c9662c66074fa8c026cf08b6039ad3"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pro-methods"></a>
Protected Member Functions</h2></td></tr>
<tr><td colspan="2"><div class="groupHeader">Hidden constructors</div></td></tr>
<tr class="memitem:a7ff25138c1f16c75c6c859693cb2d40e"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classxercesc_1_1DOMErrorHandler.html#a7ff25138c1f16c75c6c859693cb2d40e">DOMErrorHandler</a> ()</td></tr>
<tr class="separator:a7ff25138c1f16c75c6c859693cb2d40e"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Basic interface for DOM error handlers. </p>
<p><a class="el" href="classxercesc_1_1DOMErrorHandler.html" title="Basic interface for DOM error handlers. ">DOMErrorHandler</a> is a callback interface that the DOM implementation can call when reporting errors that happens while processing XML data, or when doing some other processing (e.g. validating a document).</p>
<p>The application that is using the DOM implementation is expected to implement this interface.</p>
<dl class="section see"><dt>See Also</dt><dd><a class="el" href="classxercesc_1_1DOMLSParser.html#a3aa425557d9e378551b7ebacf1cf9e49" title="Get a pointer to the DOMConfiguration object used when parsing an input source. ">DOMLSParser::getDomConfig</a> </dd></dl>
<dl class="section since"><dt>Since</dt><dd>DOM Level 3 </dd></dl>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="a7ff25138c1f16c75c6c859693cb2d40e"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">xercesc::DOMErrorHandler::DOMErrorHandler </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">protected</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
</div>
</div>
<a class="anchor" id="afb1f6083c9366fe14324444e23d83ed7"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual xercesc::DOMErrorHandler::~DOMErrorHandler </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>Destructor. </p>
</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a67c9662c66074fa8c026cf08b6039ad3"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
<tr>
<td class="mlabels-left">
<table class="memname">
<tr>
<td class="memname">virtual bool xercesc::DOMErrorHandler::handleError </td>
<td>(</td>
<td class="paramtype">const <a class="el" href="classxercesc_1_1DOMError.html">DOMError</a> &amp;&#160;</td>
<td class="paramname"><em>domError</em></td><td>)</td>
<td></td>
</tr>
</table>
</td>
<td class="mlabels-right">
<span class="mlabels"><span class="mlabel">pure virtual</span></span> </td>
</tr>
</table>
</div><div class="memdoc">
<p>This method is called on the error handler when an error occurs. </p>
<p>If an exception is thrown from this method, it is considered to be equivalent of returning <code>true</code>.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">domError</td><td>The error object that describes the error, this object may be reused by the DOM implementation across multiple calls to the handleError method. </td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>If the handleError method returns <code>true</code> the DOM implementation should continue as if the error didn't happen when possible, if the method returns <code>false</code> then the DOM implementation should stop the current processing when possible.</dd></dl>
<dl class="section since"><dt>Since</dt><dd>DOM Level 3 </dd></dl>
</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li><a class="el" href="DOMErrorHandler_8hpp_source.html">DOMErrorHandler.hpp</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.5
</small></address>
</body>
</html>