This commit is contained in:
King_DuckZ 2020-02-17 22:24:47 +01:00
parent 7a7a841ea0
commit 3552e76c6c
3692 changed files with 114492 additions and 75030 deletions

View file

@ -5,137 +5,156 @@
<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.6.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
<!-- 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><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File&nbsp;List</span></a></li>
<li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File&#160;List</span></a></li>
<li><a href="globals.html"><span>File&#160;Members</span></a></li>
</ul>
</div>
<h1>DOMException.hpp</h1><a href="DOMException_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/*</span>
<a name="l00002"></a>00002 <span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span>
<a name="l00003"></a>00003 <span class="comment"> * contributor license agreements. See the NOTICE file distributed with</span>
<a name="l00004"></a>00004 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
<a name="l00005"></a>00005 <span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span>
<a name="l00006"></a>00006 <span class="comment"> * (the &quot;License&quot;); you may not use this file except in compliance with</span>
<a name="l00007"></a>00007 <span class="comment"> * the License. You may obtain a copy of the License at</span>
<a name="l00008"></a>00008 <span class="comment"> *</span>
<a name="l00009"></a>00009 <span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span>
<a name="l00010"></a>00010 <span class="comment"> *</span>
<a name="l00011"></a>00011 <span class="comment"> * Unless required by applicable law or agreed to in writing, software</span>
<a name="l00012"></a>00012 <span class="comment"> * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span>
<a name="l00013"></a>00013 <span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span>
<a name="l00014"></a>00014 <span class="comment"> * See the License for the specific language governing permissions and</span>
<a name="l00015"></a>00015 <span class="comment"> * limitations under the License.</span>
<a name="l00016"></a>00016 <span class="comment"> */</span>
<a name="l00017"></a>00017
<a name="l00018"></a>00018 <span class="comment">/*</span>
<a name="l00019"></a>00019 <span class="comment"> * $Id: DOMException.hpp 932887 2010-04-11 13:04:59Z borisk $</span>
<a name="l00020"></a>00020 <span class="comment"> */</span>
<a name="l00021"></a>00021
<a name="l00022"></a>00022 <span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_DOMEXCEPTION_HPP)</span>
<a name="l00023"></a><a class="code" href="DOMException_8hpp.html#a08c52a29511b6937b2e3a1ae3bec09d3">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOMEXCEPTION_HPP</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span>
<a name="l00025"></a>00025 <span class="preprocessor">#include &lt;xercesc/util/XercesDefs.hpp&gt;</span>
<a name="l00026"></a>00026 <span class="preprocessor">#include &lt;<a class="code" href="PlatformUtils_8hpp.html">xercesc/util/PlatformUtils.hpp</a>&gt;</span>
<a name="l00027"></a>00027
<a name="l00028"></a>00028 XERCES_CPP_NAMESPACE_BEGIN
<a name="l00029"></a>00029
<a name="l00030"></a>00030
<a name="l00050"></a>00050 <span class="keyword">class </span>MemoryManager;
<a name="l00051"></a>00051
<a name="l00052"></a><a class="code" href="classxercesc_1_1DOMException.html">00052</a> <span class="keyword">class </span>CDOM_EXPORT <a class="code" href="classxercesc_1_1DOMException.html">DOMException</a> {
<a name="l00053"></a>00053 <span class="keyword">public</span>:
<a name="l00054"></a>00054 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00055"></a>00055 <span class="comment">// Class Types</span>
<a name="l00056"></a>00056 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00137"></a><a class="code" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56">00137</a> <span class="comment"></span> <span class="keyword">enum</span> <a class="code" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56" title="ExceptionCode.">ExceptionCode</a> {
<a name="l00138"></a><a class="code" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56a36d5bab39d4924930885960fea01cce3">00138</a> INDEX_SIZE_ERR = 1,
<a name="l00139"></a><a class="code" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56a08423287f1d885cf2833e9230a082a34">00139</a> DOMSTRING_SIZE_ERR = 2,
<a name="l00140"></a><a class="code" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56abb1d7bb0a281505ee6e93cb16ade007e">00140</a> HIERARCHY_REQUEST_ERR = 3,
<a name="l00141"></a><a class="code" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56a99ba26671de61bb926598bc2f4fdeee1">00141</a> WRONG_DOCUMENT_ERR = 4,
<a name="l00142"></a><a class="code" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56a147875f773995a594e4359bcf5381ae3">00142</a> INVALID_CHARACTER_ERR = 5,
<a name="l00143"></a><a class="code" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56a68f87bbb0f5605ee6c3243c7b4cdd8c0">00143</a> NO_DATA_ALLOWED_ERR = 6,
<a name="l00144"></a><a class="code" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56add45f85c8af1c41705e705f68d47efa3">00144</a> NO_MODIFICATION_ALLOWED_ERR = 7,
<a name="l00145"></a><a class="code" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56a56ae3ec0304267cb1231a71729fcfa50">00145</a> NOT_FOUND_ERR = 8,
<a name="l00146"></a><a class="code" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56a0711a81d68bf3cc61a0b36580cd696cd">00146</a> NOT_SUPPORTED_ERR = 9,
<a name="l00147"></a><a class="code" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56ac7486decc5ddacafdfc0243f3f9698f4">00147</a> INUSE_ATTRIBUTE_ERR = 10,
<a name="l00148"></a><a class="code" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56a3e88938b0426c429005cb49f76e38663">00148</a> INVALID_STATE_ERR = 11,
<a name="l00149"></a><a class="code" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56a672ff6e8c9538b2041025ba93686a81a">00149</a> SYNTAX_ERR = 12,
<a name="l00150"></a><a class="code" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56ad99b4101dca4f22f08cdcb7245f3d26b">00150</a> INVALID_MODIFICATION_ERR = 13,
<a name="l00151"></a><a class="code" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56aee63e59a8a480701cb0aaae5739478a5">00151</a> NAMESPACE_ERR = 14,
<a name="l00152"></a><a class="code" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56acdda4e3a95469249f118989c7a098dbb">00152</a> INVALID_ACCESS_ERR = 15,
<a name="l00153"></a><a class="code" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56aed47da4f607db187a06b8b0d70f4ebcb">00153</a> VALIDATION_ERR = 16,
<a name="l00154"></a><a class="code" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56a6d23cc6fabe2a74053fe8eaf992a1ce6">00154</a> TYPE_MISMATCH_ERR = 17
<a name="l00155"></a>00155 };
<a name="l00157"></a>00157
<a name="l00158"></a>00158 <span class="keyword">public</span>:
<a name="l00159"></a>00159 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00160"></a>00160 <span class="comment">// Constructors</span>
<a name="l00161"></a>00161 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00168"></a>00168 <span class="comment"></span> <a class="code" href="classxercesc_1_1DOMException.html">DOMException</a>();
<a name="l00169"></a>00169
<a name="l00177"></a>00177 <a class="code" href="classxercesc_1_1DOMException.html">DOMException</a>(<span class="keywordtype">short</span> code,
<a name="l00178"></a>00178 <span class="keywordtype">short</span> messageCode = 0,
<a name="l00179"></a>00179 <a class="code" href="classxercesc_1_1MemoryManager.html" title="Configurable memory manager.">MemoryManager</a>* <span class="keyword">const</span> memoryManager = XMLPlatformUtils::fgMemoryManager);
<a name="l00180"></a>00180
<a name="l00186"></a>00186 <a class="code" href="classxercesc_1_1DOMException.html">DOMException</a>(<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMException.html">DOMException</a> &amp;other);
<a name="l00187"></a>00187
<a name="l00189"></a>00189
<a name="l00190"></a>00190 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00191"></a>00191 <span class="comment">// Destructors</span>
<a name="l00192"></a>00192 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00199"></a>00199 <span class="comment"></span> <span class="keyword">virtual</span> ~<a class="code" href="classxercesc_1_1DOMException.html">DOMException</a>();
<a name="l00201"></a>00201
<a name="l00202"></a>00202
<a name="l00203"></a>00203 <span class="keyword">public</span>:
<a name="l00204"></a>00204 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00205"></a>00205 <span class="comment">// Getter</span>
<a name="l00206"></a>00206 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00207"></a>00207 <span class="keyword">inline</span> <span class="keyword">const</span> XMLCh* getMessage() <span class="keyword">const</span>;
<a name="l00208"></a>00208
<a name="l00209"></a>00209 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00210"></a>00210 <span class="comment">// Class Types</span>
<a name="l00211"></a>00211 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00218"></a><a class="code" href="classxercesc_1_1DOMException.html#a4cf64288cf440c80048661cf6a6ab96e">00218</a> <span class="comment"></span> <span class="keywordtype">short</span> code;
<a name="l00219"></a>00219
<a name="l00226"></a><a class="code" href="classxercesc_1_1DOMException.html#a51f4ddc8f8ac7177c9d3fc75ff276f12">00226</a> <span class="keyword">const</span> XMLCh *msg;
<a name="l00228"></a>00228
<a name="l00229"></a>00229 <span class="keyword">protected</span>:
<a name="l00230"></a><a class="code" href="classxercesc_1_1DOMException.html#a4ca961d9c63e4b6a2af6e2b8d8a23e54">00230</a> <a class="code" href="classxercesc_1_1MemoryManager.html" title="Configurable memory manager.">MemoryManager</a>* fMemoryManager;
<a name="l00231"></a>00231
<a name="l00232"></a>00232 <span class="keyword">private</span>:
<a name="l00233"></a>00233
<a name="l00241"></a>00241 <span class="keywordtype">bool</span> fMsgOwned;
<a name="l00242"></a>00242
<a name="l00243"></a>00243 <span class="keyword">private</span>:
<a name="l00244"></a>00244 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00245"></a>00245 <span class="comment">// Unimplemented constructors and operators</span>
<a name="l00246"></a>00246 <span class="comment">// -----------------------------------------------------------------------</span>
<a name="l00247"></a>00247 <a class="code" href="classxercesc_1_1DOMException.html">DOMException</a> &amp; operator = (<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMException.html">DOMException</a> &amp;);
<a name="l00248"></a>00248 };
<a name="l00249"></a>00249
<a name="l00250"></a><a class="code" href="classxercesc_1_1DOMException.html#a4a21ecf22e60696d30d885d60f74aec1">00250</a> <span class="keyword">inline</span> <span class="keyword">const</span> XMLCh* DOMException::getMessage()<span class="keyword"> const</span>
<a name="l00251"></a>00251 <span class="keyword"></span>{
<a name="l00252"></a>00252 <span class="keywordflow">return</span> <a class="code" href="classxercesc_1_1DOMException.html#a51f4ddc8f8ac7177c9d3fc75ff276f12" title="A string value.">msg</a>;
<a name="l00253"></a>00253 }
<a name="l00254"></a>00254
<a name="l00255"></a>00255 XERCES_CPP_NAMESPACE_END
<a name="l00256"></a>00256
<a name="l00257"></a>00257 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla DOM Level 3 API by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_e6bd38fe602a947f4224dfe3c9d24481.html">xerces-c-src</a></li><li class="navelem"><a class="el" href="dir_eb0099cf839cef65d350c0a3df5315ad.html">src</a></li><li class="navelem"><a class="el" href="dir_7ef400d0cba7660fbeba32656f2e8856.html">xercesc</a></li><li class="navelem"><a class="el" href="dir_cf50e6b7905ca68e8eacb67c516ef759.html">dom</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">DOMException.hpp</div> </div>
</div><!--header-->
<div class="contents">
<a href="DOMException_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> * contributor license agreements. See the NOTICE file distributed with</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> * this work for additional information regarding copyright ownership.</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment"> * (the &quot;License&quot;); you may not use this file except in compliance with</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> * the License. You may obtain a copy of the License at</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment"> * http://www.apache.org/licenses/LICENSE-2.0</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> * Unless required by applicable law or agreed to in writing, software</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> * distributed under the License is distributed on an &quot;AS IS&quot; BASIS,</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"> * See the License for the specific language governing permissions and</span></div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> * limitations under the License.</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;</div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment"> * $Id: DOMException.hpp 932889 2010-04-11 13:10:10Z borisk $</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;</div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#if !defined(XERCESC_INCLUDE_GUARD_DOMEXCEPTION_HPP)</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_DOMEXCEPTION_HPP</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#include &lt;xercesc/util/XercesDefs.hpp&gt;</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#include &lt;<a class="code" href="PlatformUtils_8hpp.html">xercesc/util/PlatformUtils.hpp</a>&gt;</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;XERCES_CPP_NAMESPACE_BEGIN</div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160;<span class="keyword">class </span>MemoryManager;</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;</div>
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="classxercesc_1_1DOMException.html"> 52</a></span>&#160;<span class="keyword">class </span>CDOM_EXPORT <a class="code" href="classxercesc_1_1DOMException.html">DOMException</a> {</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; <span class="comment">// -----------------------------------------------------------------------</span></div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160; <span class="comment">// Class Types</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; <span class="comment">// -----------------------------------------------------------------------</span></div>
<div class="line"><a name="l00137"></a><span class="lineno"><a class="line" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56"> 137</a></span>&#160;<span class="comment"></span> <span class="keyword">enum</span> <a class="code" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56">ExceptionCode</a> {</div>
<div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56a36d5bab39d4924930885960fea01cce3"> 138</a></span>&#160; INDEX_SIZE_ERR = 1,</div>
<div class="line"><a name="l00139"></a><span class="lineno"><a class="line" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56a08423287f1d885cf2833e9230a082a34"> 139</a></span>&#160; DOMSTRING_SIZE_ERR = 2,</div>
<div class="line"><a name="l00140"></a><span class="lineno"><a class="line" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56abb1d7bb0a281505ee6e93cb16ade007e"> 140</a></span>&#160; HIERARCHY_REQUEST_ERR = 3,</div>
<div class="line"><a name="l00141"></a><span class="lineno"><a class="line" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56a99ba26671de61bb926598bc2f4fdeee1"> 141</a></span>&#160; WRONG_DOCUMENT_ERR = 4,</div>
<div class="line"><a name="l00142"></a><span class="lineno"><a class="line" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56a147875f773995a594e4359bcf5381ae3"> 142</a></span>&#160; INVALID_CHARACTER_ERR = 5,</div>
<div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56a68f87bbb0f5605ee6c3243c7b4cdd8c0"> 143</a></span>&#160; NO_DATA_ALLOWED_ERR = 6,</div>
<div class="line"><a name="l00144"></a><span class="lineno"><a class="line" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56add45f85c8af1c41705e705f68d47efa3"> 144</a></span>&#160; NO_MODIFICATION_ALLOWED_ERR = 7,</div>
<div class="line"><a name="l00145"></a><span class="lineno"><a class="line" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56a56ae3ec0304267cb1231a71729fcfa50"> 145</a></span>&#160; NOT_FOUND_ERR = 8,</div>
<div class="line"><a name="l00146"></a><span class="lineno"><a class="line" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56a0711a81d68bf3cc61a0b36580cd696cd"> 146</a></span>&#160; NOT_SUPPORTED_ERR = 9,</div>
<div class="line"><a name="l00147"></a><span class="lineno"><a class="line" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56ac7486decc5ddacafdfc0243f3f9698f4"> 147</a></span>&#160; INUSE_ATTRIBUTE_ERR = 10,</div>
<div class="line"><a name="l00148"></a><span class="lineno"><a class="line" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56a3e88938b0426c429005cb49f76e38663"> 148</a></span>&#160; INVALID_STATE_ERR = 11,</div>
<div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56a672ff6e8c9538b2041025ba93686a81a"> 149</a></span>&#160; SYNTAX_ERR = 12,</div>
<div class="line"><a name="l00150"></a><span class="lineno"><a class="line" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56ad99b4101dca4f22f08cdcb7245f3d26b"> 150</a></span>&#160; INVALID_MODIFICATION_ERR = 13,</div>
<div class="line"><a name="l00151"></a><span class="lineno"><a class="line" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56aee63e59a8a480701cb0aaae5739478a5"> 151</a></span>&#160; NAMESPACE_ERR = 14,</div>
<div class="line"><a name="l00152"></a><span class="lineno"><a class="line" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56acdda4e3a95469249f118989c7a098dbb"> 152</a></span>&#160; INVALID_ACCESS_ERR = 15,</div>
<div class="line"><a name="l00153"></a><span class="lineno"><a class="line" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56aed47da4f607db187a06b8b0d70f4ebcb"> 153</a></span>&#160; VALIDATION_ERR = 16,</div>
<div class="line"><a name="l00154"></a><span class="lineno"><a class="line" href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56a6d23cc6fabe2a74053fe8eaf992a1ce6"> 154</a></span>&#160; TYPE_MISMATCH_ERR = 17</div>
<div class="line"><a name="l00155"></a><span class="lineno"> 155</span>&#160; };</div>
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160;</div>
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160; <span class="comment">// -----------------------------------------------------------------------</span></div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160; <span class="comment">// Constructors</span></div>
<div class="line"><a name="l00161"></a><span class="lineno"> 161</span>&#160; <span class="comment">// -----------------------------------------------------------------------</span></div>
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160;<span class="comment"></span> <a class="code" href="classxercesc_1_1DOMException.html">DOMException</a>();</div>
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160;</div>
<div class="line"><a name="l00177"></a><span class="lineno"> 177</span>&#160; <a class="code" href="classxercesc_1_1DOMException.html">DOMException</a>(<span class="keywordtype">short</span> code,</div>
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160; <span class="keywordtype">short</span> messageCode = 0,</div>
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160; <a class="code" href="classxercesc_1_1MemoryManager.html">MemoryManager</a>* <span class="keyword">const</span> memoryManager = XMLPlatformUtils::fgMemoryManager);</div>
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160;</div>
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>&#160; <a class="code" href="classxercesc_1_1DOMException.html">DOMException</a>(<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMException.html">DOMException</a> &amp;other);</div>
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160;</div>
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160;</div>
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160; <span class="comment">// -----------------------------------------------------------------------</span></div>
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>&#160; <span class="comment">// Destructors</span></div>
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160; <span class="comment">// -----------------------------------------------------------------------</span></div>
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>&#160;<span class="comment"></span> <span class="keyword">virtual</span> ~<a class="code" href="classxercesc_1_1DOMException.html">DOMException</a>();</div>
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>&#160;</div>
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>&#160;</div>
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00204"></a><span class="lineno"> 204</span>&#160; <span class="comment">// -----------------------------------------------------------------------</span></div>
<div class="line"><a name="l00205"></a><span class="lineno"> 205</span>&#160; <span class="comment">// Getter</span></div>
<div class="line"><a name="l00206"></a><span class="lineno"> 206</span>&#160; <span class="comment">// -----------------------------------------------------------------------</span></div>
<div class="line"><a name="l00207"></a><span class="lineno"> 207</span>&#160; <span class="keyword">inline</span> <span class="keyword">const</span> XMLCh* getMessage() <span class="keyword">const</span>;</div>
<div class="line"><a name="l00208"></a><span class="lineno"> 208</span>&#160;</div>
<div class="line"><a name="l00209"></a><span class="lineno"> 209</span>&#160; <span class="comment">// -----------------------------------------------------------------------</span></div>
<div class="line"><a name="l00210"></a><span class="lineno"> 210</span>&#160; <span class="comment">// Class Types</span></div>
<div class="line"><a name="l00211"></a><span class="lineno"> 211</span>&#160; <span class="comment">// -----------------------------------------------------------------------</span></div>
<div class="line"><a name="l00218"></a><span class="lineno"><a class="line" href="classxercesc_1_1DOMException.html#a4cf64288cf440c80048661cf6a6ab96e"> 218</a></span>&#160;<span class="comment"></span> <span class="keywordtype">short</span> <a class="code" href="classxercesc_1_1DOMException.html#a4cf64288cf440c80048661cf6a6ab96e">code</a>;</div>
<div class="line"><a name="l00219"></a><span class="lineno"> 219</span>&#160;</div>
<div class="line"><a name="l00226"></a><span class="lineno"><a class="line" href="classxercesc_1_1DOMException.html#a51f4ddc8f8ac7177c9d3fc75ff276f12"> 226</a></span>&#160; <span class="keyword">const</span> XMLCh *<a class="code" href="classxercesc_1_1DOMException.html#a51f4ddc8f8ac7177c9d3fc75ff276f12">msg</a>;</div>
<div class="line"><a name="l00228"></a><span class="lineno"> 228</span>&#160;</div>
<div class="line"><a name="l00229"></a><span class="lineno"> 229</span>&#160;<span class="keyword">protected</span>:</div>
<div class="line"><a name="l00230"></a><span class="lineno"><a class="line" href="classxercesc_1_1DOMException.html#a4ca961d9c63e4b6a2af6e2b8d8a23e54"> 230</a></span>&#160; <a class="code" href="classxercesc_1_1MemoryManager.html">MemoryManager</a>* <a class="code" href="classxercesc_1_1DOMException.html#a4ca961d9c63e4b6a2af6e2b8d8a23e54">fMemoryManager</a>;</div>
<div class="line"><a name="l00231"></a><span class="lineno"> 231</span>&#160;</div>
<div class="line"><a name="l00232"></a><span class="lineno"> 232</span>&#160;<span class="keyword">private</span>:</div>
<div class="line"><a name="l00233"></a><span class="lineno"> 233</span>&#160;</div>
<div class="line"><a name="l00241"></a><span class="lineno"> 241</span>&#160; <span class="keywordtype">bool</span> fMsgOwned;</div>
<div class="line"><a name="l00242"></a><span class="lineno"> 242</span>&#160;</div>
<div class="line"><a name="l00243"></a><span class="lineno"> 243</span>&#160;<span class="keyword">private</span>:</div>
<div class="line"><a name="l00244"></a><span class="lineno"> 244</span>&#160; <span class="comment">// -----------------------------------------------------------------------</span></div>
<div class="line"><a name="l00245"></a><span class="lineno"> 245</span>&#160; <span class="comment">// Unimplemented constructors and operators</span></div>
<div class="line"><a name="l00246"></a><span class="lineno"> 246</span>&#160; <span class="comment">// -----------------------------------------------------------------------</span></div>
<div class="line"><a name="l00247"></a><span class="lineno"> 247</span>&#160; <a class="code" href="classxercesc_1_1DOMException.html">DOMException</a> &amp; operator = (<span class="keyword">const</span> <a class="code" href="classxercesc_1_1DOMException.html">DOMException</a> &amp;);</div>
<div class="line"><a name="l00248"></a><span class="lineno"> 248</span>&#160;};</div>
<div class="line"><a name="l00249"></a><span class="lineno"> 249</span>&#160;</div>
<div class="line"><a name="l00250"></a><span class="lineno"><a class="line" href="classxercesc_1_1DOMException.html#a4a21ecf22e60696d30d885d60f74aec1"> 250</a></span>&#160;<span class="keyword">inline</span> <span class="keyword">const</span> XMLCh* DOMException::getMessage()<span class="keyword"> const</span></div>
<div class="line"><a name="l00251"></a><span class="lineno"> 251</span>&#160;<span class="keyword"></span>{</div>
<div class="line"><a name="l00252"></a><span class="lineno"> 252</span>&#160; <span class="keywordflow">return</span> msg;</div>
<div class="line"><a name="l00253"></a><span class="lineno"> 253</span>&#160;}</div>
<div class="line"><a name="l00254"></a><span class="lineno"> 254</span>&#160;</div>
<div class="line"><a name="l00255"></a><span class="lineno"> 255</span>&#160;XERCES_CPP_NAMESPACE_END</div>
<div class="line"><a name="l00256"></a><span class="lineno"> 256</span>&#160;</div>
<div class="line"><a name="l00257"></a><span class="lineno"> 257</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="ttc" id="classxercesc_1_1DOMException_html_ae5ad88bd9f571a66a8029941ae213d56"><div class="ttname"><a href="classxercesc_1_1DOMException.html#ae5ad88bd9f571a66a8029941ae213d56">xercesc::DOMException::ExceptionCode</a></div><div class="ttdeci">ExceptionCode</div><div class="ttdoc">ExceptionCode. </div><div class="ttdef"><b>Definition:</b> DOMException.hpp:137</div></div>
<div class="ttc" id="classxercesc_1_1MemoryManager_html"><div class="ttname"><a href="classxercesc_1_1MemoryManager.html">xercesc::MemoryManager</a></div><div class="ttdoc">Configurable memory manager. </div><div class="ttdef"><b>Definition:</b> MemoryManager.hpp:39</div></div>
<div class="ttc" id="classxercesc_1_1DOMException_html"><div class="ttname"><a href="classxercesc_1_1DOMException.html">xercesc::DOMException</a></div><div class="ttdef"><b>Definition:</b> DOMException.hpp:52</div></div>
<div class="ttc" id="classxercesc_1_1DOMException_html_a4ca961d9c63e4b6a2af6e2b8d8a23e54"><div class="ttname"><a href="classxercesc_1_1DOMException.html#a4ca961d9c63e4b6a2af6e2b8d8a23e54">xercesc::DOMException::fMemoryManager</a></div><div class="ttdeci">MemoryManager * fMemoryManager</div><div class="ttdef"><b>Definition:</b> DOMException.hpp:230</div></div>
<div class="ttc" id="classxercesc_1_1DOMException_html_a4cf64288cf440c80048661cf6a6ab96e"><div class="ttname"><a href="classxercesc_1_1DOMException.html#a4cf64288cf440c80048661cf6a6ab96e">xercesc::DOMException::code</a></div><div class="ttdeci">short code</div><div class="ttdoc">A code value, from the set defined by the ExceptionCode enum, indicating the type of error that occur...</div><div class="ttdef"><b>Definition:</b> DOMException.hpp:218</div></div>
<div class="ttc" id="classxercesc_1_1DOMException_html_a51f4ddc8f8ac7177c9d3fc75ff276f12"><div class="ttname"><a href="classxercesc_1_1DOMException.html#a51f4ddc8f8ac7177c9d3fc75ff276f12">xercesc::DOMException::msg</a></div><div class="ttdeci">const XMLCh * msg</div><div class="ttdoc">A string value. </div><div class="ttdef"><b>Definition:</b> DOMException.hpp:226</div></div>
<div class="ttc" id="PlatformUtils_8hpp_html"><div class="ttname"><a href="PlatformUtils_8hpp.html">PlatformUtils.hpp</a></div></div>
</div><!-- fragment --></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>