root/doc/html/classAssertXercesIsAlive.html @ 199

Revision 181, 3.4 kB (checked in by smidl, 16 years ago)

Regenerated doc

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3<title>mixpp: AssertXercesIsAlive Class Reference</title>
4<link href="doxygen.css" rel="stylesheet" type="text/css">
5<link href="tabs.css" rel="stylesheet" type="text/css">
6</head><body>
7<!-- Generated by Doxygen 1.5.6 -->
8<div class="navigation" id="top">
9  <div class="tabs">
10    <ul>
11      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
12      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
13      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
14      <li><a href="files.html"><span>Files</span></a></li>
15    </ul>
16  </div>
17  <div class="tabs">
18    <ul>
19      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
20      <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
21      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
22    </ul>
23  </div>
24</div>
25<div class="contents">
26<h1>AssertXercesIsAlive Class Reference</h1><!-- doxytag: class="AssertXercesIsAlive" -->Class initializing Xerces library. 
27<a href="#_details">More...</a>
28<p>
29<code>#include &lt;<a class="el" href="userinfo_8h-source.html">userinfo.h</a>&gt;</code>
30<p>
31
32<p>
33<a href="classAssertXercesIsAlive-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
34<tr><td></td></tr>
35<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
36<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="dd36033ed31fe22022e7c56c7770101e"></a><!-- doxytag: member="AssertXercesIsAlive::AssertXercesIsAlive" ref="dd36033ed31fe22022e7c56c7770101e" args="()" -->
37&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classAssertXercesIsAlive.html#dd36033ed31fe22022e7c56c7770101e">AssertXercesIsAlive</a> ()</td></tr>
38
39<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">default constructor <br></td></tr>
40<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
41<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><b>XercesConnector</b></td></tr>
42
43<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Singleton class implementing the key property of the 'AssertXercesIsAlive' class. <br></td></tr>
44</table>
45<hr><a name="_details"></a><h2>Detailed Description</h2>
46Class initializing Xerces library.
47<p>
48This class is used to initialize the Xerces library. Namely to call static method XMLPlatformUtils::Initialize(). It should be called just once, at previously to any other usage of the Xerces library. This behaviour is assured by a quite complicated design based on the use of an inner singleton class named 'XercesConnector'. The point is to be the first initialized class even within the set of all (global) static variables. For better understanding, find instances of this class and look at their context. <hr>The documentation for this class was generated from the following file:<ul>
49<li>work/git/mixpp/bdm/<a class="el" href="userinfo_8h-source.html">userinfo.h</a></ul>
50</div>
51<hr size="1"><address style="text-align: right;"><small>Generated on Wed Oct 15 15:57:12 2008 for mixpp by&nbsp;
52<a href="http://www.doxygen.org/index.html">
53<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
54</body>
55</html>
Note: See TracBrowser for help on using the browser.