117 lines
6 KiB
HTML
117 lines
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&type=2" border="0" alt="SourceForge.net Logo" /></a>
|
|
<!-- Generated by Doxygen 1.5.1 -->
|
|
<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 id="current"><a href="classes.html"><span>Classes</span></a></li>
|
|
<li><a href="files.html"><span>Files</span></a></li>
|
|
</ul></div>
|
|
<div class="tabs">
|
|
<ul>
|
|
<li><a href="classes.html"><span>Alphabetical List</span></a></li>
|
|
<li><a href="annotated.html"><span>Class List</span></a></li>
|
|
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
|
|
<li><a href="functions.html"><span>Class Members</span></a></li>
|
|
</ul></div>
|
|
<h1>XQillaPlatformUtils Class Reference</h1><!-- doxytag: class="XQillaPlatformUtils" -->Static utility methods for initializing and terminating the XQilla and Xerces environments.
|
|
<a href="#_details">More...</a>
|
|
<p>
|
|
<code>#include <<a class="el" href="XQillaPlatformUtils_8hpp-source.html">XQillaPlatformUtils.hpp</a>></code>
|
|
<p>
|
|
<a href="classXQillaPlatformUtils-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
|
|
<tr><td></td></tr>
|
|
<tr><td colspan="2"><br><h2>Static Public Member Functions</h2></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classXQillaPlatformUtils.html#c769d09556ec43ecb94d1822783ba0b8">initialize</a> (<a class="el" href="classxercesc_1_1MemoryManager.html">xercesc::MemoryManager</a> *memMgr=0)</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Perform XQilla initialization. <a href="#c769d09556ec43ecb94d1822783ba0b8"></a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classXQillaPlatformUtils.html#0bd04a35d4cb26894497c6ff4d8e2105">terminate</a> ()</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Perform XQilla termination. <a href="#0bd04a35d4cb26894497c6ff4d8e2105"></a><br></td></tr>
|
|
<tr><td class="memItemLeft" nowrap align="right" valign="top">static void </td><td class="memItemRight" valign="bottom"><a class="el" href="classXQillaPlatformUtils.html#6c61da4e45f60a2ac63b54a152b545dc">enableExtendedPrecision</a> (bool bEnable)</td></tr>
|
|
|
|
<tr><td class="mdescLeft"> </td><td class="mdescRight">Enable/disable extended precision in numeric items. <a href="#6c61da4e45f60a2ac63b54a152b545dc"></a><br></td></tr>
|
|
</table>
|
|
<hr><a name="_details"></a><h2>Detailed Description</h2>
|
|
Static utility methods for initializing and terminating the XQilla and Xerces environments.
|
|
<p>
|
|
<hr><h2>Member Function Documentation</h2>
|
|
<a class="anchor" name="c769d09556ec43ecb94d1822783ba0b8"></a><!-- doxytag: member="XQillaPlatformUtils::initialize" ref="c769d09556ec43ecb94d1822783ba0b8" args="(xercesc::MemoryManager *memMgr=0)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">static void XQillaPlatformUtils::initialize </td>
|
|
<td>(</td>
|
|
<td class="paramtype"><a class="el" href="classxercesc_1_1MemoryManager.html">xercesc::MemoryManager</a> * </td>
|
|
<td class="paramname"> <em>memMgr</em> = <code>0</code> </td>
|
|
<td> ) </td>
|
|
<td width="100%"><code> [static]</code></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
Perform XQilla initialization.
|
|
<p>
|
|
Initialization should be called first in any user code.<p>
|
|
Initializes Xerces and adds its own DOMImplementation to the registry
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="0bd04a35d4cb26894497c6ff4d8e2105"></a><!-- doxytag: member="XQillaPlatformUtils::terminate" ref="0bd04a35d4cb26894497c6ff4d8e2105" args="()" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">static void XQillaPlatformUtils::terminate </td>
|
|
<td>(</td>
|
|
<td class="paramname"> </td>
|
|
<td> ) </td>
|
|
<td width="100%"><code> [static]</code></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
Perform XQilla termination.
|
|
<p>
|
|
Terminates Xerces
|
|
</div>
|
|
</div><p>
|
|
<a class="anchor" name="6c61da4e45f60a2ac63b54a152b545dc"></a><!-- doxytag: member="XQillaPlatformUtils::enableExtendedPrecision" ref="6c61da4e45f60a2ac63b54a152b545dc" args="(bool bEnable)" -->
|
|
<div class="memitem">
|
|
<div class="memproto">
|
|
<table class="memname">
|
|
<tr>
|
|
<td class="memname">static void XQillaPlatformUtils::enableExtendedPrecision </td>
|
|
<td>(</td>
|
|
<td class="paramtype">bool </td>
|
|
<td class="paramname"> <em>bEnable</em> </td>
|
|
<td> ) </td>
|
|
<td width="100%"><code> [static]</code></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="memdoc">
|
|
|
|
<p>
|
|
Enable/disable extended precision in numeric items.
|
|
<p>
|
|
When disabled, xs:decimal values will hold only 18 digits, xs:float 7 digits and xs:double 15 digits as mandated
|
|
</div>
|
|
</div><p>
|
|
<hr>The documentation for this class was generated from the following file:<ul>
|
|
<li><a class="el" href="XQillaPlatformUtils_8hpp-source.html">XQillaPlatformUtils.hpp</a></ul>
|
|
<hr size="1"><address style="align: right;"><small>Generated on Wed Dec 12 20:17:11 2007 for XQilla DOM Level 3 API by
|
|
<a href="http://www.doxygen.org/index.html">
|
|
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
|
|
</body>
|
|
</html>
|