<h1>DOMErrorHandler.hpp</h1><ahref="DOMErrorHandler_8hpp.html">Go to the documentation of this file.</a><divclass="fragment"><preclass="fragment"><aname="l00001"></a>00001 <spanclass="comment">/*</span>
<aname="l00002"></a>00002 <spanclass="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span>
<aname="l00003"></a>00003 <spanclass="comment"> * contributor license agreements. See the NOTICE file distributed with</span>
<aname="l00004"></a>00004 <spanclass="comment"> * this work for additional information regarding copyright ownership.</span>
<aname="l00005"></a>00005 <spanclass="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
<aname="l00006"></a>00006 <spanclass="comment"> * (the "License"); you may not use this file except in compliance with</span>
<aname="l00007"></a>00007 <spanclass="comment"> * the License. You may obtain a copy of the License at</span>
<aname="l00046"></a><aclass="code"href="classxercesc_1_1DOMErrorHandler.html">00046</a><spanclass="keyword">class </span>CDOM_EXPORT <aclass="code"href="classxercesc_1_1DOMErrorHandler.html"title="Basic interface for DOM error handlers.">DOMErrorHandler</a>
<aname="l00054"></a><aclass="code"href="classxercesc_1_1DOMErrorHandler.html#7ff25138c1f16c75c6c859693cb2d40e">00054</a><spanclass="comment"></span><aclass="code"href="classxercesc_1_1DOMErrorHandler.html"title="Basic interface for DOM error handlers.">DOMErrorHandler</a>() {};
<aname="l00063"></a>00063 <spanclass="comment"></span><aclass="code"href="classxercesc_1_1DOMErrorHandler.html"title="Basic interface for DOM error handlers.">DOMErrorHandler</a>(<spanclass="keyword">const</span><aclass="code"href="classxercesc_1_1DOMErrorHandler.html"title="Basic interface for DOM error handlers.">DOMErrorHandler</a>&);
<aname="l00064"></a>00064 <aclass="code"href="classxercesc_1_1DOMErrorHandler.html"title="Basic interface for DOM error handlers.">DOMErrorHandler</a>& operator = (<spanclass="keyword">const</span><aclass="code"href="classxercesc_1_1DOMErrorHandler.html"title="Basic interface for DOM error handlers.">DOMErrorHandler</a>&);
<aname="l00077"></a><aclass="code"href="classxercesc_1_1DOMErrorHandler.html#fb1f6083c9366fe14324444e23d83ed7">00077</a><spanclass="comment"></span><spanclass="keyword">virtual</span> ~<aclass="code"href="classxercesc_1_1DOMErrorHandler.html"title="Basic interface for DOM error handlers.">DOMErrorHandler</a>() {};
<aname="l00100"></a>00100 <spanclass="comment"></span><spanclass="keyword">virtual</span><spanclass="keywordtype">bool</span> handleError(<spanclass="keyword">const</span><aclass="code"href="classxercesc_1_1DOMError.html"title="DOMError is an interface that describes an error.">DOMError</a>& domError) = 0;