X7ROOT File Manager
Current Path:
/opt/cpanel/ea-libxml2/share/gtk-doc/html/libxml2
opt
/
cpanel
/
ea-libxml2
/
share
/
gtk-doc
/
html
/
libxml2
/
📁
..
📄
general.html
(4.93 KB)
📄
home.png
(654 B)
📄
index.html
(3.55 KB)
📄
left.png
(459 B)
📄
libxml2-HTMLparser.html
(63.84 KB)
📄
libxml2-HTMLtree.html
(23.51 KB)
📄
libxml2-SAX.html
(36.87 KB)
📄
libxml2-SAX2.html
(37.68 KB)
📄
libxml2-c14n.html
(12.87 KB)
📄
libxml2-catalog.html
(35.23 KB)
📄
libxml2-chvalid.html
(18.75 KB)
📄
libxml2-debugXML.html
(32.2 KB)
📄
libxml2-dict.html
(13.01 KB)
📄
libxml2-encoding.html
(31.35 KB)
📄
libxml2-entities.html
(25.05 KB)
📄
libxml2-globals.html
(3.47 KB)
📄
libxml2-hash.html
(46.9 KB)
📄
libxml2-list.html
(24.48 KB)
📄
libxml2-nanoftp.html
(21.59 KB)
📄
libxml2-nanohttp.html
(15.84 KB)
📄
libxml2-parser.html
(157.48 KB)
📄
libxml2-parserInternals.html
(121.69 KB)
📄
libxml2-pattern.html
(20.25 KB)
📄
libxml2-relaxng.html
(34.52 KB)
📄
libxml2-schemasInternals.html
(61.84 KB)
📄
libxml2-schematron.html
(16.23 KB)
📄
libxml2-threads.html
(11.59 KB)
📄
libxml2-tree.html
(250.97 KB)
📄
libxml2-uri.html
(21.68 KB)
📄
libxml2-valid.html
(97.47 KB)
📄
libxml2-xinclude.html
(16.99 KB)
📄
libxml2-xlink.html
(16.47 KB)
📄
libxml2-xmlIO.html
(65.96 KB)
📄
libxml2-xmlautomata.html
(34.03 KB)
📄
libxml2-xmlerror.html
(87.06 KB)
📄
libxml2-xmlexports.html
(1.64 KB)
📄
libxml2-xmlmemory.html
(24.43 KB)
📄
libxml2-xmlmodule.html
(6.77 KB)
📄
libxml2-xmlreader.html
(108.51 KB)
📄
libxml2-xmlregexp.html
(40.59 KB)
📄
libxml2-xmlsave.html
(16.54 KB)
📄
libxml2-xmlschemas.html
(41.32 KB)
📄
libxml2-xmlschemastypes.html
(43.67 KB)
📄
libxml2-xmlstring.html
(33.92 KB)
📄
libxml2-xmlunicode.html
(103.86 KB)
📄
libxml2-xmlversion.html
(14.51 KB)
📄
libxml2-xmlwriter.html
(110.72 KB)
📄
libxml2-xpath.html
(61.42 KB)
📄
libxml2-xpathInternals.html
(141.31 KB)
📄
libxml2-xpointer.html
(24.62 KB)
📄
libxml2.devhelp2
(379.84 KB)
📄
right.png
(472 B)
📄
style.css
(820 B)
📄
up.png
(406 B)
Editing: libxml2-globals.html
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>globals: interface for all global variables of the library</title> <meta name="generator" content="Libxml2 devhelp stylesheet"> <link rel="start" href="index.html" title="libxml2 Reference Manual"> <link rel="up" href="general.html" title="API"> <link rel="stylesheet" href="style.css" type="text/css"> <link rel="chapter" href="general.html" title="API"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle"> <td><a accesskey="p" href="libxml2-entities.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> <td><a accesskey="u" href="general.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <td><a accesskey="n" href="libxml2-hash.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> <th width="100%" align="center">libxml2 Reference Manual</th> </tr></table> <h2><span class="refentrytitle">globals</span></h2> <p>globals - interface for all global variables of the library</p> <p>Deprecated, don't use </p> <p>Author(s): </p> <div class="refsynopsisdiv"> <h2>Synopsis</h2> <pre class="synopsis">typedef struct _xmlGlobalState <a href="#xmlGlobalState">xmlGlobalState</a>; typedef <a href="libxml2-globals.html#xmlGlobalState">xmlGlobalState</a> * <a href="#xmlGlobalStatePtr">xmlGlobalStatePtr</a>; <a href="libxml2-globals.html#xmlGlobalStatePtr">xmlGlobalStatePtr</a> <a href="#xmlGetGlobalState">xmlGetGlobalState</a> (void); void <a href="#xmlInitializeGlobalState">xmlInitializeGlobalState</a> (<a href="libxml2-globals.html#xmlGlobalStatePtr">xmlGlobalStatePtr</a> gs); </pre> </div> <div class="refsect1" lang="en"><h2>Description</h2></div> <div class="refsect1" lang="en"> <h2>Details</h2> <div class="refsect2" lang="en"> <div class="refsect2" lang="en"> <h3> <a name="xmlGlobalState">Structure </a>xmlGlobalState</h3> <pre class="programlisting">struct _xmlGlobalState { The content of this structure is not made public by the API. } xmlGlobalState; </pre> <p></p> </div> <hr> <div class="refsect2" lang="en"> <h3> <a name="xmlGlobalStatePtr">Typedef </a>xmlGlobalStatePtr</h3> <pre class="programlisting"><a href="libxml2-globals.html#xmlGlobalState">xmlGlobalState</a> * xmlGlobalStatePtr; </pre> <p></p> </div> <hr> <div class="refsect2" lang="en"> <h3> <a name="xmlGetGlobalState"></a>xmlGetGlobalState ()</h3> <pre class="programlisting"><a href="libxml2-globals.html#xmlGlobalStatePtr">xmlGlobalStatePtr</a> xmlGetGlobalState (void)<br> </pre> <p>DEPRECATED</p> <div class="variablelist"><table border="0"> <col align="left"> <tbody><tr> <td><span class="term"><i><tt>Returns</tt></i>:</span></td> <td>NULL.</td> </tr></tbody> </table></div> </div> <hr> <div class="refsect2" lang="en"> <h3> <a name="xmlInitializeGlobalState"></a>xmlInitializeGlobalState ()</h3> <pre class="programlisting">void xmlInitializeGlobalState (<a href="libxml2-globals.html#xmlGlobalStatePtr">xmlGlobalStatePtr</a> gs)<br> </pre> <p>DEPRECATED: No-op.</p> <div class="variablelist"><table border="0"> <col align="left"> <tbody><tr> <td><span class="term"><i><tt>gs</tt></i>:</span></td> <td>a pointer to a newly allocated global state</td> </tr></tbody> </table></div> </div> <hr> </div> </div> </body> </html>
Upload File
Create Folder