v2.3.0
This commit is contained in:
parent
feed734f17
commit
824eb94695
3514 changed files with 90507 additions and 92619 deletions
|
@ -5,24 +5,28 @@
|
|||
<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&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 Page</span></a></li>
|
||||
<!-- Generated by Doxygen 1.7.3 -->
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="index.html"><span>Main 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 List</span></a></li>
|
||||
<li><a href="globals.html"><span>File Members</span></a></li>
|
||||
<div id="navrow2" class="tabs2">
|
||||
<ul class="tablist">
|
||||
<li><a href="files.html"><span>File List</span></a></li>
|
||||
<li><a href="globals.html"><span>File 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>
|
||||
<div class="header">
|
||||
<div class="headertitle">
|
||||
<h1>DOMException.hpp</h1> </div>
|
||||
</div>
|
||||
<div class="contents">
|
||||
<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>
|
||||
|
@ -44,10 +48,10 @@
|
|||
<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="l00023"></a>00023 <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 <xercesc/util/XercesDefs.hpp></span>
|
||||
<a name="l00026"></a>00026 <span class="preprocessor">#include <<a class="code" href="PlatformUtils_8hpp.html">xercesc/util/PlatformUtils.hpp</a>></span>
|
||||
<a name="l00026"></a>00026 <span class="preprocessor">#include <xercesc/util/PlatformUtils.hpp></span>
|
||||
<a name="l00027"></a>00027
|
||||
<a name="l00028"></a>00028 XERCES_CPP_NAMESPACE_BEGIN
|
||||
<a name="l00029"></a>00029
|
||||
|
@ -107,12 +111,12 @@
|
|||
<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="l00218"></a><a class="code" href="classxercesc_1_1DOMException.html#a4cf64288cf440c80048661cf6a6ab96e">00218</a> <span class="comment"></span> <span class="keywordtype">short</span> <a class="code" href="classxercesc_1_1DOMException.html#a4cf64288cf440c80048661cf6a6ab96e" title="A code value, from the set defined by the ExceptionCode enum, indicating the type of error that occur...">code</a>;
|
||||
<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="l00226"></a><a class="code" href="classxercesc_1_1DOMException.html#a51f4ddc8f8ac7177c9d3fc75ff276f12">00226</a> <span class="keyword">const</span> XMLCh *<a class="code" href="classxercesc_1_1DOMException.html#a51f4ddc8f8ac7177c9d3fc75ff276f12" title="A string value.">msg</a>;
|
||||
<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="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>* <a class="code" href="classxercesc_1_1DOMException.html#a4ca961d9c63e4b6a2af6e2b8d8a23e54">fMemoryManager</a>;
|
||||
<a name="l00231"></a>00231
|
||||
<a name="l00232"></a>00232 <span class="keyword">private</span>:
|
||||
<a name="l00233"></a>00233
|
||||
|
@ -127,15 +131,16 @@
|
|||
<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="l00252"></a>00252 <span class="keywordflow">return</span> msg;
|
||||
<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 Mon Mar 1 21:16:20 2010 for XQilla DOM Level 3 API by
|
||||
</div>
|
||||
<hr class="footer"/><address class="footer"><small>Generated on Mon Oct 31 2011 19:08:37 for XQilla DOM Level 3 API by 
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue