blob: 476ca2793857df2a8064ecdc6060d047c58c7baa [file] [log] [blame]
Daniel Veillard43d3f612001-11-10 11:57:23 +00001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
Daniel Veillard96984452000-08-31 13:50:12 +00002<html>
3<head>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +00004<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
5<style type="text/css"><!--
Daniel Veillard2c748c62002-01-16 15:37:50 +00006TD {font-size: 14pt; font-family: Verdana,Arial,Helvetica}
7BODY {font-size: 14pt; font-family: Verdana,Arial,Helvetica; margin-top: 2em; margin-left: 0em; margin-right: 0em}
8H1 {font-size: 20pt; font-family: Verdana,Arial,Helvetica}
9H2 {font-size: 18pt; font-family: Verdana,Arial,Helvetica}
10H3 {font-size: 16pt; font-family: Verdana,Arial,Helvetica}
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000011A:link, A:visited, A:active { text-decoration: underline }
12--></style>
13<title>I/O Interfaces</title>
Daniel Veillard96984452000-08-31 13:50:12 +000014</head>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000015<body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000">
16<table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr>
17<td width="180">
18<a href="http://www.gnome.org/"><img src="smallfootonly.gif" alt="Gnome Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a>
19</td>
20<td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center">
21<h1>The XML C library for Gnome</h1>
22<h2>I/O Interfaces</h2>
23</td></tr></table></td></tr></table></td>
24</tr></table>
25<table border="0" cellpadding="4" cellspacing="0" width="100%" align="center"><tr><td bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="2" width="100%"><tr>
26<td valign="top" width="200" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td>
27<table width="100%" border="0" cellspacing="1" cellpadding="3">
28<tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Main Menu</b></center></td></tr>
Daniel Veillard8acca112002-01-21 09:52:27 +000029<tr><td bgcolor="#fffacd"><ul>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000030<li><a href="index.html">Home</a></li>
31<li><a href="intro.html">Introduction</a></li>
32<li><a href="FAQ.html">FAQ</a></li>
33<li><a href="docs.html">Documentation</a></li>
34<li><a href="bugs.html">Reporting bugs and getting help</a></li>
35<li><a href="help.html">How to help</a></li>
36<li><a href="downloads.html">Downloads</a></li>
37<li><a href="news.html">News</a></li>
Daniel Veillard7b602b42002-01-08 13:26:00 +000038<li><a href="XMLinfo.html">XML</a></li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000039<li><a href="XSLT.html">XSLT</a></li>
40<li><a href="architecture.html">libxml architecture</a></li>
41<li><a href="tree.html">The tree output</a></li>
42<li><a href="interface.html">The SAX interface</a></li>
43<li><a href="xmldtd.html">Validation &amp; DTDs</a></li>
44<li><a href="xmlmem.html">Memory Management</a></li>
45<li><a href="encoding.html">Encodings support</a></li>
46<li><a href="xmlio.html">I/O Interfaces</a></li>
47<li><a href="catalog.html">Catalog support</a></li>
48<li><a href="library.html">The parser interfaces</a></li>
49<li><a href="entities.html">Entities or no entities</a></li>
50<li><a href="namespaces.html">Namespaces</a></li>
51<li><a href="upgrade.html">Upgrading 1.x code</a></li>
Daniel Veillard52dcab32001-10-30 12:51:17 +000052<li><a href="threads.html">Thread safety</a></li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000053<li><a href="DOM.html">DOM Principles</a></li>
54<li><a href="example.html">A real example</a></li>
55<li><a href="contribs.html">Contributions</a></li>
56<li>
57<a href="xml.html">flat page</a>, <a href="site.xsl">stylesheet</a>
58</li>
59</ul></td></tr>
60</table>
61<table width="100%" border="0" cellspacing="1" cellpadding="3">
Daniel Veillard3bf65be2002-01-23 12:36:34 +000062<tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>API Indexes</b></center></td></tr>
63<tr><td bgcolor="#fffacd"><ul>
Daniel Veillardf8592562002-01-23 17:58:17 +000064<li><a href="APIchunk0.html">Alphabetic</a></li>
Daniel Veillard3bf65be2002-01-23 12:36:34 +000065<li><a href="APIconstructors.html">Constructors</a></li>
66<li><a href="APIfunctions.html">Functions/Types</a></li>
67<li><a href="APIfiles.html">Modules</a></li>
68<li><a href="APIsymbols.html">Symbols</a></li>
69</ul></td></tr>
70</table>
71<table width="100%" border="0" cellspacing="1" cellpadding="3">
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000072<tr><td colspan="1" bgcolor="#eecfa1" align="center"><center><b>Related links</b></center></td></tr>
Daniel Veillard8acca112002-01-21 09:52:27 +000073<tr><td bgcolor="#fffacd"><ul>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000074<li><a href="http://mail.gnome.org/archives/xml/">Mail archive</a></li>
75<li><a href="http://xmlsoft.org/XSLT/">XSLT libxslt</a></li>
Daniel Veillard4a859202002-01-08 11:49:22 +000076<li><a href="http://phd.cs.unibo.it/gdome2/">DOM gdome2</a></li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000077<li><a href="ftp://xmlsoft.org/">FTP</a></li>
78<li><a href="http://www.fh-frankfurt.de/~igor/projects/libxml/">Windows binaries</a></li>
Daniel Veillarddb9dfd92001-11-26 17:25:02 +000079<li><a href="http://garypennington.net/libxml2/">Solaris binaries</a></li>
Daniel Veillardc6271d22001-10-27 07:50:58 +000080<li><a href="http://bugzilla.gnome.org/buglist.cgi?product=libxml">Bug Tracker</a></li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000081</ul></td></tr>
82</table>
83</td></tr></table></td>
84<td valign="top" bgcolor="#8b7765"><table border="0" cellspacing="0" cellpadding="1" width="100%"><tr><td><table border="0" cellspacing="0" cellpadding="1" width="100%" bgcolor="#000000"><tr><td><table border="0" cellpadding="3" cellspacing="1" width="100%"><tr><td bgcolor="#fffacd">
Daniel Veillard96984452000-08-31 13:50:12 +000085<p>Table of Content:</p>
86<ol>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000087<li><a href="#General1">General overview</a></li>
88<li><a href="#basic">The basic buffer type</a></li>
89<li><a href="#Input">Input I/O handlers</a></li>
90<li><a href="#Output">Output I/O handlers</a></li>
91<li><a href="#entities">The entities loader</a></li>
92<li><a href="#Example2">Example of customized I/O</a></li>
Daniel Veillard96984452000-08-31 13:50:12 +000093</ol>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000094<h3><a name="General1">General overview</a></h3>
95<p>The module <code><a href="http://xmlsoft.org/html/libxml-xmlio.html">xmlIO.h</a></code> provides
96the interfaces to the libxml I/O system. This consists of 4 main parts:</p>
Daniel Veillard96984452000-08-31 13:50:12 +000097<ul>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +000098<li>Entities loader, this is a routine which tries to fetch the entities
Daniel Veillard2bb89092000-08-31 14:57:50 +000099 (files) based on their PUBLIC and SYSTEM identifiers. The default loader
100 don't look at the public identifier since libxml do not maintain a
101 catalog. You can redefine you own entity loader by using
102 <code>xmlGetExternalEntityLoader()</code> and
Daniel Veillard9c466822001-10-25 12:03:39 +0000103 <code>xmlSetExternalEntityLoader()</code>. <a href="#entities">Check the
104 example</a>.</li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000105<li>Input I/O buffers which are a commodity structure used by the parser(s)
Daniel Veillard96984452000-08-31 13:50:12 +0000106 input layer to handle fetching the informations to feed the parser. This
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000107 provides buffering and is also a placeholder where the encoding
108 convertors to UTF8 are piggy-backed.</li>
109<li>Output I/O buffers are similar to the Input ones and fulfill similar
Daniel Veillard96984452000-08-31 13:50:12 +0000110 task but when generating a serialization from a tree.</li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000111<li>A mechanism to register sets of I/O callbacks and associate them with
Daniel Veillard96984452000-08-31 13:50:12 +0000112 specific naming schemes like the protocol part of the URIs.
113 <p>This affect the default I/O operations and allows to use specific I/O
114 handlers for certain names.</p>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000115</li>
Daniel Veillard96984452000-08-31 13:50:12 +0000116</ul>
Daniel Veillard2bb89092000-08-31 14:57:50 +0000117<p>The general mechanism used when loading http://rpmfind.net/xml.html for
Daniel Veillard96984452000-08-31 13:50:12 +0000118example in the HTML parser is the following:</p>
119<ol>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000120<li>The default entity loader calls <code>xmlNewInputFromFile()</code> with
Daniel Veillard2bb89092000-08-31 14:57:50 +0000121 the parsing context and the URI string.</li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000122<li>the URI string is checked against the existing registered handlers
123 using their match() callback function, if the HTTP module was compiled
124 in, it is registered and its match() function will succeeds</li>
125<li>the open() function of the handler is called and if successful will
Daniel Veillard96984452000-08-31 13:50:12 +0000126 return an I/O Input buffer</li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000127<li>the parser will the start reading from this buffer and progressively
Daniel Veillard96984452000-08-31 13:50:12 +0000128 fetch information from the resource, calling the read() function of the
129 handler until the resource is exhausted</li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000130<li>if an encoding change is detected it will be installed on the input
Daniel Veillard96984452000-08-31 13:50:12 +0000131 buffer, providing buffering and efficient use of the conversion
132 routines</li>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000133<li>once the parser has finished, the close() function of the handler is
Daniel Veillard96984452000-08-31 13:50:12 +0000134 called once and the Input buffer and associed resources are
135 deallocated.</li>
136</ol>
Daniel Veillard96984452000-08-31 13:50:12 +0000137<p>The user defined callbacks are checked first to allow overriding of the
138default libxml I/O routines.</p>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000139<h3><a name="basic">The basic buffer type</a></h3>
Daniel Veillard96984452000-08-31 13:50:12 +0000140<p>All the buffer manipulation handling is done using the
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000141<code>xmlBuffer</code> type define in <code><a href="http://xmlsoft.org/html/libxml-tree.html">tree.h</a></code>which is a
142resizable memory buffer. The buffer allocation strategy can be selected to be
143either best-fit or use an exponential doubling one (CPU vs. memory use
Daniel Veillard96984452000-08-31 13:50:12 +0000144tradeoff). The values are <code>XML_BUFFER_ALLOC_EXACT</code> and
145<code>XML_BUFFER_ALLOC_DOUBLEIT</code>, and can be set individually or on a
146system wide basis using <code>xmlBufferSetAllocationScheme()</code>. A number
147of functions allows to manipulate buffers with names starting with the
148<code>xmlBuffer...</code> prefix.</p>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000149<h3><a name="Input">Input I/O handlers</a></h3>
Daniel Veillard96984452000-08-31 13:50:12 +0000150<p>An Input I/O handler is a simple structure
151<code>xmlParserInputBuffer</code> containing a context associated to the
152resource (file descriptor, or pointer to a protocol handler), the read() and
153close() callbacks to use and an xmlBuffer. And extra xmlBuffer and a charset
154encoding handler are also present to support charset conversion when
155needed.</p>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000156<h3><a name="Output">Output I/O handlers</a></h3>
Daniel Veillard96984452000-08-31 13:50:12 +0000157<p>An Output handler <code>xmlOutputBuffer</code> is completely similar to an
158Input one except the callbacks are write() and close().</p>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000159<h3><a name="entities">The entities loader</a></h3>
Daniel Veillard2bb89092000-08-31 14:57:50 +0000160<p>The entity loader resolves requests for new entities and create inputs for
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000161the parser. Creating an input from a filename or an URI string is done
162through the xmlNewInputFromFile() routine. The default entity loader do not
163handle the PUBLIC identifier associated with an entity (if any). So it just
164calls xmlNewInputFromFile() with the SYSTEM identifier (which is mandatory in
Daniel Veillard2bb89092000-08-31 14:57:50 +0000165XML).</p>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000166<p>If you want to hook up a catalog mechanism then you simply need to
167override the default entity loader, here is an example:</p>
Daniel Veillard2bb89092000-08-31 14:57:50 +0000168<pre>#include &lt;libxml/xmlIO.h&gt;
169
170xmlExternalEntityLoader defaultLoader = NULL;
171
172xmlParserInputPtr
173xmlMyExternalEntityLoader(const char *URL, const char *ID,
174 xmlParserCtxtPtr ctxt) {
175 xmlParserInputPtr ret;
176 const char *fileID = NULL;
177 /* lookup for the fileID depending on ID */
178
179 ret = xmlNewInputFromFile(ctxt, fileID);
180 if (ret != NULL)
181 return(ret);
182 if (defaultLoader != NULL)
183 ret = defaultLoader(URL, ID, ctxt);
184 return(ret);
185}
186
187int main(..) {
188 ...
189
190 /*
191 * Install our own entity loader
192 */
193 defaultLoader = xmlGetExternalEntityLoader();
194 xmlSetExternalEntityLoader(xmlMyExternalEntityLoader);
195
196 ...
197}</pre>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000198<h3><a name="Example2">Example of customized I/O</a></h3>
Daniel Veillard96984452000-08-31 13:50:12 +0000199<p>This example come from <a href="http://xmlsoft.org/messages/0708.html">a
200real use case</a>, xmlDocDump() closes the FILE * passed by the application
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000201and this was a problem. The <a href="http://xmlsoft.org/messages/0711.html">solution</a> was to redefine a
Daniel Veillard96984452000-08-31 13:50:12 +0000202new output handler with the closing call deactivated:</p>
203<ol>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000204<li>First define a new I/O ouput allocator where the output don't close the
Daniel Veillard96984452000-08-31 13:50:12 +0000205 file:
Daniel Veillarda7ad4522000-08-31 14:19:54 +0000206 <pre>xmlOutputBufferPtr
207xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
208    xmlOutputBufferPtr ret;
209    
210    if (xmlOutputCallbackInitialized == 0)
211        xmlRegisterDefaultOutputCallbacks();
212
213    if (file == NULL) return(NULL);
214    ret = xmlAllocOutputBuffer(encoder);
215    if (ret != NULL) {
216        ret-&gt;context = file;
217        ret-&gt;writecallback = xmlFileWrite;
218        ret-&gt;closecallback = NULL; /* No close callback */
219    }
220    return(ret); <br>
Daniel Veillard2bb89092000-08-31 14:57:50 +0000221
222
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000223
Daniel Veillard9c466822001-10-25 12:03:39 +0000224
225
Daniel Veillardc6271d22001-10-27 07:50:58 +0000226
Daniel Veillard51095312001-10-28 18:51:57 +0000227
Daniel Veillard52dcab32001-10-30 12:51:17 +0000228
Daniel Veillarded421aa2001-11-04 21:22:45 +0000229
Daniel Veillard43d3f612001-11-10 11:57:23 +0000230
Daniel Veillarda4871052001-11-26 13:19:48 +0000231
Daniel Veillard1aadc442001-11-28 13:10:32 +0000232
Daniel Veillardef90ba72001-12-07 14:24:22 +0000233
Daniel Veillard9ae4b7a2001-12-13 14:24:09 +0000234
Daniel Veillard845cce42002-01-09 11:51:37 +0000235
Daniel Veillard744683d2002-01-14 17:30:20 +0000236
Daniel Veillard35e937a2002-01-19 22:21:54 +0000237
Daniel Veillardc575b992002-02-08 13:28:40 +0000238
Daniel Veillardb6c1e2f2002-02-08 14:52:52 +0000239
Daniel Veillard397ff112002-02-11 18:27:20 +0000240
Daniel Veillarde46182c2002-02-12 14:29:11 +0000241
Daniel Veillard96984452000-08-31 13:50:12 +0000242} </pre>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000243</li>
244<li>And then use it to save the document:
Daniel Veillard96984452000-08-31 13:50:12 +0000245 <pre>FILE *f;
Daniel Veillarda7ad4522000-08-31 14:19:54 +0000246xmlOutputBufferPtr output;
247xmlDocPtr doc;
Daniel Veillard96984452000-08-31 13:50:12 +0000248int res;
Daniel Veillarda7ad4522000-08-31 14:19:54 +0000249
Daniel Veillard96984452000-08-31 13:50:12 +0000250f = ...
251doc = ....
Daniel Veillard96984452000-08-31 13:50:12 +0000252
Daniel Veillarda7ad4522000-08-31 14:19:54 +0000253output = xmlOutputBufferCreateOwn(f, NULL);
254res = xmlSaveFileTo(output, doc, NULL);
Daniel Veillard96984452000-08-31 13:50:12 +0000255 </pre>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000256</li>
Daniel Veillard96984452000-08-31 13:50:12 +0000257</ol>
Daniel Veillard3f4c40f2002-02-13 09:19:28 +0000258<p><a href="bugs.html">Daniel Veillard</a></p>
Daniel Veillardb8cfbd12001-10-25 10:53:28 +0000259</td></tr></table></td></tr></table></td></tr></table></td>
260</tr></table></td></tr></table>
Daniel Veillard96984452000-08-31 13:50:12 +0000261</body>
262</html>