1*7c568831SAndroid Build Coastguard Worker<html> 2*7c568831SAndroid Build Coastguard Worker<head> 3*7c568831SAndroid Build Coastguard Worker<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 4*7c568831SAndroid Build Coastguard Worker<title>globals: interface for all global variables of the library</title> 5*7c568831SAndroid Build Coastguard Worker<meta name="generator" content="Libxml2 devhelp stylesheet"> 6*7c568831SAndroid Build Coastguard Worker<link rel="start" href="index.html" title="libxml2 Reference Manual"> 7*7c568831SAndroid Build Coastguard Worker<link rel="up" href="general.html" title="API"> 8*7c568831SAndroid Build Coastguard Worker<link rel="stylesheet" href="style.css" type="text/css"> 9*7c568831SAndroid Build Coastguard Worker<link rel="chapter" href="general.html" title="API"> 10*7c568831SAndroid Build Coastguard Worker</head> 11*7c568831SAndroid Build Coastguard Worker<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> 12*7c568831SAndroid Build Coastguard Worker<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"> 13*7c568831SAndroid Build Coastguard Worker<td><a accesskey="p" href="libxml2-entities.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> 14*7c568831SAndroid Build Coastguard Worker<td><a accesskey="u" href="general.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> 15*7c568831SAndroid Build Coastguard Worker<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> 16*7c568831SAndroid Build Coastguard Worker<td><a accesskey="n" href="libxml2-hash.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> 17*7c568831SAndroid Build Coastguard Worker<th width="100%" align="center">libxml2 Reference Manual</th> 18*7c568831SAndroid Build Coastguard Worker</tr></table> 19*7c568831SAndroid Build Coastguard Worker<h2><span class="refentrytitle">globals</span></h2> 20*7c568831SAndroid Build Coastguard Worker<p>globals - interface for all global variables of the library</p> 21*7c568831SAndroid Build Coastguard Worker<p>Deprecated, don't use </p> 22*7c568831SAndroid Build Coastguard Worker<p>Author(s): </p> 23*7c568831SAndroid Build Coastguard Worker<div class="refsynopsisdiv"> 24*7c568831SAndroid Build Coastguard Worker<h2>Synopsis</h2> 25*7c568831SAndroid Build Coastguard Worker<pre class="synopsis">typedef struct _xmlGlobalState <a href="#xmlGlobalState">xmlGlobalState</a>; 26*7c568831SAndroid Build Coastguard Workertypedef <a href="libxml2-globals.html#xmlGlobalState">xmlGlobalState</a> * <a href="#xmlGlobalStatePtr">xmlGlobalStatePtr</a>; 27*7c568831SAndroid Build Coastguard Worker<a href="libxml2-globals.html#xmlGlobalStatePtr">xmlGlobalStatePtr</a> <a href="#xmlGetGlobalState">xmlGetGlobalState</a> (void); 28*7c568831SAndroid Build Coastguard Workervoid <a href="#xmlInitializeGlobalState">xmlInitializeGlobalState</a> (<a href="libxml2-globals.html#xmlGlobalStatePtr">xmlGlobalStatePtr</a> gs); 29*7c568831SAndroid Build Coastguard Worker</pre> 30*7c568831SAndroid Build Coastguard Worker</div> 31*7c568831SAndroid Build Coastguard Worker<div class="refsect1" lang="en"><h2>Description</h2></div> 32*7c568831SAndroid Build Coastguard Worker<div class="refsect1" lang="en"> 33*7c568831SAndroid Build Coastguard Worker<h2>Details</h2> 34*7c568831SAndroid Build Coastguard Worker<div class="refsect2" lang="en"> 35*7c568831SAndroid Build Coastguard Worker<div class="refsect2" lang="en"> 36*7c568831SAndroid Build Coastguard Worker<h3> 37*7c568831SAndroid Build Coastguard Worker<a name="xmlGlobalState">Structure </a>xmlGlobalState</h3> 38*7c568831SAndroid Build Coastguard Worker<pre class="programlisting">struct _xmlGlobalState { 39*7c568831SAndroid Build Coastguard WorkerThe content of this structure is not made public by the API. 40*7c568831SAndroid Build Coastguard Worker} xmlGlobalState; 41*7c568831SAndroid Build Coastguard Worker</pre> 42*7c568831SAndroid Build Coastguard Worker<p></p> 43*7c568831SAndroid Build Coastguard Worker</div> 44*7c568831SAndroid Build Coastguard Worker<hr> 45*7c568831SAndroid Build Coastguard Worker<div class="refsect2" lang="en"> 46*7c568831SAndroid Build Coastguard Worker<h3> 47*7c568831SAndroid Build Coastguard Worker<a name="xmlGlobalStatePtr">Typedef </a>xmlGlobalStatePtr</h3> 48*7c568831SAndroid Build Coastguard Worker<pre class="programlisting"><a href="libxml2-globals.html#xmlGlobalState">xmlGlobalState</a> * xmlGlobalStatePtr; 49*7c568831SAndroid Build Coastguard Worker</pre> 50*7c568831SAndroid Build Coastguard Worker<p></p> 51*7c568831SAndroid Build Coastguard Worker</div> 52*7c568831SAndroid Build Coastguard Worker<hr> 53*7c568831SAndroid Build Coastguard Worker<div class="refsect2" lang="en"> 54*7c568831SAndroid Build Coastguard Worker<h3> 55*7c568831SAndroid Build Coastguard Worker<a name="xmlGetGlobalState"></a>xmlGetGlobalState ()</h3> 56*7c568831SAndroid Build Coastguard Worker<pre class="programlisting"><a href="libxml2-globals.html#xmlGlobalStatePtr">xmlGlobalStatePtr</a> xmlGetGlobalState (void)<br> 57*7c568831SAndroid Build Coastguard Worker</pre> 58*7c568831SAndroid Build Coastguard Worker<p>DEPRECATED</p> 59*7c568831SAndroid Build Coastguard Worker<div class="variablelist"><table border="0"> 60*7c568831SAndroid Build Coastguard Worker<col align="left"> 61*7c568831SAndroid Build Coastguard Worker<tbody><tr> 62*7c568831SAndroid Build Coastguard Worker<td><span class="term"><i><tt>Returns</tt></i>:</span></td> 63*7c568831SAndroid Build Coastguard Worker<td>NULL.</td> 64*7c568831SAndroid Build Coastguard Worker</tr></tbody> 65*7c568831SAndroid Build Coastguard Worker</table></div> 66*7c568831SAndroid Build Coastguard Worker</div> 67*7c568831SAndroid Build Coastguard Worker<hr> 68*7c568831SAndroid Build Coastguard Worker<div class="refsect2" lang="en"> 69*7c568831SAndroid Build Coastguard Worker<h3> 70*7c568831SAndroid Build Coastguard Worker<a name="xmlInitializeGlobalState"></a>xmlInitializeGlobalState ()</h3> 71*7c568831SAndroid Build Coastguard Worker<pre class="programlisting">void xmlInitializeGlobalState (<a href="libxml2-globals.html#xmlGlobalStatePtr">xmlGlobalStatePtr</a> gs)<br> 72*7c568831SAndroid Build Coastguard Worker</pre> 73*7c568831SAndroid Build Coastguard Worker<p>DEPRECATED: No-op.</p> 74*7c568831SAndroid Build Coastguard Worker<div class="variablelist"><table border="0"> 75*7c568831SAndroid Build Coastguard Worker<col align="left"> 76*7c568831SAndroid Build Coastguard Worker<tbody><tr> 77*7c568831SAndroid Build Coastguard Worker<td><span class="term"><i><tt>gs</tt></i>:</span></td> 78*7c568831SAndroid Build Coastguard Worker<td>a pointer to a newly allocated global state</td> 79*7c568831SAndroid Build Coastguard Worker</tr></tbody> 80*7c568831SAndroid Build Coastguard Worker</table></div> 81*7c568831SAndroid Build Coastguard Worker</div> 82*7c568831SAndroid Build Coastguard Worker<hr> 83*7c568831SAndroid Build Coastguard Worker</div> 84*7c568831SAndroid Build Coastguard Worker</div> 85*7c568831SAndroid Build Coastguard Worker</body> 86*7c568831SAndroid Build Coastguard Worker</html> 87