v2.3.1
This commit is contained in:
parent
824eb94695
commit
7c49d5c548
3294 changed files with 46105 additions and 39662 deletions
|
@ -5,28 +5,24 @@
|
|||
<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.7.3 -->
|
||||
<div id="navrow1" class="tabs">
|
||||
<ul class="tablist">
|
||||
<li><a href="index.html"><span>Main Page</span></a></li>
|
||||
<!-- 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>
|
||||
<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 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>
|
||||
<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>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="header">
|
||||
<div class="headertitle">
|
||||
<h1>InputSource.hpp</h1> </div>
|
||||
</div>
|
||||
<div class="contents">
|
||||
<a href="InputSource_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>
|
||||
<h1>InputSource.hpp</h1><a href="InputSource_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,20 +40,20 @@
|
|||
<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: InputSource.hpp 527149 2007-04-10 14:56:39Z amassari $</span>
|
||||
<a name="l00019"></a>00019 <span class="comment"> * $Id: InputSource.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_INPUTSOURCE_HPP)</span>
|
||||
<a name="l00023"></a>00023 <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_INPUTSOURCE_HPP</span>
|
||||
<a name="l00023"></a><a class="code" href="InputSource_8hpp.html#af8eff9aef823b4594290aa79d332a723">00023</a> <span class="preprocessor"></span><span class="preprocessor">#define XERCESC_INCLUDE_GUARD_INPUTSOURCE_HPP</span>
|
||||
<a name="l00024"></a>00024 <span class="preprocessor"></span>
|
||||
<a name="l00025"></a>00025 <span class="preprocessor">#include <xercesc/util/PlatformUtils.hpp></span>
|
||||
<a name="l00025"></a>00025 <span class="preprocessor">#include <<a class="code" href="PlatformUtils_8hpp.html">xercesc/util/PlatformUtils.hpp</a>></span>
|
||||
<a name="l00026"></a>00026
|
||||
<a name="l00027"></a>00027 XERCES_CPP_NAMESPACE_BEGIN
|
||||
<a name="l00028"></a>00028
|
||||
<a name="l00029"></a>00029 <span class="keyword">class </span>BinInputStream;
|
||||
<a name="l00030"></a>00030
|
||||
<a name="l00031"></a>00031
|
||||
<a name="l00062"></a><a class="code" href="classxercesc_1_1InputSource.html">00062</a> <span class="keyword">class </span>SAX_EXPORT <a class="code" href="classxercesc_1_1InputSource.html" title="A single input source for an XML entity.">InputSource</a> : <span class="keyword">public</span> <a class="code" href="classxercesc_1_1XMemory.html" title="This class makes it possible to override the C++ memory management by adding new/delete operators to ...">XMemory</a>
|
||||
<a name="l00062"></a><a class="code" href="classxercesc_1_1InputSource.html">00062</a> <span class="keyword">class </span>SAX_EXPORT <a class="code" href="classxercesc_1_1InputSource.html" title="A single input source for an XML entity.">InputSource</a> : <span class="keyword">public</span> <a class="code" href="classxercesc_1_1XMemory.html" title="This class makes it possible to override the C++ memory management by adding new/delete...">XMemory</a>
|
||||
<a name="l00063"></a>00063 {
|
||||
<a name="l00064"></a>00064 <span class="keyword">public</span>:
|
||||
<a name="l00065"></a>00065 <span class="comment">// -----------------------------------------------------------------------</span>
|
||||
|
@ -172,22 +168,22 @@
|
|||
<a name="l00304"></a>00304 <span class="keywordflow">return</span> fEncoding;
|
||||
<a name="l00305"></a>00305 }
|
||||
<a name="l00306"></a>00306
|
||||
<a name="l00307"></a><a class="code" href="classxercesc_1_1InputSource.html#a192a9028168663eb4fb1e905e41837d8">00307</a> <span class="keyword">inline</span> <span class="keyword">const</span> XMLCh* InputSource::getPublicId()<span class="keyword"> const</span>
|
||||
<a name="l00307"></a><a class="code" href="classxercesc_1_1InputSource.html#a192a9028168663eb4fb1e905e41837d8">00307</a> <span class="keyword">inline</span> <span class="keyword">const</span> XMLCh* <a class="code" href="classxercesc_1_1InputSource.html#a192a9028168663eb4fb1e905e41837d8" title="Get the public identifier for this input source.">InputSource::getPublicId</a>()<span class="keyword"> const</span>
|
||||
<a name="l00308"></a>00308 <span class="keyword"></span>{
|
||||
<a name="l00309"></a>00309 <span class="keywordflow">return</span> fPublicId;
|
||||
<a name="l00310"></a>00310 }
|
||||
<a name="l00311"></a>00311
|
||||
<a name="l00312"></a><a class="code" href="classxercesc_1_1InputSource.html#a95ae54667532f3cbc9ec4a734541d0f5">00312</a> <span class="keyword">inline</span> <span class="keyword">const</span> XMLCh* InputSource::getSystemId()<span class="keyword"> const</span>
|
||||
<a name="l00312"></a><a class="code" href="classxercesc_1_1InputSource.html#a95ae54667532f3cbc9ec4a734541d0f5">00312</a> <span class="keyword">inline</span> <span class="keyword">const</span> XMLCh* <a class="code" href="classxercesc_1_1InputSource.html#a95ae54667532f3cbc9ec4a734541d0f5" title="Get the system identifier for this input source.">InputSource::getSystemId</a>()<span class="keyword"> const</span>
|
||||
<a name="l00313"></a>00313 <span class="keyword"></span>{
|
||||
<a name="l00314"></a>00314 <span class="keywordflow">return</span> fSystemId;
|
||||
<a name="l00315"></a>00315 }
|
||||
<a name="l00316"></a>00316
|
||||
<a name="l00317"></a><a class="code" href="classxercesc_1_1InputSource.html#a3184b9e26e147b88d0eae9b09f39910d">00317</a> <span class="keyword">inline</span> <span class="keywordtype">bool</span> InputSource::getIssueFatalErrorIfNotFound()<span class="keyword"> const</span>
|
||||
<a name="l00317"></a><a class="code" href="classxercesc_1_1InputSource.html#a3184b9e26e147b88d0eae9b09f39910d">00317</a> <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="classxercesc_1_1InputSource.html#a3184b9e26e147b88d0eae9b09f39910d" title="Get the flag that indicates if the parser should issue fatal error if this input...">InputSource::getIssueFatalErrorIfNotFound</a>()<span class="keyword"> const</span>
|
||||
<a name="l00318"></a>00318 <span class="keyword"></span>{
|
||||
<a name="l00319"></a>00319 <span class="keywordflow">return</span> fFatalErrorIfNotFound;
|
||||
<a name="l00320"></a>00320 }
|
||||
<a name="l00321"></a>00321
|
||||
<a name="l00322"></a><a class="code" href="classxercesc_1_1InputSource.html#aaf614d39640bc2a92e89dcfd28ec7109">00322</a> <span class="keyword">inline</span> <a class="code" href="classxercesc_1_1MemoryManager.html" title="Configurable memory manager.">MemoryManager</a>* InputSource::getMemoryManager()<span class="keyword"> const</span>
|
||||
<a name="l00322"></a><a class="code" href="classxercesc_1_1InputSource.html#aaf614d39640bc2a92e89dcfd28ec7109">00322</a> <span class="keyword">inline</span> <a class="code" href="classxercesc_1_1MemoryManager.html" title="Configurable memory manager.">MemoryManager</a>* <a class="code" href="classxercesc_1_1InputSource.html#aaf614d39640bc2a92e89dcfd28ec7109">InputSource::getMemoryManager</a>()<span class="keyword"> const</span>
|
||||
<a name="l00323"></a>00323 <span class="keyword"></span>{
|
||||
<a name="l00324"></a>00324 <span class="keywordflow">return</span> fMemoryManager;
|
||||
<a name="l00325"></a>00325 }
|
||||
|
@ -195,7 +191,7 @@
|
|||
<a name="l00327"></a>00327 <span class="comment">// ---------------------------------------------------------------------------</span>
|
||||
<a name="l00328"></a>00328 <span class="comment">// InputSource: Setter methods</span>
|
||||
<a name="l00329"></a>00329 <span class="comment">// ---------------------------------------------------------------------------</span>
|
||||
<a name="l00330"></a><a class="code" href="classxercesc_1_1InputSource.html#a30493e827beb6798632d40f81be064c7">00330</a> <span class="keyword">inline</span> <span class="keywordtype">void</span> InputSource::setIssueFatalErrorIfNotFound(<span class="keyword">const</span> <span class="keywordtype">bool</span> flag)
|
||||
<a name="l00330"></a><a class="code" href="classxercesc_1_1InputSource.html#a30493e827beb6798632d40f81be064c7">00330</a> <span class="keyword">inline</span> <span class="keywordtype">void</span> <a class="code" href="classxercesc_1_1InputSource.html#a30493e827beb6798632d40f81be064c7" title="Indicates if the parser should issue fatal error if this input source is not found...">InputSource::setIssueFatalErrorIfNotFound</a>(<span class="keyword">const</span> <span class="keywordtype">bool</span> flag)
|
||||
<a name="l00331"></a>00331 {
|
||||
<a name="l00332"></a>00332 fFatalErrorIfNotFound = flag;
|
||||
<a name="l00333"></a>00333 }
|
||||
|
@ -204,9 +200,8 @@
|
|||
<a name="l00336"></a>00336
|
||||
<a name="l00337"></a>00337 <span class="preprocessor">#endif</span>
|
||||
</pre></div></div>
|
||||
</div>
|
||||
<hr class="footer"/><address class="footer"><small>Generated on Mon Oct 31 2011 19:08:35 for XQilla Simple API by 
|
||||
<hr size="1"/><address style="text-align: right;"><small>Generated on 18 May 2015 for XQilla Simple API by
|
||||
<a href="http://www.doxygen.org/index.html">
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
|
||||
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue