mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
doc: Update documentation
This commit is contained in:
parent
d3fafde7de
commit
7a94fd0ba6
@ -45,6 +45,7 @@ int <a href="#htmlAutoCloseTag">htmlAutoCloseTag</a> (<a href="libxml2-HTMLpars
|
||||
<a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> <a href="#htmlCreateFileParserCtxt">htmlCreateFileParserCtxt</a> (const char * filename, <br> const char * encoding);
|
||||
<a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> <a href="#htmlCreateMemoryParserCtxt">htmlCreateMemoryParserCtxt</a> (const char * buffer, <br> int size);
|
||||
<a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> <a href="#htmlCreatePushParserCtxt">htmlCreatePushParserCtxt</a> (<a href="libxml2-HTMLparser.html#htmlSAXHandlerPtr">htmlSAXHandlerPtr</a> sax, <br> void * user_data, <br> const char * chunk, <br> int size, <br> const char * filename, <br> <a href="libxml2-encoding.html#xmlCharEncoding">xmlCharEncoding</a> enc);
|
||||
<a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> <a href="#htmlCtxtParseDocument">htmlCtxtParseDocument</a> (<a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> input);
|
||||
<a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> <a href="#htmlCtxtReadDoc">htmlCtxtReadDoc</a> (<a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> ctxt, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * str, <br> const char * URL, <br> const char * encoding, <br> int options);
|
||||
<a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> <a href="#htmlCtxtReadFd">htmlCtxtReadFd</a> (<a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> ctxt, <br> int fd, <br> const char * URL, <br> const char * encoding, <br> int options);
|
||||
<a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> <a href="#htmlCtxtReadFile">htmlCtxtReadFile</a> (<a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> ctxt, <br> const char * filename, <br> const char * encoding, <br> int options);
|
||||
@ -64,7 +65,7 @@ int <a href="#htmlIsAutoClosed">htmlIsAutoClosed</a> (<a href="libxml2-HTMLpars
|
||||
int <a href="#htmlIsScriptAttribute">htmlIsScriptAttribute</a> (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name);
|
||||
<a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> <a href="#htmlNewParserCtxt">htmlNewParserCtxt</a> (void);
|
||||
<a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> <a href="#htmlNewSAXParserCtxt">htmlNewSAXParserCtxt</a> (const <a href="libxml2-HTMLparser.html#htmlSAXHandler">htmlSAXHandler</a> * sax, <br> void * userData);
|
||||
<a href="libxml2-HTMLparser.html#htmlStatus">htmlStatus</a> <a href="#htmlNodeStatus">htmlNodeStatus</a> (const <a href="libxml2-HTMLparser.html#htmlNodePtr">htmlNodePtr</a> node, <br> int legacy);
|
||||
<a href="libxml2-HTMLparser.html#htmlStatus">htmlStatus</a> <a href="#htmlNodeStatus">htmlNodeStatus</a> (<a href="libxml2-HTMLparser.html#htmlNodePtr">htmlNodePtr</a> node, <br> int legacy);
|
||||
int <a href="#htmlParseCharRef">htmlParseCharRef</a> (<a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> ctxt);
|
||||
int <a href="#htmlParseChunk">htmlParseChunk</a> (<a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> ctxt, <br> const char * chunk, <br> int size, <br> int terminate);
|
||||
<a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> <a href="#htmlParseDoc">htmlParseDoc</a> (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * cur, <br> const char * encoding);
|
||||
@ -72,11 +73,11 @@ int <a href="#htmlParseDocument">htmlParseDocument</a> (<a href="libxml2-HTMLpa
|
||||
void <a href="#htmlParseElement">htmlParseElement</a> (<a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> ctxt);
|
||||
const <a href="libxml2-HTMLparser.html#htmlEntityDesc">htmlEntityDesc</a> * <a href="#htmlParseEntityRef">htmlParseEntityRef</a> (<a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> ctxt, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> ** str);
|
||||
<a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> <a href="#htmlParseFile">htmlParseFile</a> (const char * filename, <br> const char * encoding);
|
||||
<a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> <a href="#htmlReadDoc">htmlReadDoc</a> (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * cur, <br> const char * URL, <br> const char * encoding, <br> int options);
|
||||
<a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> <a href="#htmlReadFd">htmlReadFd</a> (int fd, <br> const char * URL, <br> const char * encoding, <br> int options);
|
||||
<a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> <a href="#htmlReadDoc">htmlReadDoc</a> (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * str, <br> const char * url, <br> const char * encoding, <br> int options);
|
||||
<a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> <a href="#htmlReadFd">htmlReadFd</a> (int fd, <br> const char * url, <br> const char * encoding, <br> int options);
|
||||
<a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> <a href="#htmlReadFile">htmlReadFile</a> (const char * filename, <br> const char * encoding, <br> int options);
|
||||
<a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> <a href="#htmlReadIO">htmlReadIO</a> (<a href="libxml2-xmlIO.html#xmlInputReadCallback">xmlInputReadCallback</a> ioread, <br> <a href="libxml2-xmlIO.html#xmlInputCloseCallback">xmlInputCloseCallback</a> ioclose, <br> void * ioctx, <br> const char * URL, <br> const char * encoding, <br> int options);
|
||||
<a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> <a href="#htmlReadMemory">htmlReadMemory</a> (const char * buffer, <br> int size, <br> const char * URL, <br> const char * encoding, <br> int options);
|
||||
<a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> <a href="#htmlReadIO">htmlReadIO</a> (<a href="libxml2-xmlIO.html#xmlInputReadCallback">xmlInputReadCallback</a> ioread, <br> <a href="libxml2-xmlIO.html#xmlInputCloseCallback">xmlInputCloseCallback</a> ioclose, <br> void * ioctx, <br> const char * url, <br> const char * encoding, <br> int options);
|
||||
<a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> <a href="#htmlReadMemory">htmlReadMemory</a> (const char * buffer, <br> int size, <br> const char * url, <br> const char * encoding, <br> int options);
|
||||
<a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> <a href="#htmlSAXParseDoc">htmlSAXParseDoc</a> (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * cur, <br> const char * encoding, <br> <a href="libxml2-HTMLparser.html#htmlSAXHandlerPtr">htmlSAXHandlerPtr</a> sax, <br> void * userData);
|
||||
<a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> <a href="#htmlSAXParseFile">htmlSAXParseFile</a> (const char * filename, <br> const char * encoding, <br> <a href="libxml2-HTMLparser.html#htmlSAXHandlerPtr">htmlSAXHandlerPtr</a> sax, <br> void * userData);
|
||||
const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href="#htmlTagLookup">htmlTagLookup</a> (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * tag);
|
||||
@ -295,6 +296,14 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="htmlDefaultSAXHandler">Variable </a>htmlDefaultSAXHandler</h3>
|
||||
<pre class="programlisting">const <a href="libxml2-parser.html#xmlSAXHandlerV1">xmlSAXHandlerV1</a> htmlDefaultSAXHandler;
|
||||
</pre>
|
||||
<p>DEPRECATED: This handler is unused and will be removed from future versions. Default old SAX v1 handler for HTML, builds the DOM tree</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="UTF8ToHtml"></a>UTF8ToHtml ()</h3>
|
||||
<pre class="programlisting">int UTF8ToHtml (unsigned char * out, <br> int * outlen, <br> const unsigned char * in, <br> int * inlen)<br>
|
||||
</pre>
|
||||
@ -391,7 +400,7 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
<a name="htmlCreateFileParserCtxt"></a>htmlCreateFileParserCtxt ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> htmlCreateFileParserCtxt (const char * filename, <br> const char * encoding)<br>
|
||||
</pre>
|
||||
<p>Create a parser context for a file content. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time.</p>
|
||||
<p>DEPRECATED: Use <a href="libxml2-HTMLparser.html#htmlNewParserCtxt">htmlNewParserCtxt</a> and <a href="libxml2-HTMLparser.html#htmlCtxtReadFile">htmlCtxtReadFile</a>. Create a parser context to read from a file. A non-NULL encoding overrides encoding declarations in the document. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -401,11 +410,11 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>encoding</tt></i>:</span></td>
|
||||
<td>a free form C string describing the HTML document encoding, or NULL</td>
|
||||
<td>optional encoding</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>the new parser context or NULL</td>
|
||||
<td>the new parser context or NULL if a memory allocation failed.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -416,7 +425,7 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
<a name="htmlCreateMemoryParserCtxt"></a>htmlCreateMemoryParserCtxt ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> htmlCreateMemoryParserCtxt (const char * buffer, <br> int size)<br>
|
||||
</pre>
|
||||
<p>Create a parser context for an HTML in-memory document.</p>
|
||||
<p>DEPRECATED: Use <a href="libxml2-HTMLparser.html#htmlNewParserCtxt">htmlNewParserCtxt</a> and <a href="libxml2-HTMLparser.html#htmlCtxtReadMemory">htmlCtxtReadMemory</a>. Create a parser context for an HTML in-memory document. The input buffer must not contain any terminating null bytes.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -441,21 +450,21 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
<a name="htmlCreatePushParserCtxt"></a>htmlCreatePushParserCtxt ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> htmlCreatePushParserCtxt (<a href="libxml2-HTMLparser.html#htmlSAXHandlerPtr">htmlSAXHandlerPtr</a> sax, <br> void * user_data, <br> const char * chunk, <br> int size, <br> const char * filename, <br> <a href="libxml2-encoding.html#xmlCharEncoding">xmlCharEncoding</a> enc)<br>
|
||||
</pre>
|
||||
<p>Create a parser context for using the HTML parser in push mode The value of @filename is used for fetching external entities and error/warning reports.</p>
|
||||
<p>Create a parser context for using the HTML parser in push mode.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>sax</tt></i>:</span></td>
|
||||
<td>a SAX handler</td>
|
||||
<td>a SAX handler (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>user_data</tt></i>:</span></td>
|
||||
<td>The user data returned on SAX callbacks</td>
|
||||
<td>The user data returned on SAX callbacks (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>chunk</tt></i>:</span></td>
|
||||
<td>a pointer to an array of chars</td>
|
||||
<td>a pointer to an array of chars (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>size</tt></i>:</span></td>
|
||||
@ -463,15 +472,40 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>filename</tt></i>:</span></td>
|
||||
<td>an optional file name or URI</td>
|
||||
<td>only used for error reporting (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>enc</tt></i>:</span></td>
|
||||
<td>an optional encoding</td>
|
||||
<td>encoding (deprecated, pass XML_CHAR_ENCODING_NONE)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>the new parser context or NULL</td>
|
||||
<td>the new parser context or NULL if a memory allocation failed.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="htmlCtxtParseDocument"></a>htmlCtxtParseDocument ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> htmlCtxtParseDocument (<a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> input)<br>
|
||||
</pre>
|
||||
<p>Parse an HTML document and return the resulting document tree. Available since 2.13.0.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>ctxt</tt></i>:</span></td>
|
||||
<td>an HTML parser context</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>input</tt></i>:</span></td>
|
||||
<td>parser input</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>the resulting document tree or NULL</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -482,7 +516,7 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
<a name="htmlCtxtReadDoc"></a>htmlCtxtReadDoc ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> htmlCtxtReadDoc (<a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> ctxt, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * str, <br> const char * URL, <br> const char * encoding, <br> int options)<br>
|
||||
</pre>
|
||||
<p>parse an XML in-memory document and build a tree. This reuses the existing @ctxt parser context</p>
|
||||
<p>Parse an HTML in-memory document and build a tree. See <a href="libxml2-HTMLparser.html#htmlCtxtUseOptions">htmlCtxtUseOptions</a> for details.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -496,15 +530,15 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>URL</tt></i>:</span></td>
|
||||
<td>the base URL to use for the document</td>
|
||||
<td>only used for error reporting (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>encoding</tt></i>:</span></td>
|
||||
<td>the document encoding, or NULL</td>
|
||||
<td>the document encoding (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>options</tt></i>:</span></td>
|
||||
<td>a combination of htmlParserOption(s)</td>
|
||||
<td>a combination of htmlParserOptions</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
@ -519,7 +553,7 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
<a name="htmlCtxtReadFd"></a>htmlCtxtReadFd ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> htmlCtxtReadFd (<a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> ctxt, <br> int fd, <br> const char * URL, <br> const char * encoding, <br> int options)<br>
|
||||
</pre>
|
||||
<p>parse an XML from a file descriptor and build a tree. This reuses the existing @ctxt parser context</p>
|
||||
<p>Parse an HTML from a file descriptor and build a tree. See <a href="libxml2-HTMLparser.html#htmlCtxtUseOptions">htmlCtxtUseOptions</a> for details. NOTE that the file descriptor will not be closed when the context is freed or reset.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -533,15 +567,15 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>URL</tt></i>:</span></td>
|
||||
<td>the base URL to use for the document</td>
|
||||
<td>only used for error reporting (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>encoding</tt></i>:</span></td>
|
||||
<td>the document encoding, or NULL</td>
|
||||
<td>the document encoding (optinal)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>options</tt></i>:</span></td>
|
||||
<td>a combination of htmlParserOption(s)</td>
|
||||
<td>a combination of htmlParserOptions</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
@ -556,7 +590,7 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
<a name="htmlCtxtReadFile"></a>htmlCtxtReadFile ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> htmlCtxtReadFile (<a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> ctxt, <br> const char * filename, <br> const char * encoding, <br> int options)<br>
|
||||
</pre>
|
||||
<p>parse an XML file from the filesystem or the network. This reuses the existing @ctxt parser context</p>
|
||||
<p>Parse an HTML file from the filesystem, the network or a user-defined resource loader. See xmlNewInputURL and <a href="libxml2-HTMLparser.html#htmlCtxtUseOptions">htmlCtxtUseOptions</a> for details.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -570,11 +604,11 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>encoding</tt></i>:</span></td>
|
||||
<td>the document encoding, or NULL</td>
|
||||
<td>the document encoding (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>options</tt></i>:</span></td>
|
||||
<td>a combination of htmlParserOption(s)</td>
|
||||
<td>a combination of htmlParserOptions</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
@ -589,7 +623,7 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
<a name="htmlCtxtReadIO"></a>htmlCtxtReadIO ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> htmlCtxtReadIO (<a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-xmlIO.html#xmlInputReadCallback">xmlInputReadCallback</a> ioread, <br> <a href="libxml2-xmlIO.html#xmlInputCloseCallback">xmlInputCloseCallback</a> ioclose, <br> void * ioctx, <br> const char * URL, <br> const char * encoding, <br> int options)<br>
|
||||
</pre>
|
||||
<p>parse an HTML document from I/O functions and source and build a tree. This reuses the existing @ctxt parser context</p>
|
||||
<p>Parse an HTML document from I/O functions and source and build a tree. See xmlNewInputIO and <a href="libxml2-HTMLparser.html#htmlCtxtUseOptions">htmlCtxtUseOptions</a> for details.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -634,7 +668,7 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
<a name="htmlCtxtReadMemory"></a>htmlCtxtReadMemory ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> htmlCtxtReadMemory (<a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> ctxt, <br> const char * buffer, <br> int size, <br> const char * URL, <br> const char * encoding, <br> int options)<br>
|
||||
</pre>
|
||||
<p>parse an XML in-memory document and build a tree. This reuses the existing @ctxt parser context</p>
|
||||
<p>Parse an HTML in-memory document and build a tree. The input buffer must not contain any terminating null bytes. See <a href="libxml2-HTMLparser.html#htmlCtxtUseOptions">htmlCtxtUseOptions</a> for details.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -652,15 +686,15 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>URL</tt></i>:</span></td>
|
||||
<td>the base URL to use for the document</td>
|
||||
<td>only used for error reporting (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>encoding</tt></i>:</span></td>
|
||||
<td>the document encoding, or NULL</td>
|
||||
<td>the document encoding (optinal)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>options</tt></i>:</span></td>
|
||||
<td>a combination of htmlParserOption(s)</td>
|
||||
<td>a combination of htmlParserOptions</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
@ -860,7 +894,7 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
<a name="htmlHandleOmittedElem"></a>htmlHandleOmittedElem ()</h3>
|
||||
<pre class="programlisting">int htmlHandleOmittedElem (int val)<br>
|
||||
</pre>
|
||||
<p>Set and return the previous value for handling HTML omitted tags.</p>
|
||||
<p>DEPRECATED: Use <a href="libxml2-HTMLparser.html#HTML_PARSE_NOIMPLIED">HTML_PARSE_NOIMPLIED</a> Set and return the previous value for handling HTML omitted tags.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -935,7 +969,7 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
<a name="htmlNewParserCtxt"></a>htmlNewParserCtxt ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> htmlNewParserCtxt (void)<br>
|
||||
</pre>
|
||||
<p>Allocate and initialize a new parser context.</p>
|
||||
<p>Allocate and initialize a new HTML parser context. This can be used to parse HTML documents into DOM trees with functions like <a href="libxml2-parser.html#xmlCtxtReadFile">xmlCtxtReadFile</a> or <a href="libxml2-parser.html#xmlCtxtReadMemory">xmlCtxtReadMemory</a>. See <a href="libxml2-HTMLparser.html#htmlCtxtUseOptions">htmlCtxtUseOptions</a> for parser options. See <a href="libxml2-parser.html#xmlCtxtSetErrorHandler">xmlCtxtSetErrorHandler</a> for advanced error handling. See xmlNewInputURL, xmlNewInputMemory, xmlNewInputIO and similar functions for advanced input control. See <a href="libxml2-HTMLparser.html#htmlNewSAXParserCtxt">htmlNewSAXParserCtxt</a> for custom SAX parsers.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody><tr>
|
||||
@ -950,7 +984,7 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
<a name="htmlNewSAXParserCtxt"></a>htmlNewSAXParserCtxt ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> htmlNewSAXParserCtxt (const <a href="libxml2-HTMLparser.html#htmlSAXHandler">htmlSAXHandler</a> * sax, <br> void * userData)<br>
|
||||
</pre>
|
||||
<p>Allocate and initialize a new SAX parser context. If userData is NULL, the parser context will be passed as user data.</p>
|
||||
<p>Allocate and initialize a new HTML SAX parser context. If userData is NULL, the parser context will be passed as user data. Available since 2.11.0. If you want support older versions, it's best to invoke <a href="libxml2-HTMLparser.html#htmlNewParserCtxt">htmlNewParserCtxt</a> and set ctxt->sax with struct assignment. Also see <a href="libxml2-HTMLparser.html#htmlNewParserCtxt">htmlNewParserCtxt</a>.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -973,7 +1007,7 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="htmlNodeStatus"></a>htmlNodeStatus ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-HTMLparser.html#htmlStatus">htmlStatus</a> htmlNodeStatus (const <a href="libxml2-HTMLparser.html#htmlNodePtr">htmlNodePtr</a> node, <br> int legacy)<br>
|
||||
<pre class="programlisting"><a href="libxml2-HTMLparser.html#htmlStatus">htmlStatus</a> htmlNodeStatus (<a href="libxml2-HTMLparser.html#htmlNodePtr">htmlNodePtr</a> node, <br> int legacy)<br>
|
||||
</pre>
|
||||
<p>Checks whether the tree node is valid. Experimental (the author only uses the HTML enhancements in a SAX parser)</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
@ -1021,7 +1055,7 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
<a name="htmlParseChunk"></a>htmlParseChunk ()</h3>
|
||||
<pre class="programlisting">int htmlParseChunk (<a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> ctxt, <br> const char * chunk, <br> int size, <br> int terminate)<br>
|
||||
</pre>
|
||||
<p>Parse a Chunk of memory</p>
|
||||
<p>Parse a chunk of memory in push parser mode. Assumes that the parser context was initialized with <a href="libxml2-HTMLparser.html#htmlCreatePushParserCtxt">htmlCreatePushParserCtxt</a>. The last chunk, which will often be empty, must be marked with the @terminate flag. With the default SAX callbacks, the resulting document will be available in ctxt->myDoc. This pointer will not be freed by the library. If the document isn't well-formed, ctxt->myDoc is set to NULL.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1031,11 +1065,11 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>chunk</tt></i>:</span></td>
|
||||
<td>an char array</td>
|
||||
<td>chunk of memory</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>size</tt></i>:</span></td>
|
||||
<td>the size in byte of the chunk</td>
|
||||
<td>size of chunk in bytes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>terminate</tt></i>:</span></td>
|
||||
@ -1043,7 +1077,7 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>zero if no error, the <a href="libxml2-xmlerror.html#xmlParserErrors">xmlParserErrors</a> otherwise.</td>
|
||||
<td>an <a href="libxml2-xmlerror.html#xmlParserErrors">xmlParserErrors</a> code (0 on success).</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -1054,7 +1088,7 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
<a name="htmlParseDoc"></a>htmlParseDoc ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> htmlParseDoc (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * cur, <br> const char * encoding)<br>
|
||||
</pre>
|
||||
<p>parse an HTML in-memory document and build a tree.</p>
|
||||
<p>DEPRECATED: Use <a href="libxml2-HTMLparser.html#htmlReadDoc">htmlReadDoc</a>. Parse an HTML in-memory document and build a tree. This function uses deprecated global parser options.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1065,7 +1099,7 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>encoding</tt></i>:</span></td>
|
||||
<td>a free form C string describing the HTML document encoding, or NULL</td>
|
||||
<td>the encoding (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
@ -1080,7 +1114,7 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
<a name="htmlParseDocument"></a>htmlParseDocument ()</h3>
|
||||
<pre class="programlisting">int htmlParseDocument (<a href="libxml2-HTMLparser.html#htmlParserCtxtPtr">htmlParserCtxtPtr</a> ctxt)<br>
|
||||
</pre>
|
||||
<p>parse an HTML document (and build a tree if using the standard SAX interface).</p>
|
||||
<p>Parse an HTML document and invoke the SAX handlers. This is useful if you're only interested in custom SAX callbacks. If you want a document tree, use <a href="libxml2-HTMLparser.html#htmlCtxtParseDocument">htmlCtxtParseDocument</a>.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1090,7 +1124,7 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>0, -1 in case of error. the parser context is augmented as a result of the parsing.</td>
|
||||
<td>0, -1 in case of error.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -1141,7 +1175,7 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
<a name="htmlParseFile"></a>htmlParseFile ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> htmlParseFile (const char * filename, <br> const char * encoding)<br>
|
||||
</pre>
|
||||
<p>parse an HTML file and build a tree. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time.</p>
|
||||
<p>Parse an HTML file and build a tree. See xmlNewInputURL for details.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1151,7 +1185,7 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>encoding</tt></i>:</span></td>
|
||||
<td>a free form C string describing the HTML document encoding, or NULL</td>
|
||||
<td>encoding (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
@ -1164,31 +1198,31 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="htmlReadDoc"></a>htmlReadDoc ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> htmlReadDoc (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * cur, <br> const char * URL, <br> const char * encoding, <br> int options)<br>
|
||||
<pre class="programlisting"><a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> htmlReadDoc (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * str, <br> const char * url, <br> const char * encoding, <br> int options)<br>
|
||||
</pre>
|
||||
<p>parse an XML in-memory document and build a tree.</p>
|
||||
<p>Convenience function to parse an HTML document from a zero-terminated string. See <a href="libxml2-HTMLparser.html#htmlCtxtReadDoc">htmlCtxtReadDoc</a> for details.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>cur</tt></i>:</span></td>
|
||||
<td><span class="term"><i><tt>str</tt></i>:</span></td>
|
||||
<td>a pointer to a zero terminated string</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>URL</tt></i>:</span></td>
|
||||
<td>the base URL to use for the document</td>
|
||||
<td><span class="term"><i><tt>url</tt></i>:</span></td>
|
||||
<td>only used for error reporting (optoinal)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>encoding</tt></i>:</span></td>
|
||||
<td>the document encoding, or NULL</td>
|
||||
<td>the document encoding (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>options</tt></i>:</span></td>
|
||||
<td>a combination of htmlParserOption(s)</td>
|
||||
<td>a combination of htmlParserOptions</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>the resulting document tree</td>
|
||||
<td>the resulting document tree.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -1197,9 +1231,9 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="htmlReadFd"></a>htmlReadFd ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> htmlReadFd (int fd, <br> const char * URL, <br> const char * encoding, <br> int options)<br>
|
||||
<pre class="programlisting"><a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> htmlReadFd (int fd, <br> const char * url, <br> const char * encoding, <br> int options)<br>
|
||||
</pre>
|
||||
<p>parse an HTML from a file descriptor and build a tree. NOTE that the file descriptor will not be closed when the reader is closed or reset.</p>
|
||||
<p>Convenience function to parse an HTML document from a file descriptor. NOTE that the file descriptor will not be closed when the context is freed or reset. See <a href="libxml2-HTMLparser.html#htmlCtxtReadFd">htmlCtxtReadFd</a> for details.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1208,8 +1242,8 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
<td>an open file descriptor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>URL</tt></i>:</span></td>
|
||||
<td>the base URL to use for the document</td>
|
||||
<td><span class="term"><i><tt>url</tt></i>:</span></td>
|
||||
<td>only used for error reporting (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>encoding</tt></i>:</span></td>
|
||||
@ -1217,7 +1251,7 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>options</tt></i>:</span></td>
|
||||
<td>a combination of htmlParserOption(s)</td>
|
||||
<td>a combination of htmlParserOptions</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
@ -1232,7 +1266,7 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
<a name="htmlReadFile"></a>htmlReadFile ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> htmlReadFile (const char * filename, <br> const char * encoding, <br> int options)<br>
|
||||
</pre>
|
||||
<p>parse an XML file from the filesystem or the network.</p>
|
||||
<p>Convenience function to parse an HTML file from the filesystem, the network or a global user-defined resource loader. See <a href="libxml2-HTMLparser.html#htmlCtxtReadFile">htmlCtxtReadFile</a> for details.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1242,15 +1276,15 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>encoding</tt></i>:</span></td>
|
||||
<td>the document encoding, or NULL</td>
|
||||
<td>the document encoding (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>options</tt></i>:</span></td>
|
||||
<td>a combination of htmlParserOption(s)</td>
|
||||
<td>a combination of htmlParserOptions</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>the resulting document tree</td>
|
||||
<td>the resulting document tree.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -1259,9 +1293,9 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="htmlReadIO"></a>htmlReadIO ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> htmlReadIO (<a href="libxml2-xmlIO.html#xmlInputReadCallback">xmlInputReadCallback</a> ioread, <br> <a href="libxml2-xmlIO.html#xmlInputCloseCallback">xmlInputCloseCallback</a> ioclose, <br> void * ioctx, <br> const char * URL, <br> const char * encoding, <br> int options)<br>
|
||||
<pre class="programlisting"><a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> htmlReadIO (<a href="libxml2-xmlIO.html#xmlInputReadCallback">xmlInputReadCallback</a> ioread, <br> <a href="libxml2-xmlIO.html#xmlInputCloseCallback">xmlInputCloseCallback</a> ioclose, <br> void * ioctx, <br> const char * url, <br> const char * encoding, <br> int options)<br>
|
||||
</pre>
|
||||
<p>parse an HTML document from I/O functions and source and build a tree.</p>
|
||||
<p>Convenience function to parse an HTML document from I/O functions and context. See <a href="libxml2-HTMLparser.html#htmlCtxtReadIO">htmlCtxtReadIO</a> for details.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1271,19 +1305,19 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>ioclose</tt></i>:</span></td>
|
||||
<td>an I/O close function</td>
|
||||
<td>an I/O close function (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>ioctx</tt></i>:</span></td>
|
||||
<td>an I/O handler</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>URL</tt></i>:</span></td>
|
||||
<td>the base URL to use for the document</td>
|
||||
<td><span class="term"><i><tt>url</tt></i>:</span></td>
|
||||
<td>only used for error reporting (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>encoding</tt></i>:</span></td>
|
||||
<td>the document encoding, or NULL</td>
|
||||
<td>the document encoding (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>options</tt></i>:</span></td>
|
||||
@ -1300,9 +1334,9 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="htmlReadMemory"></a>htmlReadMemory ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> htmlReadMemory (const char * buffer, <br> int size, <br> const char * URL, <br> const char * encoding, <br> int options)<br>
|
||||
<pre class="programlisting"><a href="libxml2-HTMLparser.html#htmlDocPtr">htmlDocPtr</a> htmlReadMemory (const char * buffer, <br> int size, <br> const char * url, <br> const char * encoding, <br> int options)<br>
|
||||
</pre>
|
||||
<p>parse an XML in-memory document and build a tree.</p>
|
||||
<p>Convenience function to parse an HTML document from memory. The input buffer must not contain any terminating null bytes. See <a href="libxml2-HTMLparser.html#htmlCtxtReadMemory">htmlCtxtReadMemory</a> for details.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1315,8 +1349,8 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
<td>the size of the array</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>URL</tt></i>:</span></td>
|
||||
<td>the base URL to use for the document</td>
|
||||
<td><span class="term"><i><tt>url</tt></i>:</span></td>
|
||||
<td>only used for error reporting (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>encoding</tt></i>:</span></td>
|
||||
@ -1383,7 +1417,7 @@ const <a href="libxml2-HTMLparser.html#htmlElemDesc">htmlElemDesc</a> * <a href=
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>encoding</tt></i>:</span></td>
|
||||
<td>a free form C string describing the HTML document encoding, or NULL</td>
|
||||
<td>encoding (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>sax</tt></i>:</span></td>
|
||||
|
@ -827,7 +827,7 @@ void <a href="#unparsedEntityDecl">unparsedEntityDecl</a> (void * ctx, <br>
|
||||
<a name="setDocumentLocator"></a>setDocumentLocator ()</h3>
|
||||
<pre class="programlisting">void setDocumentLocator (void * ctx, <br> <a href="libxml2-tree.html#xmlSAXLocatorPtr">xmlSAXLocatorPtr</a> loc)<br>
|
||||
</pre>
|
||||
<p>Receive the document locator at startup, actually xmlDefaultSAXLocator Everything is available on the context, so this is useless in our case. DEPRECATED</p>
|
||||
<p>Receive the document locator at startup, actually <a href="libxml2-parser.html#xmlDefaultSAXLocator">xmlDefaultSAXLocator</a> Everything is available on the context, so this is useless in our case. DEPRECATED</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
|
@ -750,7 +750,7 @@ int <a href="#xmlSAXVersion">xmlSAXVersion</a> (<a href="libxml2-tree.html#xml
|
||||
<a name="xmlSAX2SetDocumentLocator"></a>xmlSAX2SetDocumentLocator ()</h3>
|
||||
<pre class="programlisting">void xmlSAX2SetDocumentLocator (void * ctx, <br> <a href="libxml2-tree.html#xmlSAXLocatorPtr">xmlSAXLocatorPtr</a> loc)<br>
|
||||
</pre>
|
||||
<p>Receive the document locator at startup, actually xmlDefaultSAXLocator Everything is available on the context, so this is useless in our case.</p>
|
||||
<p>Receive the document locator at startup, actually <a href="libxml2-parser.html#xmlDefaultSAXLocator">xmlDefaultSAXLocator</a> Everything is available on the context, so this is useless in our case.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
|
@ -38,7 +38,7 @@ void <a href="#xmlDebugDumpOneNode">xmlDebugDumpOneNode</a> (FILE * output, <br
|
||||
void <a href="#xmlDebugDumpString">xmlDebugDumpString</a> (FILE * output, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * str);
|
||||
int <a href="#xmlLsCountNode">xmlLsCountNode</a> (<a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node);
|
||||
void <a href="#xmlLsOneNode">xmlLsOneNode</a> (FILE * output, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node);
|
||||
void <a href="#xmlShell">xmlShell</a> (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> char * filename, <br> <a href="libxml2-debugXML.html#xmlShellReadlineFunc">xmlShellReadlineFunc</a> input, <br> FILE * output);
|
||||
void <a href="#xmlShell">xmlShell</a> (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> const char * filename, <br> <a href="libxml2-debugXML.html#xmlShellReadlineFunc">xmlShellReadlineFunc</a> input, <br> FILE * output);
|
||||
int <a href="#xmlShellBase">xmlShellBase</a> (<a href="libxml2-debugXML.html#xmlShellCtxtPtr">xmlShellCtxtPtr</a> ctxt, <br> char * arg, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node2);
|
||||
int <a href="#xmlShellCat">xmlShellCat</a> (<a href="libxml2-debugXML.html#xmlShellCtxtPtr">xmlShellCtxtPtr</a> ctxt, <br> char * arg, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node2);
|
||||
typedef int <a href="#xmlShellCmd">xmlShellCmd</a> (<a href="libxml2-debugXML.html#xmlShellCtxtPtr">xmlShellCtxtPtr</a> ctxt, <br> char * arg, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node2);
|
||||
@ -460,7 +460,7 @@ int <a href="#xmlShellWrite">xmlShellWrite</a> (<a href="libxml2-debugXML.html
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlShell"></a>xmlShell ()</h3>
|
||||
<pre class="programlisting">void xmlShell (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> char * filename, <br> <a href="libxml2-debugXML.html#xmlShellReadlineFunc">xmlShellReadlineFunc</a> input, <br> FILE * output)<br>
|
||||
<pre class="programlisting">void xmlShell (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> const char * filename, <br> <a href="libxml2-debugXML.html#xmlShellReadlineFunc">xmlShellReadlineFunc</a> input, <br> FILE * output)<br>
|
||||
</pre>
|
||||
<p>Implements the XML shell This allow to load, validate, view, modify and save a document using a environment similar to a UNIX commandline.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
|
@ -44,7 +44,9 @@ int <a href="#xmlDelEncodingAlias">xmlDelEncodingAlias</a> (const char * alias)
|
||||
const char * <a href="#xmlGetCharEncodingName">xmlGetCharEncodingName</a> (<a href="libxml2-encoding.html#xmlCharEncoding">xmlCharEncoding</a> enc);
|
||||
const char * <a href="#xmlGetEncodingAlias">xmlGetEncodingAlias</a> (const char * alias);
|
||||
void <a href="#xmlInitCharEncodingHandlers">xmlInitCharEncodingHandlers</a> (void);
|
||||
int <a href="#xmlLookupCharEncodingHandler">xmlLookupCharEncodingHandler</a> (<a href="libxml2-encoding.html#xmlCharEncoding">xmlCharEncoding</a> enc, <br> <a href="libxml2-encoding.html#xmlCharEncodingHandler">xmlCharEncodingHandler</a> ** out);
|
||||
<a href="libxml2-encoding.html#xmlCharEncodingHandlerPtr">xmlCharEncodingHandlerPtr</a> <a href="#xmlNewCharEncodingHandler">xmlNewCharEncodingHandler</a> (const char * name, <br> <a href="libxml2-encoding.html#xmlCharEncodingInputFunc">xmlCharEncodingInputFunc</a> input, <br> <a href="libxml2-encoding.html#xmlCharEncodingOutputFunc">xmlCharEncodingOutputFunc</a> output);
|
||||
int <a href="#xmlOpenCharEncodingHandler">xmlOpenCharEncodingHandler</a> (const char * name, <br> int output, <br> <a href="libxml2-encoding.html#xmlCharEncodingHandler">xmlCharEncodingHandler</a> ** out);
|
||||
<a href="libxml2-encoding.html#xmlCharEncoding">xmlCharEncoding</a> <a href="#xmlParseCharEncoding">xmlParseCharEncoding</a> (const char * name);
|
||||
void <a href="#xmlRegisterCharEncodingHandler">xmlRegisterCharEncodingHandler</a> (<a href="libxml2-encoding.html#xmlCharEncodingHandlerPtr">xmlCharEncodingHandlerPtr</a> handler);
|
||||
</pre>
|
||||
@ -457,7 +459,7 @@ void <a href="#xmlRegisterCharEncodingHandler">xmlRegisterCharEncodingHandler</a
|
||||
<a name="xmlFindCharEncodingHandler"></a>xmlFindCharEncodingHandler ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-encoding.html#xmlCharEncodingHandlerPtr">xmlCharEncodingHandlerPtr</a> xmlFindCharEncodingHandler (const char * name)<br>
|
||||
</pre>
|
||||
<p>Search in the registered set the handler able to read/write that encoding or create a new one.</p>
|
||||
<p>DEPRECATED: Use <a href="libxml2-encoding.html#xmlOpenCharEncodingHandler">xmlOpenCharEncodingHandler</a> which has better error reporting.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -467,7 +469,7 @@ void <a href="#xmlRegisterCharEncodingHandler">xmlRegisterCharEncodingHandler</a
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>the handler or NULL if not found</td>
|
||||
<td>the handler or NULL if no handler was found or an error occurred.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -478,7 +480,7 @@ void <a href="#xmlRegisterCharEncodingHandler">xmlRegisterCharEncodingHandler</a
|
||||
<a name="xmlGetCharEncodingHandler"></a>xmlGetCharEncodingHandler ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-encoding.html#xmlCharEncodingHandlerPtr">xmlCharEncodingHandlerPtr</a> xmlGetCharEncodingHandler (<a href="libxml2-encoding.html#xmlCharEncoding">xmlCharEncoding</a> enc)<br>
|
||||
</pre>
|
||||
<p>Search in the registered set the handler able to read/write that encoding.</p>
|
||||
<p>DEPRECATED: Use <a href="libxml2-encoding.html#xmlLookupCharEncodingHandler">xmlLookupCharEncodingHandler</a> which has better error reporting.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -488,7 +490,7 @@ void <a href="#xmlRegisterCharEncodingHandler">xmlRegisterCharEncodingHandler</a
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>the handler or NULL if not found</td>
|
||||
<td>the handler or NULL if no handler was found or an error occurred.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -546,6 +548,31 @@ void <a href="#xmlRegisterCharEncodingHandler">xmlRegisterCharEncodingHandler</a
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlLookupCharEncodingHandler"></a>xmlLookupCharEncodingHandler ()</h3>
|
||||
<pre class="programlisting">int xmlLookupCharEncodingHandler (<a href="libxml2-encoding.html#xmlCharEncoding">xmlCharEncoding</a> enc, <br> <a href="libxml2-encoding.html#xmlCharEncodingHandler">xmlCharEncodingHandler</a> ** out)<br>
|
||||
</pre>
|
||||
<p>Find or create a handler matching the encoding. If no default or registered handler could be found, try to create a handler using iconv or ICU if supported. The handler must be closed with <a href="libxml2-encoding.html#xmlCharEncCloseFunc">xmlCharEncCloseFunc</a>. Available since 2.13.0.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>enc</tt></i>:</span></td>
|
||||
<td>an <a href="libxml2-encoding.html#xmlCharEncoding">xmlCharEncoding</a> value.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>out</tt></i>:</span></td>
|
||||
<td>pointer to result</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>an <a href="libxml2-xmlerror.html#xmlParserErrors">xmlParserErrors</a> error code.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlNewCharEncodingHandler"></a>xmlNewCharEncodingHandler ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-encoding.html#xmlCharEncodingHandlerPtr">xmlCharEncodingHandlerPtr</a> xmlNewCharEncodingHandler (const char * name, <br> <a href="libxml2-encoding.html#xmlCharEncodingInputFunc">xmlCharEncodingInputFunc</a> input, <br> <a href="libxml2-encoding.html#xmlCharEncodingOutputFunc">xmlCharEncodingOutputFunc</a> output)<br>
|
||||
</pre>
|
||||
@ -575,6 +602,35 @@ void <a href="#xmlRegisterCharEncodingHandler">xmlRegisterCharEncodingHandler</a
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlOpenCharEncodingHandler"></a>xmlOpenCharEncodingHandler ()</h3>
|
||||
<pre class="programlisting">int xmlOpenCharEncodingHandler (const char * name, <br> int output, <br> <a href="libxml2-encoding.html#xmlCharEncodingHandler">xmlCharEncodingHandler</a> ** out)<br>
|
||||
</pre>
|
||||
<p>Find or create a handler matching the encoding. If no default or registered handler could be found, try to create a handler using iconv or ICU if supported. The handler must be closed with <a href="libxml2-encoding.html#xmlCharEncCloseFunc">xmlCharEncCloseFunc</a>. Available since 2.13.0.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>name</tt></i>:</span></td>
|
||||
<td>a string describing the char encoding.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>output</tt></i>:</span></td>
|
||||
<td>boolean, use handler for output</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>out</tt></i>:</span></td>
|
||||
<td>pointer to result</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>an <a href="libxml2-xmlerror.html#xmlParserErrors">xmlParserErrors</a> error code.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlParseCharEncoding"></a>xmlParseCharEncoding ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-encoding.html#xmlCharEncoding">xmlCharEncoding</a> xmlParseCharEncoding (const char * name)<br>
|
||||
</pre>
|
||||
|
@ -27,6 +27,7 @@ typedef <a href="libxml2-entities.html#xmlEntitiesTable">xmlEntitiesTable</a> *
|
||||
typedef enum <a href="#xmlEntityType">xmlEntityType</a>;
|
||||
<a href="libxml2-tree.html#xmlEntityPtr">xmlEntityPtr</a> <a href="#xmlAddDocEntity">xmlAddDocEntity</a> (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name, <br> int type, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * ExternalID, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * SystemID, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * content);
|
||||
<a href="libxml2-tree.html#xmlEntityPtr">xmlEntityPtr</a> <a href="#xmlAddDtdEntity">xmlAddDtdEntity</a> (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name, <br> int type, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * ExternalID, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * SystemID, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * content);
|
||||
int <a href="#xmlAddEntity">xmlAddEntity</a> (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> int extSubset, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name, <br> int type, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * ExternalID, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * SystemID, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * content, <br> <a href="libxml2-tree.html#xmlEntityPtr">xmlEntityPtr</a> * out);
|
||||
void <a href="#xmlCleanupPredefinedEntities">xmlCleanupPredefinedEntities</a> (void);
|
||||
<a href="libxml2-entities.html#xmlEntitiesTablePtr">xmlEntitiesTablePtr</a> <a href="#xmlCopyEntitiesTable">xmlCopyEntitiesTable</a> (<a href="libxml2-entities.html#xmlEntitiesTablePtr">xmlEntitiesTablePtr</a> table);
|
||||
<a href="libxml2-entities.html#xmlEntitiesTablePtr">xmlEntitiesTablePtr</a> <a href="#xmlCreateEntitiesTable">xmlCreateEntitiesTable</a> (void);
|
||||
@ -166,6 +167,55 @@ The content of this structure is not made public by the API.
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlAddEntity"></a>xmlAddEntity ()</h3>
|
||||
<pre class="programlisting">int xmlAddEntity (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> int extSubset, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name, <br> int type, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * ExternalID, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * SystemID, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * content, <br> <a href="libxml2-tree.html#xmlEntityPtr">xmlEntityPtr</a> * out)<br>
|
||||
</pre>
|
||||
<p>Register a new entity for this document. Available since 2.13.0.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>doc</tt></i>:</span></td>
|
||||
<td>the document</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>extSubset</tt></i>:</span></td>
|
||||
<td>add to the external or internal subset</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>name</tt></i>:</span></td>
|
||||
<td>the entity name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>type</tt></i>:</span></td>
|
||||
<td>the entity type XML_xxx_yyy_ENTITY</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>ExternalID</tt></i>:</span></td>
|
||||
<td>the entity external ID if available</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>SystemID</tt></i>:</span></td>
|
||||
<td>the entity system ID if available</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>content</tt></i>:</span></td>
|
||||
<td>the entity content</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>out</tt></i>:</span></td>
|
||||
<td>pointer to resulting entity (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>an <a href="libxml2-xmlerror.html#xmlParserErrors">xmlParserErrors</a> error code.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlCleanupPredefinedEntities"></a>xmlCleanupPredefinedEntities ()</h3>
|
||||
<pre class="programlisting">void xmlCleanupPredefinedEntities (void)<br>
|
||||
</pre>
|
||||
@ -345,12 +395,12 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlFreeEntity"></a>xmlFreeEntity ()</h3>
|
||||
<pre class="programlisting">void xmlFreeEntity (<a href="libxml2-tree.html#xmlEntityPtr">xmlEntityPtr</a> entity)<br>
|
||||
</pre>
|
||||
<p></p>
|
||||
<p>Frees the entity.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody><tr>
|
||||
<td><span class="term"><i><tt>entity</tt></i>:</span></td>
|
||||
<td></td>
|
||||
<td>an entity</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
|
@ -24,9 +24,7 @@
|
||||
<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>;
|
||||
void <a href="#xmlCleanupGlobals">xmlCleanupGlobals</a> (void);
|
||||
<a href="libxml2-globals.html#xmlGlobalStatePtr">xmlGlobalStatePtr</a> <a href="#xmlGetGlobalState">xmlGetGlobalState</a> (void);
|
||||
void <a href="#xmlInitGlobals">xmlInitGlobals</a> (void);
|
||||
void <a href="#xmlInitializeGlobalState">xmlInitializeGlobalState</a> (<a href="libxml2-globals.html#xmlGlobalStatePtr">xmlGlobalStatePtr</a> gs);
|
||||
</pre>
|
||||
</div>
|
||||
@ -54,14 +52,6 @@ The content of this structure is not made public by the API.
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlCleanupGlobals"></a>xmlCleanupGlobals ()</h3>
|
||||
<pre class="programlisting">void xmlCleanupGlobals (void)<br>
|
||||
</pre>
|
||||
<p>DEPRECATED: This function is a no-op. Call <a href="libxml2-parser.html#xmlCleanupParser">xmlCleanupParser</a> to free global state but see the warnings there. <a href="libxml2-parser.html#xmlCleanupParser">xmlCleanupParser</a> should be only called once at program exit. In most cases, you don't have call cleanup functions at all.</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>
|
||||
@ -77,14 +67,6 @@ The content of this structure is not made public by the API.
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlInitGlobals"></a>xmlInitGlobals ()</h3>
|
||||
<pre class="programlisting">void xmlInitGlobals (void)<br>
|
||||
</pre>
|
||||
<p>DEPRECATED: Alias for <a href="libxml2-parser.html#xmlInitParser">xmlInitParser</a>.</p>
|
||||
</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>
|
||||
|
@ -25,11 +25,15 @@
|
||||
<pre class="synopsis">#define <a href="#XML_CAST_FPTR">XML_CAST_FPTR</a>(fptr);
|
||||
typedef struct _xmlHashTable <a href="#xmlHashTable">xmlHashTable</a>;
|
||||
typedef <a href="libxml2-hash.html#xmlHashTable">xmlHashTable</a> * <a href="#xmlHashTablePtr">xmlHashTablePtr</a>;
|
||||
int <a href="#xmlHashAdd">xmlHashAdd</a> (<a href="libxml2-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> hash, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * key, <br> void * payload);
|
||||
int <a href="#xmlHashAdd2">xmlHashAdd2</a> (<a href="libxml2-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> hash, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * key, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * key2, <br> void * payload);
|
||||
int <a href="#xmlHashAdd3">xmlHashAdd3</a> (<a href="libxml2-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> hash, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * key, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * key2, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * key3, <br> void * payload);
|
||||
int <a href="#xmlHashAddEntry">xmlHashAddEntry</a> (<a href="libxml2-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> hash, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * key, <br> void * payload);
|
||||
int <a href="#xmlHashAddEntry2">xmlHashAddEntry2</a> (<a href="libxml2-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> hash, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * key, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * key2, <br> void * payload);
|
||||
int <a href="#xmlHashAddEntry3">xmlHashAddEntry3</a> (<a href="libxml2-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> hash, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * key, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * key2, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * key3, <br> void * payload);
|
||||
typedef void * <a href="#xmlHashCopier">xmlHashCopier</a> (void * payload, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name);
|
||||
<a href="libxml2-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> <a href="#xmlHashCopy">xmlHashCopy</a> (<a href="libxml2-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> hash, <br> <a href="libxml2-hash.html#xmlHashCopier">xmlHashCopier</a> copy);
|
||||
<a href="libxml2-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> <a href="#xmlHashCopySafe">xmlHashCopySafe</a> (<a href="libxml2-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> hash, <br> <a href="libxml2-hash.html#xmlHashCopier">xmlHashCopier</a> copyFunc, <br> <a href="libxml2-hash.html#xmlHashDeallocator">xmlHashDeallocator</a> deallocFunc);
|
||||
<a href="libxml2-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> <a href="#xmlHashCreate">xmlHashCreate</a> (int size);
|
||||
<a href="libxml2-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> <a href="#xmlHashCreateDict">xmlHashCreateDict</a> (int size, <br> <a href="libxml2-dict.html#xmlDictPtr">xmlDictPtr</a> dict);
|
||||
typedef void <a href="#xmlHashDeallocator">xmlHashDeallocator</a> (void * payload, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name);
|
||||
@ -199,10 +203,109 @@ The content of this structure is not made public by the API.
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlHashAdd"></a>xmlHashAdd ()</h3>
|
||||
<pre class="programlisting">int xmlHashAdd (<a href="libxml2-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> hash, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * key, <br> void * payload)<br>
|
||||
</pre>
|
||||
<p>Add a hash table entry. If an entry with this key already exists, payload will not be updated and 0 is returned. This return value can't be distinguished from out-of-memory errors, so this function should be used with care. Available since 2.13.0.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>hash</tt></i>:</span></td>
|
||||
<td>hash table</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>key</tt></i>:</span></td>
|
||||
<td>string key</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>payload</tt></i>:</span></td>
|
||||
<td>pointer to the payload</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>1 on success, 0 if an entry exists and -1 in case of error.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlHashAdd2"></a>xmlHashAdd2 ()</h3>
|
||||
<pre class="programlisting">int xmlHashAdd2 (<a href="libxml2-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> hash, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * key, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * key2, <br> void * payload)<br>
|
||||
</pre>
|
||||
<p>Add a hash table entry with two strings as key. See <a href="libxml2-hash.html#xmlHashAdd">xmlHashAdd</a>. Available since 2.13.0.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>hash</tt></i>:</span></td>
|
||||
<td>hash table</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>key</tt></i>:</span></td>
|
||||
<td>first string key</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>key2</tt></i>:</span></td>
|
||||
<td>second string key</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>payload</tt></i>:</span></td>
|
||||
<td>pointer to the payload</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>1 on success, 0 if an entry exists and -1 in case of error.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlHashAdd3"></a>xmlHashAdd3 ()</h3>
|
||||
<pre class="programlisting">int xmlHashAdd3 (<a href="libxml2-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> hash, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * key, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * key2, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * key3, <br> void * payload)<br>
|
||||
</pre>
|
||||
<p>Add a hash table entry with three strings as key. See <a href="libxml2-hash.html#xmlHashAdd">xmlHashAdd</a>. Available since 2.13.0.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>hash</tt></i>:</span></td>
|
||||
<td>hash table</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>key</tt></i>:</span></td>
|
||||
<td>first string key</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>key2</tt></i>:</span></td>
|
||||
<td>second string key</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>key3</tt></i>:</span></td>
|
||||
<td>third string key</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>payload</tt></i>:</span></td>
|
||||
<td>pointer to the payload</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>1 on success, 0 if an entry exists and -1 in case of error.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlHashAddEntry"></a>xmlHashAddEntry ()</h3>
|
||||
<pre class="programlisting">int xmlHashAddEntry (<a href="libxml2-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> hash, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * key, <br> void * payload)<br>
|
||||
</pre>
|
||||
<p>Add a hash table entry. If an entry with this key already exists, payload will not be updated and -1 is returned. This return value can't be distinguished from out-of-memory errors, so this function should be used with care.</p>
|
||||
<p>Add a hash table entry. If an entry with this key already exists, payload will not be updated and -1 is returned. This return value can't be distinguished from out-of-memory errors, so this function should be used with care. NOTE: This function doesn't allow to distinguish malloc failures from existing entries. Use <a href="libxml2-hash.html#xmlHashAdd">xmlHashAdd</a> instead.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -301,7 +404,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlHashCopy"></a>xmlHashCopy ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> xmlHashCopy (<a href="libxml2-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> hash, <br> <a href="libxml2-hash.html#xmlHashCopier">xmlHashCopier</a> copy)<br>
|
||||
</pre>
|
||||
<p>Copy the hash @table using @copy to copy payloads.</p>
|
||||
<p>DEPRECATED: Leaks memory in error case. Copy the hash table using @copy to copy payloads.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -323,6 +426,35 @@ The content of this structure is not made public by the API.
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlHashCopySafe"></a>xmlHashCopySafe ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> xmlHashCopySafe (<a href="libxml2-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> hash, <br> <a href="libxml2-hash.html#xmlHashCopier">xmlHashCopier</a> copyFunc, <br> <a href="libxml2-hash.html#xmlHashDeallocator">xmlHashDeallocator</a> deallocFunc)<br>
|
||||
</pre>
|
||||
<p>Copy the hash table using @copyFunc to copy payloads. Available since 2.13.0.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>hash</tt></i>:</span></td>
|
||||
<td>hash table</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>copyFunc</tt></i>:</span></td>
|
||||
<td>copier function for items in the hash</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>deallocFunc</tt></i>:</span></td>
|
||||
<td>deallocation function in case of errors</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>the new table or NULL if a memory allocation failed.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlHashCreate"></a>xmlHashCreate ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-hash.html#xmlHashTablePtr">xmlHashTablePtr</a> xmlHashCreate (int size)<br>
|
||||
</pre>
|
||||
|
@ -29,12 +29,12 @@ typedef <a href="libxml2-list.html#xmlList">xmlList</a> * <a href="#xmlListPtr">
|
||||
void * <a href="#xmlLinkGetData">xmlLinkGetData</a> (<a href="libxml2-list.html#xmlLinkPtr">xmlLinkPtr</a> lk);
|
||||
int <a href="#xmlListAppend">xmlListAppend</a> (<a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> l, <br> void * data);
|
||||
void <a href="#xmlListClear">xmlListClear</a> (<a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> l);
|
||||
int <a href="#xmlListCopy">xmlListCopy</a> (<a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> cur, <br> const <a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> old);
|
||||
int <a href="#xmlListCopy">xmlListCopy</a> (<a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> cur, <br> <a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> old);
|
||||
<a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> <a href="#xmlListCreate">xmlListCreate</a> (<a href="libxml2-list.html#xmlListDeallocator">xmlListDeallocator</a> deallocator, <br> <a href="libxml2-list.html#xmlListDataCompare">xmlListDataCompare</a> compare);
|
||||
typedef int <a href="#xmlListDataCompare">xmlListDataCompare</a> (const void * data0, <br> const void * data1);
|
||||
typedef void <a href="#xmlListDeallocator">xmlListDeallocator</a> (<a href="libxml2-list.html#xmlLinkPtr">xmlLinkPtr</a> lk);
|
||||
void <a href="#xmlListDelete">xmlListDelete</a> (<a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> l);
|
||||
<a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> <a href="#xmlListDup">xmlListDup</a> (const <a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> old);
|
||||
<a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> <a href="#xmlListDup">xmlListDup</a> (<a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> old);
|
||||
int <a href="#xmlListEmpty">xmlListEmpty</a> (<a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> l);
|
||||
<a href="libxml2-list.html#xmlLinkPtr">xmlLinkPtr</a> <a href="#xmlListEnd">xmlListEnd</a> (<a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> l);
|
||||
<a href="libxml2-list.html#xmlLinkPtr">xmlLinkPtr</a> <a href="#xmlListFront">xmlListFront</a> (<a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> l);
|
||||
@ -226,7 +226,7 @@ The content of this structure is not made public by the API.
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlListCopy"></a>xmlListCopy ()</h3>
|
||||
<pre class="programlisting">int xmlListCopy (<a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> cur, <br> const <a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> old)<br>
|
||||
<pre class="programlisting">int xmlListCopy (<a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> cur, <br> <a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> old)<br>
|
||||
</pre>
|
||||
<p>Move all the element from the old list in the new list</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
@ -291,7 +291,7 @@ The content of this structure is not made public by the API.
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlListDup"></a>xmlListDup ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> xmlListDup (const <a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> old)<br>
|
||||
<pre class="programlisting"><a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> xmlListDup (<a href="libxml2-list.html#xmlListPtr">xmlListPtr</a> old)<br>
|
||||
</pre>
|
||||
<p>Duplicate the list</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
|
@ -22,11 +22,8 @@
|
||||
<p>Author(s): Daniel Veillard </p>
|
||||
<div class="refsynopsisdiv">
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">#define <a href="#XML_COMPLETE_ATTRS">XML_COMPLETE_ATTRS</a>;
|
||||
#define <a href="#XML_DEFAULT_VERSION">XML_DEFAULT_VERSION</a>;
|
||||
#define <a href="#XML_DETECT_IDS">XML_DETECT_IDS</a>;
|
||||
<pre class="synopsis">#define <a href="#XML_DEFAULT_VERSION">XML_DEFAULT_VERSION</a>;
|
||||
#define <a href="#XML_SAX2_MAGIC">XML_SAX2_MAGIC</a>;
|
||||
#define <a href="#XML_SKIP_IDS">XML_SKIP_IDS</a>;
|
||||
typedef struct _xmlAttrHashBucket <a href="#xmlAttrHashBucket">xmlAttrHashBucket</a>;
|
||||
typedef enum <a href="#xmlFeature">xmlFeature</a>;
|
||||
typedef enum <a href="#xmlParserInputState">xmlParserInputState</a>;
|
||||
@ -71,12 +68,14 @@ typedef void <a href="#startElementSAXFunc">startElementSAXFunc</a> (void * ctx
|
||||
typedef void <a href="#unparsedEntityDeclSAXFunc">unparsedEntityDeclSAXFunc</a> (void * ctx, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * publicId, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * systemId, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * notationName);
|
||||
typedef void <a href="#warningSAXFunc">warningSAXFunc</a> (void * ctx, <br> const char * msg, <br> ... ...);
|
||||
long <a href="#xmlByteConsumed">xmlByteConsumed</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt);
|
||||
void <a href="#xmlCleanupGlobals">xmlCleanupGlobals</a> (void);
|
||||
void <a href="#xmlCleanupParser">xmlCleanupParser</a> (void);
|
||||
void <a href="#xmlClearNodeInfoSeq">xmlClearNodeInfoSeq</a> (<a href="libxml2-parser.html#xmlParserNodeInfoSeqPtr">xmlParserNodeInfoSeqPtr</a> seq);
|
||||
void <a href="#xmlClearParserCtxt">xmlClearParserCtxt</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt);
|
||||
<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> <a href="#xmlCreateDocParserCtxt">xmlCreateDocParserCtxt</a> (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * str);
|
||||
<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> <a href="#xmlCreateIOParserCtxt">xmlCreateIOParserCtxt</a> (<a href="libxml2-tree.html#xmlSAXHandlerPtr">xmlSAXHandlerPtr</a> sax, <br> void * user_data, <br> <a href="libxml2-xmlIO.html#xmlInputReadCallback">xmlInputReadCallback</a> ioread, <br> <a href="libxml2-xmlIO.html#xmlInputCloseCallback">xmlInputCloseCallback</a> ioclose, <br> void * ioctx, <br> <a href="libxml2-encoding.html#xmlCharEncoding">xmlCharEncoding</a> enc);
|
||||
<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> <a href="#xmlCreatePushParserCtxt">xmlCreatePushParserCtxt</a> (<a href="libxml2-tree.html#xmlSAXHandlerPtr">xmlSAXHandlerPtr</a> sax, <br> void * user_data, <br> const char * chunk, <br> int size, <br> const char * filename);
|
||||
<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> <a href="#xmlCtxtParseDocument">xmlCtxtParseDocument</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> input);
|
||||
<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> <a href="#xmlCtxtReadDoc">xmlCtxtReadDoc</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * str, <br> const char * URL, <br> const char * encoding, <br> int options);
|
||||
<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> <a href="#xmlCtxtReadFd">xmlCtxtReadFd</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> int fd, <br> const char * URL, <br> const char * encoding, <br> int options);
|
||||
<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> <a href="#xmlCtxtReadFile">xmlCtxtReadFile</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const char * filename, <br> const char * encoding, <br> int options);
|
||||
@ -84,7 +83,9 @@ void <a href="#xmlClearParserCtxt">xmlClearParserCtxt</a> (<a href="libxml2-tre
|
||||
<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> <a href="#xmlCtxtReadMemory">xmlCtxtReadMemory</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const char * buffer, <br> int size, <br> const char * URL, <br> const char * encoding, <br> int options);
|
||||
void <a href="#xmlCtxtReset">xmlCtxtReset</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt);
|
||||
int <a href="#xmlCtxtResetPush">xmlCtxtResetPush</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const char * chunk, <br> int size, <br> const char * filename, <br> const char * encoding);
|
||||
void <a href="#xmlCtxtSetErrorHandler">xmlCtxtSetErrorHandler</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-xmlerror.html#xmlStructuredErrorFunc">xmlStructuredErrorFunc</a> handler, <br> void * data);
|
||||
void <a href="#xmlCtxtSetMaxAmplification">xmlCtxtSetMaxAmplification</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> unsigned maxAmpl);
|
||||
int <a href="#xmlCtxtSetOptions">xmlCtxtSetOptions</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> int options);
|
||||
int <a href="#xmlCtxtUseOptions">xmlCtxtUseOptions</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> int options);
|
||||
typedef <a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> <a href="#xmlExternalEntityLoader">xmlExternalEntityLoader</a> (const char * URL, <br> const char * ID, <br> <a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> context);
|
||||
void <a href="#xmlFreeParserCtxt">xmlFreeParserCtxt</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt);
|
||||
@ -93,31 +94,32 @@ int <a href="#xmlGetFeature">xmlGetFeature</a> (<a href="libxml2-tree.html#xml
|
||||
int <a href="#xmlGetFeaturesList">xmlGetFeaturesList</a> (int * len, <br> const char ** result);
|
||||
int <a href="#xmlHasFeature">xmlHasFeature</a> (<a href="libxml2-parser.html#xmlFeature">xmlFeature</a> feature);
|
||||
<a href="libxml2-tree.html#xmlDtdPtr">xmlDtdPtr</a> <a href="#xmlIOParseDTD">xmlIOParseDTD</a> (<a href="libxml2-tree.html#xmlSAXHandlerPtr">xmlSAXHandlerPtr</a> sax, <br> <a href="libxml2-tree.html#xmlParserInputBufferPtr">xmlParserInputBufferPtr</a> input, <br> <a href="libxml2-encoding.html#xmlCharEncoding">xmlCharEncoding</a> enc);
|
||||
void <a href="#xmlInitGlobals">xmlInitGlobals</a> (void);
|
||||
void <a href="#xmlInitNodeInfoSeq">xmlInitNodeInfoSeq</a> (<a href="libxml2-parser.html#xmlParserNodeInfoSeqPtr">xmlParserNodeInfoSeqPtr</a> seq);
|
||||
void <a href="#xmlInitParser">xmlInitParser</a> (void);
|
||||
int <a href="#xmlInitParserCtxt">xmlInitParserCtxt</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt);
|
||||
int <a href="#xmlKeepBlanksDefault">xmlKeepBlanksDefault</a> (int val);
|
||||
int <a href="#xmlLineNumbersDefault">xmlLineNumbersDefault</a> (int val);
|
||||
<a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> <a href="#xmlLoadExternalEntity">xmlLoadExternalEntity</a> (const char * URL, <br> const char * ID, <br> <a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt);
|
||||
<a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> <a href="#xmlNewIOInputStream">xmlNewIOInputStream</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlParserInputBufferPtr">xmlParserInputBufferPtr</a> input, <br> <a href="libxml2-encoding.html#xmlCharEncoding">xmlCharEncoding</a> enc);
|
||||
<a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> <a href="#xmlNewIOInputStream">xmlNewIOInputStream</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlParserInputBufferPtr">xmlParserInputBufferPtr</a> buf, <br> <a href="libxml2-encoding.html#xmlCharEncoding">xmlCharEncoding</a> enc);
|
||||
<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> <a href="#xmlNewParserCtxt">xmlNewParserCtxt</a> (void);
|
||||
<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> <a href="#xmlNewSAXParserCtxt">xmlNewSAXParserCtxt</a> (const <a href="libxml2-tree.html#xmlSAXHandler">xmlSAXHandler</a> * sax, <br> void * userData);
|
||||
int <a href="#xmlParseBalancedChunkMemory">xmlParseBalancedChunkMemory</a> (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> <a href="libxml2-tree.html#xmlSAXHandlerPtr">xmlSAXHandlerPtr</a> sax, <br> void * user_data, <br> int depth, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * string, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> * lst);
|
||||
int <a href="#xmlParseBalancedChunkMemoryRecover">xmlParseBalancedChunkMemoryRecover</a> (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> <a href="libxml2-tree.html#xmlSAXHandlerPtr">xmlSAXHandlerPtr</a> sax, <br> void * user_data, <br> int depth, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * string, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> * lst, <br> int recover);
|
||||
int <a href="#xmlParseBalancedChunkMemoryRecover">xmlParseBalancedChunkMemoryRecover</a> (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> <a href="libxml2-tree.html#xmlSAXHandlerPtr">xmlSAXHandlerPtr</a> sax, <br> void * user_data, <br> int depth, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * string, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> * listOut, <br> int recover);
|
||||
int <a href="#xmlParseChunk">xmlParseChunk</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const char * chunk, <br> int size, <br> int terminate);
|
||||
int <a href="#xmlParseCtxtExternalEntity">xmlParseCtxtExternalEntity</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctx, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * URL, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * ID, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> * lst);
|
||||
int <a href="#xmlParseCtxtExternalEntity">xmlParseCtxtExternalEntity</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * URL, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * ID, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> * listOut);
|
||||
<a href="libxml2-tree.html#xmlDtdPtr">xmlDtdPtr</a> <a href="#xmlParseDTD">xmlParseDTD</a> (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * ExternalID, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * SystemID);
|
||||
<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> <a href="#xmlParseDoc">xmlParseDoc</a> (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * cur);
|
||||
int <a href="#xmlParseDocument">xmlParseDocument</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt);
|
||||
<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> <a href="#xmlParseEntity">xmlParseEntity</a> (const char * filename);
|
||||
int <a href="#xmlParseExtParsedEnt">xmlParseExtParsedEnt</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt);
|
||||
int <a href="#xmlParseExternalEntity">xmlParseExternalEntity</a> (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> <a href="libxml2-tree.html#xmlSAXHandlerPtr">xmlSAXHandlerPtr</a> sax, <br> void * user_data, <br> int depth, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * URL, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * ID, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> * lst);
|
||||
int <a href="#xmlParseExternalEntity">xmlParseExternalEntity</a> (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> <a href="libxml2-tree.html#xmlSAXHandlerPtr">xmlSAXHandlerPtr</a> sax, <br> void * user_data, <br> int depth, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * URL, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * ID, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> * list);
|
||||
<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> <a href="#xmlParseFile">xmlParseFile</a> (const char * filename);
|
||||
<a href="libxml2-xmlerror.html#xmlParserErrors">xmlParserErrors</a> <a href="#xmlParseInNodeContext">xmlParseInNodeContext</a> (<a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br> const char * data, <br> int datalen, <br> int options, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> * lst);
|
||||
<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> <a href="#xmlParseMemory">xmlParseMemory</a> (const char * buffer, <br> int size);
|
||||
void <a href="#xmlParserAddNodeInfo">xmlParserAddNodeInfo</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const <a href="libxml2-parser.html#xmlParserNodeInfoPtr">xmlParserNodeInfoPtr</a> info);
|
||||
const <a href="libxml2-parser.html#xmlParserNodeInfo">xmlParserNodeInfo</a> * <a href="#xmlParserFindNodeInfo">xmlParserFindNodeInfo</a> (const <a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctx, <br> const <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node);
|
||||
unsigned long <a href="#xmlParserFindNodeInfoIndex">xmlParserFindNodeInfoIndex</a> (const <a href="libxml2-parser.html#xmlParserNodeInfoSeqPtr">xmlParserNodeInfoSeqPtr</a> seq, <br> const <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node);
|
||||
void <a href="#xmlParserAddNodeInfo">xmlParserAddNodeInfo</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-parser.html#xmlParserNodeInfoPtr">xmlParserNodeInfoPtr</a> info);
|
||||
const <a href="libxml2-parser.html#xmlParserNodeInfo">xmlParserNodeInfo</a> * <a href="#xmlParserFindNodeInfo">xmlParserFindNodeInfo</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctx, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node);
|
||||
unsigned long <a href="#xmlParserFindNodeInfoIndex">xmlParserFindNodeInfoIndex</a> (<a href="libxml2-parser.html#xmlParserNodeInfoSeqPtr">xmlParserNodeInfoSeqPtr</a> seq, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node);
|
||||
typedef void <a href="#xmlParserInputDeallocate">xmlParserInputDeallocate</a> (<a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * str);
|
||||
int <a href="#xmlParserInputGrow">xmlParserInputGrow</a> (<a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> in, <br> int len);
|
||||
int <a href="#xmlParserInputRead">xmlParserInputRead</a> (<a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> in, <br> int len);
|
||||
@ -126,7 +128,7 @@ int <a href="#xmlPedanticParserDefault">xmlPedanticParserDefault</a> (int val);
|
||||
<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> <a href="#xmlReadFd">xmlReadFd</a> (int fd, <br> const char * URL, <br> const char * encoding, <br> int options);
|
||||
<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> <a href="#xmlReadFile">xmlReadFile</a> (const char * filename, <br> const char * encoding, <br> int options);
|
||||
<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> <a href="#xmlReadIO">xmlReadIO</a> (<a href="libxml2-xmlIO.html#xmlInputReadCallback">xmlInputReadCallback</a> ioread, <br> <a href="libxml2-xmlIO.html#xmlInputCloseCallback">xmlInputCloseCallback</a> ioclose, <br> void * ioctx, <br> const char * URL, <br> const char * encoding, <br> int options);
|
||||
<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> <a href="#xmlReadMemory">xmlReadMemory</a> (const char * buffer, <br> int size, <br> const char * URL, <br> const char * encoding, <br> int options);
|
||||
<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> <a href="#xmlReadMemory">xmlReadMemory</a> (const char * buffer, <br> int size, <br> const char * url, <br> const char * encoding, <br> int options);
|
||||
<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> <a href="#xmlRecoverDoc">xmlRecoverDoc</a> (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * cur);
|
||||
<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> <a href="#xmlRecoverFile">xmlRecoverFile</a> (const char * filename);
|
||||
<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> <a href="#xmlRecoverMemory">xmlRecoverMemory</a> (const char * buffer, <br> int size);
|
||||
@ -160,14 +162,6 @@ int <a href="#xmlThrDefSubstituteEntitiesDefaultValue">xmlThrDefSubstituteEntiti
|
||||
<div class="refsect2" lang="en">
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="XML_COMPLETE_ATTRS">Macro </a>XML_COMPLETE_ATTRS</h3>
|
||||
<pre class="programlisting">#define <a href="#XML_COMPLETE_ATTRS">XML_COMPLETE_ATTRS</a>;
|
||||
</pre>
|
||||
<p>Bit in the loadsubset context field to tell to do complete the elements attributes lists with the ones defaulted from the DTDs. Use it to initialize xmlLoadExtDtdDefaultValue.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="XML_DEFAULT_VERSION">Macro </a>XML_DEFAULT_VERSION</h3>
|
||||
<pre class="programlisting">#define <a href="#XML_DEFAULT_VERSION">XML_DEFAULT_VERSION</a>;
|
||||
</pre>
|
||||
@ -176,14 +170,6 @@ int <a href="#xmlThrDefSubstituteEntitiesDefaultValue">xmlThrDefSubstituteEntiti
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="XML_DETECT_IDS">Macro </a>XML_DETECT_IDS</h3>
|
||||
<pre class="programlisting">#define <a href="#XML_DETECT_IDS">XML_DETECT_IDS</a>;
|
||||
</pre>
|
||||
<p>Bit in the loadsubset context field to tell to do ID/REFs lookups. Use it to initialize xmlLoadExtDtdDefaultValue.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="XML_SAX2_MAGIC">Macro </a>XML_SAX2_MAGIC</h3>
|
||||
<pre class="programlisting">#define <a href="#XML_SAX2_MAGIC">XML_SAX2_MAGIC</a>;
|
||||
</pre>
|
||||
@ -192,14 +178,6 @@ int <a href="#xmlThrDefSubstituteEntitiesDefaultValue">xmlThrDefSubstituteEntiti
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="XML_SKIP_IDS">Macro </a>XML_SKIP_IDS</h3>
|
||||
<pre class="programlisting">#define <a href="#XML_SKIP_IDS">XML_SKIP_IDS</a>;
|
||||
</pre>
|
||||
<p>Bit in the loadsubset context field to tell to not do ID/REFs registration. Used to initialize xmlLoadExtDtdDefaultValue in some special cases.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlAttrHashBucket">Structure </a>xmlAttrHashBucket</h3>
|
||||
<pre class="programlisting">struct _xmlAttrHashBucket {
|
||||
The content of this structure is not made public by the API.
|
||||
@ -241,7 +219,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="XML_WITH_MODULES">XML_WITH_MODULES</a> = 27
|
||||
<a name="XML_WITH_DEBUG">XML_WITH_DEBUG</a> = 28
|
||||
<a name="XML_WITH_DEBUG_MEM">XML_WITH_DEBUG_MEM</a> = 29
|
||||
<a name="XML_WITH_DEBUG_RUN">XML_WITH_DEBUG_RUN</a> = 30
|
||||
<a name="XML_WITH_DEBUG_RUN">XML_WITH_DEBUG_RUN</a> = 30 /* unused */
|
||||
<a name="XML_WITH_ZLIB">XML_WITH_ZLIB</a> = 31
|
||||
<a name="XML_WITH_ICU">XML_WITH_ICU</a> = 32
|
||||
<a name="XML_WITH_LZMA">XML_WITH_LZMA</a> = 33
|
||||
@ -372,7 +350,8 @@ The content of this structure is not made public by the API.
|
||||
<a name="XML_PARSE_HUGE">XML_PARSE_HUGE</a> = 524288 /* relax any hardcoded limit from the parser */
|
||||
<a name="XML_PARSE_OLDSAX">XML_PARSE_OLDSAX</a> = 1048576 /* parse using SAX2 interface before 2.7.0 */
|
||||
<a name="XML_PARSE_IGNORE_ENC">XML_PARSE_IGNORE_ENC</a> = 2097152 /* ignore internal document encoding hint */
|
||||
<a name="XML_PARSE_BIG_LINES">XML_PARSE_BIG_LINES</a> = 4194304 /* Store big lines numbers in text PSVI field */
|
||||
<a name="XML_PARSE_BIG_LINES">XML_PARSE_BIG_LINES</a> = 4194304 /* Store big lines numbers in text PSVI field */
|
||||
<a name="XML_PARSE_NO_XXE">XML_PARSE_NO_XXE</a> = 8388608 /* disable loading of external content */
|
||||
};
|
||||
</pre>
|
||||
<p></p>
|
||||
@ -1058,7 +1037,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="setDocumentLocatorSAXFunc"></a>Function type setDocumentLocatorSAXFunc</h3>
|
||||
<pre class="programlisting">void setDocumentLocatorSAXFunc (void * ctx, <br> <a href="libxml2-tree.html#xmlSAXLocatorPtr">xmlSAXLocatorPtr</a> loc)<br>
|
||||
</pre>
|
||||
<p>Receive the document locator at startup, actually xmlDefaultSAXLocator. Everything is available on the context, so this is useless in our case.</p>
|
||||
<p>Receive the document locator at startup, actually <a href="libxml2-parser.html#xmlDefaultSAXLocator">xmlDefaultSAXLocator</a>. Everything is available on the context, so this is useless in our case.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1267,6 +1246,38 @@ The content of this structure is not made public by the API.
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="oldXMLWDcompatibility">Variable </a>oldXMLWDcompatibility</h3>
|
||||
<pre class="programlisting">const int oldXMLWDcompatibility;
|
||||
</pre>
|
||||
<p>Global setting, DEPRECATED.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlDefaultSAXHandler">Variable </a>xmlDefaultSAXHandler</h3>
|
||||
<pre class="programlisting">const <a href="libxml2-parser.html#xmlSAXHandlerV1">xmlSAXHandlerV1</a> xmlDefaultSAXHandler;
|
||||
</pre>
|
||||
<p>DEPRECATED: This handler is unused and will be removed from future versions. Default SAX version1 handler for XML, builds the DOM tree</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlDefaultSAXLocator">Variable </a>xmlDefaultSAXLocator</h3>
|
||||
<pre class="programlisting">const <a href="libxml2-tree.html#xmlSAXLocator">xmlSAXLocator</a> xmlDefaultSAXLocator;
|
||||
</pre>
|
||||
<p>DEPRECATED: Don't use The default SAX Locator { getPublicId, getSystemId, getLineNumber, getColumnNumber}</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlParserDebugEntities">Variable </a>xmlParserDebugEntities</h3>
|
||||
<pre class="programlisting">const int xmlParserDebugEntities;
|
||||
</pre>
|
||||
<p>DEPRECATED: Don't use Global setting, asking the parser to print out debugging information. while handling entities. Disabled by default</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlParserVersion">Variable </a>xmlParserVersion</h3>
|
||||
<pre class="programlisting">const char * const xmlParserVersion;
|
||||
</pre>
|
||||
@ -1296,6 +1307,14 @@ The content of this structure is not made public by the API.
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlCleanupGlobals"></a>xmlCleanupGlobals ()</h3>
|
||||
<pre class="programlisting">void xmlCleanupGlobals (void)<br>
|
||||
</pre>
|
||||
<p>DEPRECATED: This function is a no-op. Call <a href="libxml2-parser.html#xmlCleanupParser">xmlCleanupParser</a> to free global state but see the warnings there. <a href="libxml2-parser.html#xmlCleanupParser">xmlCleanupParser</a> should be only called once at program exit. In most cases, you don't have call cleanup functions at all.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlCleanupParser"></a>xmlCleanupParser ()</h3>
|
||||
<pre class="programlisting">void xmlCleanupParser (void)<br>
|
||||
</pre>
|
||||
@ -1365,11 +1384,11 @@ The content of this structure is not made public by the API.
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>sax</tt></i>:</span></td>
|
||||
<td>a SAX handler</td>
|
||||
<td>a SAX handler (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>user_data</tt></i>:</span></td>
|
||||
<td>The user data returned on SAX callbacks</td>
|
||||
<td>user data for SAX callbacks (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>ioread</tt></i>:</span></td>
|
||||
@ -1377,7 +1396,7 @@ The content of this structure is not made public by the API.
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>ioclose</tt></i>:</span></td>
|
||||
<td>an I/O close function</td>
|
||||
<td>an I/O close function (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>ioctx</tt></i>:</span></td>
|
||||
@ -1385,7 +1404,7 @@ The content of this structure is not made public by the API.
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>enc</tt></i>:</span></td>
|
||||
<td>the charset encoding if known</td>
|
||||
<td>the charset encoding if known (deprecated)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
@ -1400,33 +1419,58 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlCreatePushParserCtxt"></a>xmlCreatePushParserCtxt ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> xmlCreatePushParserCtxt (<a href="libxml2-tree.html#xmlSAXHandlerPtr">xmlSAXHandlerPtr</a> sax, <br> void * user_data, <br> const char * chunk, <br> int size, <br> const char * filename)<br>
|
||||
</pre>
|
||||
<p>Create a parser context for using the XML parser in push mode. If @buffer and @size are non-NULL, the data is used to detect the encoding. The remaining <a href="libxml2-SAX.html#characters">characters</a> will be parsed so they don't need to be fed in again through <a href="libxml2-parser.html#xmlParseChunk">xmlParseChunk</a>. To allow content encoding detection, @size should be >= 4 The value of @filename is used for fetching external entities and error/warning reports.</p>
|
||||
<p>Create a parser context for using the XML parser in push mode. See <a href="libxml2-parser.html#xmlParseChunk">xmlParseChunk</a>. Passing an initial chunk is useless and deprecated. @filename is used as base URI to fetch external entities and for error reports.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>sax</tt></i>:</span></td>
|
||||
<td>a SAX handler</td>
|
||||
<td>a SAX handler (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>user_data</tt></i>:</span></td>
|
||||
<td>The user data returned on SAX callbacks</td>
|
||||
<td>user data for SAX callbacks (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>chunk</tt></i>:</span></td>
|
||||
<td>a pointer to an array of chars</td>
|
||||
<td>initial chunk (optional, deprecated)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>size</tt></i>:</span></td>
|
||||
<td>number of chars in the array</td>
|
||||
<td>size of initial chunk in bytes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>filename</tt></i>:</span></td>
|
||||
<td>an optional file name or URI</td>
|
||||
<td>file name or URI (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>the new parser context or NULL</td>
|
||||
<td>the new parser context or NULL in case of error.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlCtxtParseDocument"></a>xmlCtxtParseDocument ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> xmlCtxtParseDocument (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> input)<br>
|
||||
</pre>
|
||||
<p>Parse an XML document and return the resulting document tree. Takes ownership of the input object. Available since 2.13.0.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>ctxt</tt></i>:</span></td>
|
||||
<td>an XML parser context</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>input</tt></i>:</span></td>
|
||||
<td>parser input</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>the resulting document tree or NULL</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -1437,7 +1481,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlCtxtReadDoc"></a>xmlCtxtReadDoc ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> xmlCtxtReadDoc (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * str, <br> const char * URL, <br> const char * encoding, <br> int options)<br>
|
||||
</pre>
|
||||
<p>parse an XML in-memory document and build a tree. This reuses the existing @ctxt parser context</p>
|
||||
<p>Parse an XML in-memory document and build a tree. @URL is used as base to resolve external entities and for error reporting. See <a href="libxml2-parser.html#xmlCtxtUseOptions">xmlCtxtUseOptions</a> for details.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1451,11 +1495,11 @@ The content of this structure is not made public by the API.
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>URL</tt></i>:</span></td>
|
||||
<td>the base URL to use for the document</td>
|
||||
<td>base URL (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>encoding</tt></i>:</span></td>
|
||||
<td>the document encoding, or NULL</td>
|
||||
<td>the document encoding (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>options</tt></i>:</span></td>
|
||||
@ -1475,7 +1519,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlCtxtReadFd"></a>xmlCtxtReadFd ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> xmlCtxtReadFd (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> int fd, <br> const char * URL, <br> const char * encoding, <br> int options)<br>
|
||||
</pre>
|
||||
<p>parse an XML from a file descriptor and build a tree. This reuses the existing @ctxt parser context NOTE that the file descriptor will not be closed when the reader is closed or reset.</p>
|
||||
<p>Parse an XML document from a file descriptor and build a tree. NOTE that the file descriptor will not be closed when the context is freed or reset. @URL is used as base to resolve external entities and for error reporting. See <a href="libxml2-parser.html#xmlCtxtUseOptions">xmlCtxtUseOptions</a> for details.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1489,11 +1533,11 @@ The content of this structure is not made public by the API.
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>URL</tt></i>:</span></td>
|
||||
<td>the base URL to use for the document</td>
|
||||
<td>base URL (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>encoding</tt></i>:</span></td>
|
||||
<td>the document encoding, or NULL</td>
|
||||
<td>the document encoding (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>options</tt></i>:</span></td>
|
||||
@ -1513,7 +1557,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlCtxtReadFile"></a>xmlCtxtReadFile ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> xmlCtxtReadFile (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const char * filename, <br> const char * encoding, <br> int options)<br>
|
||||
</pre>
|
||||
<p>parse an XML file from the filesystem or the network. This reuses the existing @ctxt parser context</p>
|
||||
<p>Parse an XML file from the filesystem, the network or a user-defined resource loader. See xmlNewInputURL and <a href="libxml2-parser.html#xmlCtxtUseOptions">xmlCtxtUseOptions</a> for details.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1527,7 +1571,7 @@ The content of this structure is not made public by the API.
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>encoding</tt></i>:</span></td>
|
||||
<td>the document encoding, or NULL</td>
|
||||
<td>the document encoding (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>options</tt></i>:</span></td>
|
||||
@ -1547,7 +1591,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlCtxtReadIO"></a>xmlCtxtReadIO ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> xmlCtxtReadIO (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-xmlIO.html#xmlInputReadCallback">xmlInputReadCallback</a> ioread, <br> <a href="libxml2-xmlIO.html#xmlInputCloseCallback">xmlInputCloseCallback</a> ioclose, <br> void * ioctx, <br> const char * URL, <br> const char * encoding, <br> int options)<br>
|
||||
</pre>
|
||||
<p>parse an XML document from I/O functions and source and build a tree. This reuses the existing @ctxt parser context</p>
|
||||
<p>parse an XML document from I/O functions and source and build a tree. This reuses the existing @ctxt parser context @URL is used as base to resolve external entities and for error reporting. See <a href="libxml2-parser.html#xmlCtxtUseOptions">xmlCtxtUseOptions</a> for details.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1593,7 +1637,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlCtxtReadMemory"></a>xmlCtxtReadMemory ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> xmlCtxtReadMemory (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const char * buffer, <br> int size, <br> const char * URL, <br> const char * encoding, <br> int options)<br>
|
||||
</pre>
|
||||
<p>parse an XML in-memory document and build a tree. This reuses the existing @ctxt parser context</p>
|
||||
<p>Parse an XML in-memory document and build a tree. The input buffer must not contain a terminating null byte. @URL is used as base to resolve external entities and for error reporting. See <a href="libxml2-parser.html#xmlCtxtUseOptions">xmlCtxtUseOptions</a> for details.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1611,11 +1655,11 @@ The content of this structure is not made public by the API.
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>URL</tt></i>:</span></td>
|
||||
<td>the base URL to use for the document</td>
|
||||
<td>base URL (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>encoding</tt></i>:</span></td>
|
||||
<td>the document encoding, or NULL</td>
|
||||
<td>the document encoding (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>options</tt></i>:</span></td>
|
||||
@ -1684,6 +1728,31 @@ The content of this structure is not made public by the API.
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlCtxtSetErrorHandler"></a>xmlCtxtSetErrorHandler ()</h3>
|
||||
<pre class="programlisting">void xmlCtxtSetErrorHandler (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-xmlerror.html#xmlStructuredErrorFunc">xmlStructuredErrorFunc</a> handler, <br> void * data)<br>
|
||||
</pre>
|
||||
<p>Register a callback function that will be called on errors and warnings. If handler is NULL, the error handler will be deactivated. This is the recommended way to collect errors from the parser and takes precedence over all other error reporting mechanisms. These are (in order of precedence): - per-context structured handler (xmlCtxtSetErrorHandler) - per-context structured "serror" SAX handler - global structured handler (xmlSetStructuredErrorFunc) - per-context generic "error" and "warning" SAX handlers - global generic handler (xmlSetGenericErrorFunc) - print to stderr Available since 2.13.0.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>ctxt</tt></i>:</span></td>
|
||||
<td>an XML parser context</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>handler</tt></i>:</span></td>
|
||||
<td>error handler</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>data</tt></i>:</span></td>
|
||||
<td>data for error handler</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlCtxtSetMaxAmplification"></a>xmlCtxtSetMaxAmplification ()</h3>
|
||||
<pre class="programlisting">void xmlCtxtSetMaxAmplification (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> unsigned maxAmpl)<br>
|
||||
</pre>
|
||||
@ -1705,10 +1774,35 @@ The content of this structure is not made public by the API.
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlCtxtSetOptions"></a>xmlCtxtSetOptions ()</h3>
|
||||
<pre class="programlisting">int xmlCtxtSetOptions (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> int options)<br>
|
||||
</pre>
|
||||
<p>Applies the options to the parser context. Unset options are cleared. Available since 2.13.0. With older versions, you can use <a href="libxml2-parser.html#xmlCtxtUseOptions">xmlCtxtUseOptions</a>. <a href="libxml2-parser.html#XML_PARSE_RECOVER">XML_PARSE_RECOVER</a> Enable "recovery" mode which allows non-wellformed documents. How this mode behaves exactly is unspecified and may change without further notice. Use of this feature is DISCOURAGED. <a href="libxml2-parser.html#XML_PARSE_NOENT">XML_PARSE_NOENT</a> Despite the confusing name, this option enables substitution of entities. The resulting tree won't contain any entity <a href="libxml2-SAX.html#reference">reference</a> nodes. This option also enables loading of external entities (both general and parameter entities) which is dangerous. If you process untrusted data, it's recommended to set the <a href="libxml2-parser.html#XML_PARSE_NO_XXE">XML_PARSE_NO_XXE</a> option to disable loading of external entities. <a href="libxml2-parser.html#XML_PARSE_DTDLOAD">XML_PARSE_DTDLOAD</a> Enables loading of an external DTD and the loading and substitution of external parameter entities. Has no effect if <a href="libxml2-parser.html#XML_PARSE_NO_XXE">XML_PARSE_NO_XXE</a> is set. <a href="libxml2-parser.html#XML_PARSE_DTDATTR">XML_PARSE_DTDATTR</a> Adds default attributes from the DTD to the result document. Implies XML_PARSE_DTDLOAD, but loading of external content can be disabled with <a href="libxml2-parser.html#XML_PARSE_NO_XXE">XML_PARSE_NO_XXE</a>. <a href="libxml2-parser.html#XML_PARSE_DTDVALID">XML_PARSE_DTDVALID</a> This option enables DTD validation which requires to load external DTDs and external entities (both general and parameter entities) unless <a href="libxml2-parser.html#XML_PARSE_NO_XXE">XML_PARSE_NO_XXE</a> was set. <a href="libxml2-parser.html#XML_PARSE_NO_XXE">XML_PARSE_NO_XXE</a> Disables loading of external DTDs or entities. <a href="libxml2-parser.html#XML_PARSE_NOERROR">XML_PARSE_NOERROR</a> Disable error and warning reports to the error handlers. Errors are still accessible with <a href="libxml2-xmlerror.html#xmlCtxtGetLastError">xmlCtxtGetLastError</a>. <a href="libxml2-parser.html#XML_PARSE_NOWARNING">XML_PARSE_NOWARNING</a> Disable warning reports. <a href="libxml2-parser.html#XML_PARSE_PEDANTIC">XML_PARSE_PEDANTIC</a> Enable some pedantic warnings. <a href="libxml2-parser.html#XML_PARSE_NOBLANKS">XML_PARSE_NOBLANKS</a> Remove some text nodes containing only whitespace from the result document. Which nodes are removed depends on DTD element declarations or a conservative heuristic. The reindenting feature of the serialization code relies on this option to be set when parsing. Use of this option is DISCOURAGED. <a href="libxml2-parser.html#XML_PARSE_SAX1">XML_PARSE_SAX1</a> Always invoke the deprecated SAX1 <a href="libxml2-SAX.html#startElement">startElement</a> and <a href="libxml2-SAX.html#endElement">endElement</a> handlers. This option is DEPRECATED. <a href="libxml2-parser.html#XML_PARSE_NONET">XML_PARSE_NONET</a> Disable network access with the builtin HTTP and FTP clients. <a href="libxml2-parser.html#XML_PARSE_NODICT">XML_PARSE_NODICT</a> Create a document without interned strings, making all strings separate memory allocations. <a href="libxml2-parser.html#XML_PARSE_NSCLEAN">XML_PARSE_NSCLEAN</a> Remove redundant namespace declarations from the result document. <a href="libxml2-parser.html#XML_PARSE_NOCDATA">XML_PARSE_NOCDATA</a> Output normal text nodes instead of CDATA nodes. <a href="libxml2-parser.html#XML_PARSE_COMPACT">XML_PARSE_COMPACT</a> Store small strings directly in the node struct to save memory. <a href="libxml2-parser.html#XML_PARSE_OLD10">XML_PARSE_OLD10</a> Use old Name productions from before XML 1.0 Fifth Edition. This options is DEPRECATED. <a href="libxml2-parser.html#XML_PARSE_HUGE">XML_PARSE_HUGE</a> Relax some internal limits. Maximum size of text nodes, tags, comments, processing instructions, CDATA sections, entity values normal: 10M huge: 1B Maximum size of names, system literals, pubid literals normal: 50K huge: 10M Maximum nesting depth of elements normal: 256 huge: 2048 Maximum nesting depth of entities normal: 20 huge: 40 <a href="libxml2-parser.html#XML_PARSE_OLDSAX">XML_PARSE_OLDSAX</a> Enable an unspecified legacy mode for SAX parsers. This option is DEPRECATED. <a href="libxml2-parser.html#XML_PARSE_IGNORE_ENC">XML_PARSE_IGNORE_ENC</a> Ignore the encoding in the XML declaration. This option is mostly unneeded these days. The only effect is to enforce UTF-8 decoding of ASCII-like data. <a href="libxml2-parser.html#XML_PARSE_BIG_LINES">XML_PARSE_BIG_LINES</a> Enable reporting of line numbers larger than 65535.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>ctxt</tt></i>:</span></td>
|
||||
<td>an XML parser context</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>options</tt></i>:</span></td>
|
||||
<td>a bitmask of <a href="libxml2-parser.html#xmlParserOption">xmlParserOption</a> values</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>0 in case of success, the set of unknown or unimplemented options in case of error.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlCtxtUseOptions"></a>xmlCtxtUseOptions ()</h3>
|
||||
<pre class="programlisting">int xmlCtxtUseOptions (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> int options)<br>
|
||||
</pre>
|
||||
<p>Applies the options to the parser context</p>
|
||||
<p>DEPRECATED: Use <a href="libxml2-parser.html#xmlCtxtSetOptions">xmlCtxtSetOptions</a>. Applies the options to the parser context. The following options are never cleared and can only be enabled: <a href="libxml2-parser.html#XML_PARSE_NOERROR">XML_PARSE_NOERROR</a> <a href="libxml2-parser.html#XML_PARSE_NOWARNING">XML_PARSE_NOWARNING</a> <a href="libxml2-parser.html#XML_PARSE_NONET">XML_PARSE_NONET</a> <a href="libxml2-parser.html#XML_PARSE_NSCLEAN">XML_PARSE_NSCLEAN</a> <a href="libxml2-parser.html#XML_PARSE_NOCDATA">XML_PARSE_NOCDATA</a> <a href="libxml2-parser.html#XML_PARSE_COMPACT">XML_PARSE_COMPACT</a> <a href="libxml2-parser.html#XML_PARSE_OLD10">XML_PARSE_OLD10</a> <a href="libxml2-parser.html#XML_PARSE_HUGE">XML_PARSE_HUGE</a> <a href="libxml2-parser.html#XML_PARSE_OLDSAX">XML_PARSE_OLDSAX</a> <a href="libxml2-parser.html#XML_PARSE_IGNORE_ENC">XML_PARSE_IGNORE_ENC</a> <a href="libxml2-parser.html#XML_PARSE_BIG_LINES">XML_PARSE_BIG_LINES</a></p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1865,6 +1959,14 @@ The content of this structure is not made public by the API.
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlInitGlobals"></a>xmlInitGlobals ()</h3>
|
||||
<pre class="programlisting">void xmlInitGlobals (void)<br>
|
||||
</pre>
|
||||
<p>DEPRECATED: Alias for <a href="libxml2-parser.html#xmlInitParser">xmlInitParser</a>.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlInitNodeInfoSeq"></a>xmlInitNodeInfoSeq ()</h3>
|
||||
<pre class="programlisting">void xmlInitNodeInfoSeq (<a href="libxml2-parser.html#xmlParserNodeInfoSeqPtr">xmlParserNodeInfoSeqPtr</a> seq)<br>
|
||||
</pre>
|
||||
@ -1954,7 +2056,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlLoadExternalEntity"></a>xmlLoadExternalEntity ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> xmlLoadExternalEntity (const char * URL, <br> const char * ID, <br> <a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt)<br>
|
||||
</pre>
|
||||
<p>Load an external entity, note that the use of this function for unparsed entities may generate problems</p>
|
||||
<p></p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1981,7 +2083,7 @@ The content of this structure is not made public by the API.
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlNewIOInputStream"></a>xmlNewIOInputStream ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> xmlNewIOInputStream (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlParserInputBufferPtr">xmlParserInputBufferPtr</a> input, <br> <a href="libxml2-encoding.html#xmlCharEncoding">xmlCharEncoding</a> enc)<br>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> xmlNewIOInputStream (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlParserInputBufferPtr">xmlParserInputBufferPtr</a> buf, <br> <a href="libxml2-encoding.html#xmlCharEncoding">xmlCharEncoding</a> enc)<br>
|
||||
</pre>
|
||||
<p>Create a new input stream structure encapsulating the @input into a stream suitable for the parser.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
@ -1992,8 +2094,8 @@ The content of this structure is not made public by the API.
|
||||
<td>an XML parser context</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>input</tt></i>:</span></td>
|
||||
<td>an I/O Input</td>
|
||||
<td><span class="term"><i><tt>buf</tt></i>:</span></td>
|
||||
<td>an input buffer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>enc</tt></i>:</span></td>
|
||||
@ -2027,7 +2129,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlNewSAXParserCtxt"></a>xmlNewSAXParserCtxt ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> xmlNewSAXParserCtxt (const <a href="libxml2-tree.html#xmlSAXHandler">xmlSAXHandler</a> * sax, <br> void * userData)<br>
|
||||
</pre>
|
||||
<p>Allocate and initialize a new SAX parser context. If userData is NULL, the parser context will be passed as user data.</p>
|
||||
<p>Allocate and initialize a new SAX parser context. If userData is NULL, the parser context will be passed as user data. Available since 2.11.0. If you want support older versions, it's best to invoke <a href="libxml2-parser.html#xmlNewParserCtxt">xmlNewParserCtxt</a> and set ctxt->sax with struct assignment.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -2091,9 +2193,9 @@ The content of this structure is not made public by the API.
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlParseBalancedChunkMemoryRecover"></a>xmlParseBalancedChunkMemoryRecover ()</h3>
|
||||
<pre class="programlisting">int xmlParseBalancedChunkMemoryRecover (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> <a href="libxml2-tree.html#xmlSAXHandlerPtr">xmlSAXHandlerPtr</a> sax, <br> void * user_data, <br> int depth, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * string, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> * lst, <br> int recover)<br>
|
||||
<pre class="programlisting">int xmlParseBalancedChunkMemoryRecover (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> <a href="libxml2-tree.html#xmlSAXHandlerPtr">xmlSAXHandlerPtr</a> sax, <br> void * user_data, <br> int depth, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * string, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> * listOut, <br> int recover)<br>
|
||||
</pre>
|
||||
<p>Parse a well-balanced chunk of an XML document called by the parser The allowed sequence for the Well Balanced Chunk is the one defined by the content production in the XML grammar: [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*</p>
|
||||
<p>Parse a well-balanced chunk of an XML document The allowed sequence for the Well Balanced Chunk is the one defined by the content production in the XML grammar: [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -2118,7 +2220,7 @@ The content of this structure is not made public by the API.
|
||||
<td>the input string in UTF8 or ISO-Latin (zero terminated)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>lst</tt></i>:</span></td>
|
||||
<td><span class="term"><i><tt>listOut</tt></i>:</span></td>
|
||||
<td>the return value for the set of parsed nodes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -2127,7 +2229,7 @@ The content of this structure is not made public by the API.
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>0 if the chunk is well balanced, -1 in case of args problem and the parser error code otherwise In case recover is set to 1, the nodelist will not be empty even if the parsed chunk is not well balanced, assuming the parsing succeeded to some extent.</td>
|
||||
<td>0 if the chunk is well balanced, or thehe parser error code otherwise. In case recover is set to 1, the nodelist will not be empty even if the parsed chunk is not well balanced, assuming the parsing succeeded to some extent.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -2138,7 +2240,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlParseChunk"></a>xmlParseChunk ()</h3>
|
||||
<pre class="programlisting">int xmlParseChunk (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const char * chunk, <br> int size, <br> int terminate)<br>
|
||||
</pre>
|
||||
<p>Parse a Chunk of memory</p>
|
||||
<p>Parse a chunk of memory in push parser mode. Assumes that the parser context was initialized with <a href="libxml2-parser.html#xmlCreatePushParserCtxt">xmlCreatePushParserCtxt</a>. The last chunk, which will often be empty, must be marked with the @terminate flag. With the default SAX callbacks, the resulting document will be available in ctxt->myDoc. This pointer will not be freed by the library. If the document isn't well-formed, ctxt->myDoc is set to NULL. The push parser doesn't support recovery mode.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -2148,11 +2250,11 @@ The content of this structure is not made public by the API.
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>chunk</tt></i>:</span></td>
|
||||
<td>an char array</td>
|
||||
<td>chunk of memory</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>size</tt></i>:</span></td>
|
||||
<td>the size in byte of the chunk</td>
|
||||
<td>size of chunk in bytes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>terminate</tt></i>:</span></td>
|
||||
@ -2160,7 +2262,7 @@ The content of this structure is not made public by the API.
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>zero if no error, the <a href="libxml2-xmlerror.html#xmlParserErrors">xmlParserErrors</a> otherwise.</td>
|
||||
<td>an <a href="libxml2-xmlerror.html#xmlParserErrors">xmlParserErrors</a> code (0 on success).</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -2169,14 +2271,14 @@ The content of this structure is not made public by the API.
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlParseCtxtExternalEntity"></a>xmlParseCtxtExternalEntity ()</h3>
|
||||
<pre class="programlisting">int xmlParseCtxtExternalEntity (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctx, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * URL, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * ID, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> * lst)<br>
|
||||
<pre class="programlisting">int xmlParseCtxtExternalEntity (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * URL, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * ID, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> * listOut)<br>
|
||||
</pre>
|
||||
<p>Parse an external general entity within an existing parsing context An external general parsed entity is well-formed if it matches the production labeled extParsedEnt. [78] extParsedEnt ::= TextDecl? content</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>ctx</tt></i>:</span></td>
|
||||
<td><span class="term"><i><tt>ctxt</tt></i>:</span></td>
|
||||
<td>the existing parsing context</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -2188,7 +2290,7 @@ The content of this structure is not made public by the API.
|
||||
<td>the System ID for the entity to load</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>lst</tt></i>:</span></td>
|
||||
<td><span class="term"><i><tt>listOut</tt></i>:</span></td>
|
||||
<td>the return value for the set of parsed nodes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -2251,7 +2353,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlParseDocument"></a>xmlParseDocument ()</h3>
|
||||
<pre class="programlisting">int xmlParseDocument (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt)<br>
|
||||
</pre>
|
||||
<p>parse an XML document (and build a tree if using the standard SAX interface). [1] document ::= prolog element Misc* [22] prolog ::= XMLDecl? Misc* (doctypedecl Misc*)?</p>
|
||||
<p>Parse an XML document and invoke the SAX handlers. This is useful if you're only interested in custom SAX callbacks. If you want a document tree, use <a href="libxml2-parser.html#xmlCtxtParseDocument">xmlCtxtParseDocument</a>.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -2261,7 +2363,7 @@ The content of this structure is not made public by the API.
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>0, -1 in case of error. the parser context is augmented as a result of the parsing.</td>
|
||||
<td>0, -1 in case of error.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -2312,9 +2414,9 @@ The content of this structure is not made public by the API.
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlParseExternalEntity"></a>xmlParseExternalEntity ()</h3>
|
||||
<pre class="programlisting">int xmlParseExternalEntity (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> <a href="libxml2-tree.html#xmlSAXHandlerPtr">xmlSAXHandlerPtr</a> sax, <br> void * user_data, <br> int depth, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * URL, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * ID, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> * lst)<br>
|
||||
<pre class="programlisting">int xmlParseExternalEntity (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> <a href="libxml2-tree.html#xmlSAXHandlerPtr">xmlSAXHandlerPtr</a> sax, <br> void * user_data, <br> int depth, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * URL, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * ID, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> * list)<br>
|
||||
</pre>
|
||||
<p>Parse an external general entity An external general parsed entity is well-formed if it matches the production labeled extParsedEnt. [78] extParsedEnt ::= TextDecl? content</p>
|
||||
<p>DEPRECATED: Use <a href="libxml2-parser.html#xmlParseCtxtExternalEntity">xmlParseCtxtExternalEntity</a>. Parse an external general entity An external general parsed entity is well-formed if it matches the production labeled extParsedEnt. [78] extParsedEnt ::= TextDecl? content</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -2343,7 +2445,7 @@ The content of this structure is not made public by the API.
|
||||
<td>the System ID for the entity to load</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>lst</tt></i>:</span></td>
|
||||
<td><span class="term"><i><tt>list</tt></i>:</span></td>
|
||||
<td>the return value for the set of parsed nodes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -2442,7 +2544,7 @@ The content of this structure is not made public by the API.
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlParserAddNodeInfo"></a>xmlParserAddNodeInfo ()</h3>
|
||||
<pre class="programlisting">void xmlParserAddNodeInfo (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const <a href="libxml2-parser.html#xmlParserNodeInfoPtr">xmlParserNodeInfoPtr</a> info)<br>
|
||||
<pre class="programlisting">void xmlParserAddNodeInfo (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-parser.html#xmlParserNodeInfoPtr">xmlParserNodeInfoPtr</a> info)<br>
|
||||
</pre>
|
||||
<p>DEPRECATED: Don't use. Insert node info record into the sorted sequence</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
@ -2463,7 +2565,7 @@ The content of this structure is not made public by the API.
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlParserFindNodeInfo"></a>xmlParserFindNodeInfo ()</h3>
|
||||
<pre class="programlisting">const <a href="libxml2-parser.html#xmlParserNodeInfo">xmlParserNodeInfo</a> * xmlParserFindNodeInfo (const <a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctx, <br> const <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node)<br>
|
||||
<pre class="programlisting">const <a href="libxml2-parser.html#xmlParserNodeInfo">xmlParserNodeInfo</a> * xmlParserFindNodeInfo (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctx, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node)<br>
|
||||
</pre>
|
||||
<p>DEPRECATED: Don't use. Find the parser node info struct for a given node</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
@ -2488,7 +2590,7 @@ The content of this structure is not made public by the API.
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlParserFindNodeInfoIndex"></a>xmlParserFindNodeInfoIndex ()</h3>
|
||||
<pre class="programlisting">unsigned long xmlParserFindNodeInfoIndex (const <a href="libxml2-parser.html#xmlParserNodeInfoSeqPtr">xmlParserNodeInfoSeqPtr</a> seq, <br> const <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node)<br>
|
||||
<pre class="programlisting">unsigned long xmlParserFindNodeInfoIndex (<a href="libxml2-parser.html#xmlParserNodeInfoSeqPtr">xmlParserNodeInfoSeqPtr</a> seq, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node)<br>
|
||||
</pre>
|
||||
<p>DEPRECATED: Don't use. <a href="libxml2-parser.html#xmlParserFindNodeInfoIndex">xmlParserFindNodeInfoIndex</a> : Find the index that the info record for the given node is or should be at in a sorted sequence</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
@ -2586,7 +2688,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlReadDoc"></a>xmlReadDoc ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> xmlReadDoc (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * cur, <br> const char * URL, <br> const char * encoding, <br> int options)<br>
|
||||
</pre>
|
||||
<p>parse an XML in-memory document and build a tree.</p>
|
||||
<p>Convenience function to parse an XML document from a zero-terminated string. See <a href="libxml2-parser.html#xmlCtxtReadDoc">xmlCtxtReadDoc</a> for details.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -2596,11 +2698,11 @@ The content of this structure is not made public by the API.
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>URL</tt></i>:</span></td>
|
||||
<td>the base URL to use for the document</td>
|
||||
<td>base URL (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>encoding</tt></i>:</span></td>
|
||||
<td>the document encoding, or NULL</td>
|
||||
<td>the document encoding (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>options</tt></i>:</span></td>
|
||||
@ -2620,7 +2722,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlReadFd"></a>xmlReadFd ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> xmlReadFd (int fd, <br> const char * URL, <br> const char * encoding, <br> int options)<br>
|
||||
</pre>
|
||||
<p>parse an XML from a file descriptor and build a tree. NOTE that the file descriptor will not be closed when the reader is closed or reset.</p>
|
||||
<p>Parse an XML from a file descriptor and build a tree. See <a href="libxml2-parser.html#xmlCtxtReadFd">xmlCtxtReadFd</a> for details. NOTE that the file descriptor will not be closed when the context is freed or reset.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -2630,11 +2732,11 @@ The content of this structure is not made public by the API.
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>URL</tt></i>:</span></td>
|
||||
<td>the base URL to use for the document</td>
|
||||
<td>base URL (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>encoding</tt></i>:</span></td>
|
||||
<td>the document encoding, or NULL</td>
|
||||
<td>the document encoding (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>options</tt></i>:</span></td>
|
||||
@ -2654,7 +2756,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlReadFile"></a>xmlReadFile ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> xmlReadFile (const char * filename, <br> const char * encoding, <br> int options)<br>
|
||||
</pre>
|
||||
<p>parse an XML file from the filesystem or the network.</p>
|
||||
<p>Convenience function to parse an XML file from the filesystem, the network or a global user-define resource loader. See <a href="libxml2-parser.html#xmlCtxtReadFile">xmlCtxtReadFile</a> for details.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -2664,7 +2766,7 @@ The content of this structure is not made public by the API.
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>encoding</tt></i>:</span></td>
|
||||
<td>the document encoding, or NULL</td>
|
||||
<td>the document encoding (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>options</tt></i>:</span></td>
|
||||
@ -2684,7 +2786,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlReadIO"></a>xmlReadIO ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> xmlReadIO (<a href="libxml2-xmlIO.html#xmlInputReadCallback">xmlInputReadCallback</a> ioread, <br> <a href="libxml2-xmlIO.html#xmlInputCloseCallback">xmlInputCloseCallback</a> ioclose, <br> void * ioctx, <br> const char * URL, <br> const char * encoding, <br> int options)<br>
|
||||
</pre>
|
||||
<p>parse an XML document from I/O functions and source and build a tree.</p>
|
||||
<p>Parse an XML document from I/O functions and context and build a tree. See <a href="libxml2-parser.html#xmlCtxtReadIO">xmlCtxtReadIO</a> for details.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -2694,7 +2796,7 @@ The content of this structure is not made public by the API.
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>ioclose</tt></i>:</span></td>
|
||||
<td>an I/O close function</td>
|
||||
<td>an I/O close function (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>ioctx</tt></i>:</span></td>
|
||||
@ -2702,11 +2804,11 @@ The content of this structure is not made public by the API.
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>URL</tt></i>:</span></td>
|
||||
<td>the base URL to use for the document</td>
|
||||
<td>base URL (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>encoding</tt></i>:</span></td>
|
||||
<td>the document encoding, or NULL</td>
|
||||
<td>the document encoding (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>options</tt></i>:</span></td>
|
||||
@ -2724,9 +2826,9 @@ The content of this structure is not made public by the API.
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlReadMemory"></a>xmlReadMemory ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> xmlReadMemory (const char * buffer, <br> int size, <br> const char * URL, <br> const char * encoding, <br> int options)<br>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> xmlReadMemory (const char * buffer, <br> int size, <br> const char * url, <br> const char * encoding, <br> int options)<br>
|
||||
</pre>
|
||||
<p>parse an XML in-memory document and build a tree.</p>
|
||||
<p>Parse an XML in-memory document and build a tree. The input buffer must not contain a terminating null byte. See <a href="libxml2-parser.html#xmlCtxtReadMemory">xmlCtxtReadMemory</a> for details.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -2739,12 +2841,12 @@ The content of this structure is not made public by the API.
|
||||
<td>the size of the array</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>URL</tt></i>:</span></td>
|
||||
<td>the base URL to use for the document</td>
|
||||
<td><span class="term"><i><tt>url</tt></i>:</span></td>
|
||||
<td>base URL (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>encoding</tt></i>:</span></td>
|
||||
<td>the document encoding, or NULL</td>
|
||||
<td>the document encoding (optional)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>options</tt></i>:</span></td>
|
||||
|
@ -65,6 +65,7 @@ int <a href="#xmlCopyCharMultiByte">xmlCopyCharMultiByte</a> (<a href="libxml2-
|
||||
<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> <a href="#xmlCreateFileParserCtxt">xmlCreateFileParserCtxt</a> (const char * filename);
|
||||
<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> <a href="#xmlCreateMemoryParserCtxt">xmlCreateMemoryParserCtxt</a> (const char * buffer, <br> int size);
|
||||
<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> <a href="#xmlCreateURLParserCtxt">xmlCreateURLParserCtxt</a> (const char * filename, <br> int options);
|
||||
void <a href="#xmlCtxtErrMemory">xmlCtxtErrMemory</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt);
|
||||
int <a href="#xmlCurrentChar">xmlCurrentChar</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> int * len);
|
||||
<a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlDecodeEntities">xmlDecodeEntities</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> int len, <br> int what, <br> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> end, <br> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> end2, <br> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> end3);
|
||||
typedef void <a href="#xmlEntityReferenceFunc">xmlEntityReferenceFunc</a> (<a href="libxml2-tree.html#xmlEntityPtr">xmlEntityPtr</a> ent, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> firstNode, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> lastNode);
|
||||
@ -74,7 +75,7 @@ int <a href="#xmlIsLetter">xmlIsLetter</a> (int c);
|
||||
<a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlNamespaceParseNCName">xmlNamespaceParseNCName</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt);
|
||||
<a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlNamespaceParseNSDef">xmlNamespaceParseNSDef</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt);
|
||||
<a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlNamespaceParseQName">xmlNamespaceParseQName</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> ** prefix);
|
||||
<a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> <a href="#xmlNewEntityInputStream">xmlNewEntityInputStream</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlEntityPtr">xmlEntityPtr</a> entity);
|
||||
<a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> <a href="#xmlNewEntityInputStream">xmlNewEntityInputStream</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlEntityPtr">xmlEntityPtr</a> ent);
|
||||
<a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> <a href="#xmlNewInputFromFile">xmlNewInputFromFile</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const char * filename);
|
||||
<a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> <a href="#xmlNewInputStream">xmlNewInputStream</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt);
|
||||
<a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> <a href="#xmlNewStringInputStream">xmlNewStringInputStream</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * buffer);
|
||||
@ -133,11 +134,12 @@ int <a href="#xmlPushInput">xmlPushInput</a> (<a href="libxml2-tree.html#xmlPa
|
||||
<a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlScanName">xmlScanName</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt);
|
||||
void <a href="#xmlSetEntityReferenceFunc">xmlSetEntityReferenceFunc</a> (<a href="libxml2-parserInternals.html#xmlEntityReferenceFunc">xmlEntityReferenceFunc</a> func);
|
||||
int <a href="#xmlSkipBlankChars">xmlSkipBlankChars</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt);
|
||||
<a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlSplitQName">xmlSplitQName</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name, <br> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> ** prefix);
|
||||
<a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlSplitQName">xmlSplitQName</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name, <br> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> ** prefixOut);
|
||||
int <a href="#xmlStringCurrentChar">xmlStringCurrentChar</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * cur, <br> int * len);
|
||||
<a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlStringDecodeEntities">xmlStringDecodeEntities</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * str, <br> int what, <br> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> end, <br> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> end2, <br> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> end3);
|
||||
<a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlStringLenDecodeEntities">xmlStringLenDecodeEntities</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * str, <br> int len, <br> int what, <br> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> end, <br> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> end2, <br> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> end3);
|
||||
int <a href="#xmlSwitchEncoding">xmlSwitchEncoding</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-encoding.html#xmlCharEncoding">xmlCharEncoding</a> enc);
|
||||
int <a href="#xmlSwitchEncodingName">xmlSwitchEncodingName</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const char * encoding);
|
||||
int <a href="#xmlSwitchInputEncoding">xmlSwitchInputEncoding</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> input, <br> <a href="libxml2-encoding.html#xmlCharEncodingHandlerPtr">xmlCharEncodingHandlerPtr</a> handler);
|
||||
int <a href="#xmlSwitchToEncoding">xmlSwitchToEncoding</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-encoding.html#xmlCharEncodingHandlerPtr">xmlCharEncodingHandlerPtr</a> handler);
|
||||
</pre>
|
||||
@ -547,7 +549,7 @@ int <a href="#xmlSwitchToEncoding">xmlSwitchToEncoding</a> (<a href="libxml2-tr
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlParserMaxDepth">Variable </a>xmlParserMaxDepth</h3>
|
||||
<pre class="programlisting">unsigned int xmlParserMaxDepth;
|
||||
<pre class="programlisting">const unsigned int xmlParserMaxDepth;
|
||||
</pre>
|
||||
<p>arbitrary depth limit for the XML documents that we allow to process. This is not a limitation of the parser but a safety boundary feature. It can be disabled with the <a href="libxml2-parser.html#XML_PARSE_HUGE">XML_PARSE_HUGE</a> parser option.</p>
|
||||
</div>
|
||||
@ -796,7 +798,7 @@ int <a href="#xmlSwitchToEncoding">xmlSwitchToEncoding</a> (<a href="libxml2-tr
|
||||
<a name="xmlCreateEntityParserCtxt"></a>xmlCreateEntityParserCtxt ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> xmlCreateEntityParserCtxt (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * URL, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * ID, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * base)<br>
|
||||
</pre>
|
||||
<p>Create a parser context for an external entity Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time.</p>
|
||||
<p>DEPRECATED: Use xmlNewInputURL. Create a parser context for an external entity Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -825,7 +827,7 @@ int <a href="#xmlSwitchToEncoding">xmlSwitchToEncoding</a> (<a href="libxml2-tr
|
||||
<a name="xmlCreateFileParserCtxt"></a>xmlCreateFileParserCtxt ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> xmlCreateFileParserCtxt (const char * filename)<br>
|
||||
</pre>
|
||||
<p>Create a parser context for a file content. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time.</p>
|
||||
<p>DEPRECATED: Use <a href="libxml2-parser.html#xmlNewParserCtxt">xmlNewParserCtxt</a> and <a href="libxml2-parser.html#xmlCtxtReadFile">xmlCtxtReadFile</a>. Create a parser context for a file content. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -846,7 +848,7 @@ int <a href="#xmlSwitchToEncoding">xmlSwitchToEncoding</a> (<a href="libxml2-tr
|
||||
<a name="xmlCreateMemoryParserCtxt"></a>xmlCreateMemoryParserCtxt ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> xmlCreateMemoryParserCtxt (const char * buffer, <br> int size)<br>
|
||||
</pre>
|
||||
<p>Create a parser context for an XML in-memory document.</p>
|
||||
<p>Create a parser context for an XML in-memory document. The input buffer must not contain a terminating null byte.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -871,7 +873,7 @@ int <a href="#xmlSwitchToEncoding">xmlSwitchToEncoding</a> (<a href="libxml2-tr
|
||||
<a name="xmlCreateURLParserCtxt"></a>xmlCreateURLParserCtxt ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> xmlCreateURLParserCtxt (const char * filename, <br> int options)<br>
|
||||
</pre>
|
||||
<p>Create a parser context for a file or URL content. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time and for file accesses</p>
|
||||
<p>DEPRECATED: Use <a href="libxml2-parser.html#xmlNewParserCtxt">xmlNewParserCtxt</a> and <a href="libxml2-parser.html#xmlCtxtReadFile">xmlCtxtReadFile</a>. Create a parser context for a file or URL content. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time and for file accesses</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -894,6 +896,21 @@ int <a href="#xmlSwitchToEncoding">xmlSwitchToEncoding</a> (<a href="libxml2-tr
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlCtxtErrMemory"></a>xmlCtxtErrMemory ()</h3>
|
||||
<pre class="programlisting">void xmlCtxtErrMemory (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt)<br>
|
||||
</pre>
|
||||
<p>Handle an out-of-memory error. Available since 2.13.0.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody><tr>
|
||||
<td><span class="term"><i><tt>ctxt</tt></i>:</span></td>
|
||||
<td>an XML parser context</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlCurrentChar"></a>xmlCurrentChar ()</h3>
|
||||
<pre class="programlisting">int xmlCurrentChar (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> int * len)<br>
|
||||
</pre>
|
||||
@ -1087,7 +1104,7 @@ int <a href="#xmlSwitchToEncoding">xmlSwitchToEncoding</a> (<a href="libxml2-tr
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlNewEntityInputStream"></a>xmlNewEntityInputStream ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> xmlNewEntityInputStream (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlEntityPtr">xmlEntityPtr</a> entity)<br>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> xmlNewEntityInputStream (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlEntityPtr">xmlEntityPtr</a> ent)<br>
|
||||
</pre>
|
||||
<p>DEPRECATED: Internal function, do not use. Create a new input stream based on an <a href="libxml2-tree.html#xmlEntityPtr">xmlEntityPtr</a></p>
|
||||
<div class="variablelist"><table border="0">
|
||||
@ -1098,7 +1115,7 @@ int <a href="#xmlSwitchToEncoding">xmlSwitchToEncoding</a> (<a href="libxml2-tr
|
||||
<td>an XML parser context</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>entity</tt></i>:</span></td>
|
||||
<td><span class="term"><i><tt>ent</tt></i>:</span></td>
|
||||
<td>an Entity pointer</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -1359,7 +1376,7 @@ int <a href="#xmlSwitchToEncoding">xmlSwitchToEncoding</a> (<a href="libxml2-tr
|
||||
<a name="xmlParseContent"></a>xmlParseContent ()</h3>
|
||||
<pre class="programlisting">void xmlParseContent (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt)<br>
|
||||
</pre>
|
||||
<p>Parse a content sequence. Stops at EOF or '</'. [43] content ::= (element | CharData | Reference | CDSect | PI | Comment)*</p>
|
||||
<p>Parse XML element content. This is useful if you're only interested in custom SAX callbacks. If you want a node list, use <a href="libxml2-parser.html#xmlParseInNodeContext">xmlParseInNodeContext</a>.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody><tr>
|
||||
@ -1602,7 +1619,7 @@ int <a href="#xmlSwitchToEncoding">xmlSwitchToEncoding</a> (<a href="libxml2-tr
|
||||
<a name="xmlParseEntityRef"></a>xmlParseEntityRef ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlEntityPtr">xmlEntityPtr</a> xmlParseEntityRef (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt)<br>
|
||||
</pre>
|
||||
<p>DEPRECATED: Internal function, don't use. Parse an entitiy <a href="libxml2-SAX.html#reference">reference</a>. Always consumes '&'. [68] EntityRef ::= '&' Name ';' [ WFC: Entity Declared ] In a document without any DTD, a document with only an internal DTD subset which contains no parameter entity references, or a document with "standalone='yes'", the Name given in the entity <a href="libxml2-SAX.html#reference">reference</a> must match that in an entity declaration, except that well-formed documents need not declare any of the following entities: amp, lt, gt, apos, quot. The declaration of a parameter entity must precede any <a href="libxml2-SAX.html#reference">reference</a> to it. Similarly, the declaration of a general entity must precede any <a href="libxml2-SAX.html#reference">reference</a> to it which appears in a default value in an attribute-list declaration. Note that if entities are declared in the external subset or in external parameter entities, a non-validating processor is not obligated to read and process their declarations; for such documents, the rule that an entity must be declared is a well-formedness constraint only if standalone='yes'. [ WFC: Parsed Entity ] An entity <a href="libxml2-SAX.html#reference">reference</a> must not contain the name of an unparsed entity</p>
|
||||
<p>DEPRECATED: Internal function, don't use.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -2182,7 +2199,7 @@ int <a href="#xmlSwitchToEncoding">xmlSwitchToEncoding</a> (<a href="libxml2-tr
|
||||
<a name="xmlPushInput"></a>xmlPushInput ()</h3>
|
||||
<pre class="programlisting">int xmlPushInput (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> input)<br>
|
||||
</pre>
|
||||
<p>xmlPushInput: switch to a new input stream which is stacked on top of the previous one(s).</p>
|
||||
<p>Push an input stream onto the stack. This makes the parser use an input returned from advanced functions like xmlNewInputURL or xmlNewInputMemory.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -2243,7 +2260,7 @@ int <a href="#xmlSwitchToEncoding">xmlSwitchToEncoding</a> (<a href="libxml2-tr
|
||||
<a name="xmlSkipBlankChars"></a>xmlSkipBlankChars ()</h3>
|
||||
<pre class="programlisting">int xmlSkipBlankChars (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt)<br>
|
||||
</pre>
|
||||
<p>DEPRECATED: Internal function, do not use. skip all blanks character found at that point in the input streams. It pops up finished entities in the process if allowable at that point.</p>
|
||||
<p>DEPRECATED: Internal function, do not use. Skip whitespace in the input stream.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -2262,7 +2279,7 @@ int <a href="#xmlSwitchToEncoding">xmlSwitchToEncoding</a> (<a href="libxml2-tr
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlSplitQName"></a>xmlSplitQName ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * xmlSplitQName (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name, <br> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> ** prefix)<br>
|
||||
<pre class="programlisting"><a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * xmlSplitQName (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name, <br> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> ** prefixOut)<br>
|
||||
</pre>
|
||||
<p>parse an UTF8 encoded XML qualified name string [NS 5] QName ::= (Prefix ':')? LocalPart [NS 6] Prefix ::= NCName [NS 7] LocalPart ::= NCName</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
@ -2277,7 +2294,7 @@ int <a href="#xmlSwitchToEncoding">xmlSwitchToEncoding</a> (<a href="libxml2-tr
|
||||
<td>an XML parser context</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>prefix</tt></i>:</span></td>
|
||||
<td><span class="term"><i><tt>prefixOut</tt></i>:</span></td>
|
||||
<td>a <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> **</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -2322,7 +2339,7 @@ int <a href="#xmlSwitchToEncoding">xmlSwitchToEncoding</a> (<a href="libxml2-tr
|
||||
<a name="xmlStringDecodeEntities"></a>xmlStringDecodeEntities ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * xmlStringDecodeEntities (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * str, <br> int what, <br> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> end, <br> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> end2, <br> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> end3)<br>
|
||||
</pre>
|
||||
<p>DEPRECATED: Internal function, don't use. Takes a entity string content and process to do the adequate substitutions. [67] Reference ::= EntityRef | CharRef [69] PEReference ::= '%' Name ';'</p>
|
||||
<p>DEPRECATED: Internal function, don't use.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -2364,7 +2381,7 @@ int <a href="#xmlSwitchToEncoding">xmlSwitchToEncoding</a> (<a href="libxml2-tr
|
||||
<a name="xmlStringLenDecodeEntities"></a>xmlStringLenDecodeEntities ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * xmlStringLenDecodeEntities (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * str, <br> int len, <br> int what, <br> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> end, <br> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> end2, <br> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> end3)<br>
|
||||
</pre>
|
||||
<p>DEPRECATED: Internal function, don't use. Takes a entity string content and process to do the adequate substitutions. [67] Reference ::= EntityRef | CharRef [69] PEReference ::= '%' Name ';'</p>
|
||||
<p>DEPRECATED: Internal function, don't use.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -2410,7 +2427,7 @@ int <a href="#xmlSwitchToEncoding">xmlSwitchToEncoding</a> (<a href="libxml2-tr
|
||||
<a name="xmlSwitchEncoding"></a>xmlSwitchEncoding ()</h3>
|
||||
<pre class="programlisting">int xmlSwitchEncoding (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-encoding.html#xmlCharEncoding">xmlCharEncoding</a> enc)<br>
|
||||
</pre>
|
||||
<p>Use encoding specified by enum to decode input data. This function can be used to enforce the encoding of chunks passed to <a href="libxml2-parser.html#xmlParseChunk">xmlParseChunk</a>.</p>
|
||||
<p>Use encoding specified by enum to decode input data. This overrides the encoding found in the XML declaration. This function can also be used to override the encoding of chunks passed to <a href="libxml2-parser.html#xmlParseChunk">xmlParseChunk</a>.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -2432,6 +2449,31 @@ int <a href="#xmlSwitchToEncoding">xmlSwitchToEncoding</a> (<a href="libxml2-tr
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlSwitchEncodingName"></a>xmlSwitchEncodingName ()</h3>
|
||||
<pre class="programlisting">int xmlSwitchEncodingName (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> const char * encoding)<br>
|
||||
</pre>
|
||||
<p>Use specified encoding to decode input data. This overrides the encoding found in the XML declaration. This function can also be used to override the encoding of chunks passed to <a href="libxml2-parser.html#xmlParseChunk">xmlParseChunk</a>. Available since 2.13.0.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>ctxt</tt></i>:</span></td>
|
||||
<td>the parser context</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>encoding</tt></i>:</span></td>
|
||||
<td>the encoding name</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>0 in case of success, -1 otherwise</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlSwitchInputEncoding"></a>xmlSwitchInputEncoding ()</h3>
|
||||
<pre class="programlisting">int xmlSwitchInputEncoding (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> input, <br> <a href="libxml2-encoding.html#xmlCharEncodingHandlerPtr">xmlCharEncodingHandlerPtr</a> handler)<br>
|
||||
</pre>
|
||||
@ -2441,7 +2483,7 @@ int <a href="#xmlSwitchToEncoding">xmlSwitchToEncoding</a> (<a href="libxml2-tr
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>ctxt</tt></i>:</span></td>
|
||||
<td>the parser context</td>
|
||||
<td>the parser context, only for error reporting</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>input</tt></i>:</span></td>
|
||||
|
@ -30,6 +30,7 @@ typedef <a href="libxml2-pattern.html#xmlStreamCtxt">xmlStreamCtxt</a> * <a href
|
||||
void <a href="#xmlFreePattern">xmlFreePattern</a> (<a href="libxml2-pattern.html#xmlPatternPtr">xmlPatternPtr</a> comp);
|
||||
void <a href="#xmlFreePatternList">xmlFreePatternList</a> (<a href="libxml2-pattern.html#xmlPatternPtr">xmlPatternPtr</a> comp);
|
||||
void <a href="#xmlFreeStreamCtxt">xmlFreeStreamCtxt</a> (<a href="libxml2-pattern.html#xmlStreamCtxtPtr">xmlStreamCtxtPtr</a> stream);
|
||||
int <a href="#xmlPatternCompileSafe">xmlPatternCompileSafe</a> (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * pattern, <br> <a href="libxml2-dict.html#xmlDict">xmlDict</a> * dict, <br> int flags, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> ** namespaces, <br> <a href="libxml2-pattern.html#xmlPatternPtr">xmlPatternPtr</a> * patternOut);
|
||||
int <a href="#xmlPatternFromRoot">xmlPatternFromRoot</a> (<a href="libxml2-pattern.html#xmlPatternPtr">xmlPatternPtr</a> comp);
|
||||
<a href="libxml2-pattern.html#xmlStreamCtxtPtr">xmlStreamCtxtPtr</a> <a href="#xmlPatternGetStreamCtxt">xmlPatternGetStreamCtxt</a> (<a href="libxml2-pattern.html#xmlPatternPtr">xmlPatternPtr</a> comp);
|
||||
int <a href="#xmlPatternMatch">xmlPatternMatch</a> (<a href="libxml2-pattern.html#xmlPatternPtr">xmlPatternPtr</a> comp, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node);
|
||||
@ -144,6 +145,44 @@ The content of this structure is not made public by the API.
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlPatternCompileSafe"></a>xmlPatternCompileSafe ()</h3>
|
||||
<pre class="programlisting">int xmlPatternCompileSafe (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * pattern, <br> <a href="libxml2-dict.html#xmlDict">xmlDict</a> * dict, <br> int flags, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> ** namespaces, <br> <a href="libxml2-pattern.html#xmlPatternPtr">xmlPatternPtr</a> * patternOut)<br>
|
||||
</pre>
|
||||
<p>Compile a pattern. Available since 2.13.0.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>pattern</tt></i>:</span></td>
|
||||
<td>the pattern to compile</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>dict</tt></i>:</span></td>
|
||||
<td>an optional dictionary for interned strings</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>flags</tt></i>:</span></td>
|
||||
<td>compilation flags, see <a href="libxml2-pattern.html#xmlPatternFlags">xmlPatternFlags</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>namespaces</tt></i>:</span></td>
|
||||
<td>the prefix definitions, array of [URI, prefix] or NULL</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>patternOut</tt></i>:</span></td>
|
||||
<td>output pattern</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>0 on success, 1 on error, -1 if a memory allocation failed.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlPatternFromRoot"></a>xmlPatternFromRoot ()</h3>
|
||||
<pre class="programlisting">int xmlPatternFromRoot (<a href="libxml2-pattern.html#xmlPatternPtr">xmlPatternPtr</a> comp)<br>
|
||||
</pre>
|
||||
|
@ -517,7 +517,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlRelaxNGSetParserErrors"></a>xmlRelaxNGSetParserErrors ()</h3>
|
||||
<pre class="programlisting">void xmlRelaxNGSetParserErrors (<a href="libxml2-relaxng.html#xmlRelaxNGParserCtxtPtr">xmlRelaxNGParserCtxtPtr</a> ctxt, <br> <a href="libxml2-relaxng.html#xmlRelaxNGValidityErrorFunc">xmlRelaxNGValidityErrorFunc</a> err, <br> <a href="libxml2-relaxng.html#xmlRelaxNGValidityWarningFunc">xmlRelaxNGValidityWarningFunc</a> warn, <br> void * ctx)<br>
|
||||
</pre>
|
||||
<p>Set the callback functions used to handle errors for a validation context</p>
|
||||
<p>DEPRECATED: Use <a href="libxml2-relaxng.html#xmlRelaxNGSetParserStructuredErrors">xmlRelaxNGSetParserStructuredErrors</a>. Set the callback functions used to handle errors for a validation context</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -571,7 +571,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlRelaxNGSetValidErrors"></a>xmlRelaxNGSetValidErrors ()</h3>
|
||||
<pre class="programlisting">void xmlRelaxNGSetValidErrors (<a href="libxml2-relaxng.html#xmlRelaxNGValidCtxtPtr">xmlRelaxNGValidCtxtPtr</a> ctxt, <br> <a href="libxml2-relaxng.html#xmlRelaxNGValidityErrorFunc">xmlRelaxNGValidityErrorFunc</a> err, <br> <a href="libxml2-relaxng.html#xmlRelaxNGValidityWarningFunc">xmlRelaxNGValidityWarningFunc</a> warn, <br> void * ctx)<br>
|
||||
</pre>
|
||||
<p>Set the error and warning callback information</p>
|
||||
<p>DEPRECATED: Use <a href="libxml2-relaxng.html#xmlRelaxNGSetValidStructuredErrors">xmlRelaxNGSetValidStructuredErrors</a>. Set the error and warning callback information</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -25,7 +25,9 @@
|
||||
<pre class="synopsis">typedef struct _xmlURI <a href="#xmlURI">xmlURI</a>;
|
||||
typedef <a href="libxml2-uri.html#xmlURI">xmlURI</a> * <a href="#xmlURIPtr">xmlURIPtr</a>;
|
||||
<a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlBuildRelativeURI">xmlBuildRelativeURI</a> (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * URI, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * base);
|
||||
int <a href="#xmlBuildRelativeURISafe">xmlBuildRelativeURISafe</a> (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * URI, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * base, <br> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> ** valPtr);
|
||||
<a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlBuildURI">xmlBuildURI</a> (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * URI, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * base);
|
||||
int <a href="#xmlBuildURISafe">xmlBuildURISafe</a> (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * URI, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * base, <br> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> ** valPtr);
|
||||
<a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlCanonicPath">xmlCanonicPath</a> (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * path);
|
||||
<a href="libxml2-uri.html#xmlURIPtr">xmlURIPtr</a> <a href="#xmlCreateURI">xmlCreateURI</a> (void);
|
||||
void <a href="#xmlFreeURI">xmlFreeURI</a> (<a href="libxml2-uri.html#xmlURIPtr">xmlURIPtr</a> uri);
|
||||
@ -33,6 +35,7 @@ int <a href="#xmlNormalizeURIPath">xmlNormalizeURIPath</a> (char * path);
|
||||
<a href="libxml2-uri.html#xmlURIPtr">xmlURIPtr</a> <a href="#xmlParseURI">xmlParseURI</a> (const char * str);
|
||||
<a href="libxml2-uri.html#xmlURIPtr">xmlURIPtr</a> <a href="#xmlParseURIRaw">xmlParseURIRaw</a> (const char * str, <br> int raw);
|
||||
int <a href="#xmlParseURIReference">xmlParseURIReference</a> (<a href="libxml2-uri.html#xmlURIPtr">xmlURIPtr</a> uri, <br> const char * str);
|
||||
int <a href="#xmlParseURISafe">xmlParseURISafe</a> (const char * str, <br> <a href="libxml2-uri.html#xmlURIPtr">xmlURIPtr</a> * uriOut);
|
||||
<a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlPathToURI">xmlPathToURI</a> (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * path);
|
||||
void <a href="#xmlPrintURI">xmlPrintURI</a> (FILE * stream, <br> <a href="libxml2-uri.html#xmlURIPtr">xmlURIPtr</a> uri);
|
||||
<a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlSaveUri">xmlSaveUri</a> (<a href="libxml2-uri.html#xmlURIPtr">xmlURIPtr</a> uri);
|
||||
@ -78,7 +81,7 @@ char * <a href="#xmlURIUnescapeString">xmlURIUnescapeString</a> (const char * s
|
||||
<a name="xmlBuildRelativeURI"></a>xmlBuildRelativeURI ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * xmlBuildRelativeURI (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * URI, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * base)<br>
|
||||
</pre>
|
||||
<p>Expresses the URI of the <a href="libxml2-SAX.html#reference">reference</a> in terms relative to the base. Some examples of this operation include: base = "http://site1.com/docs/book1.html" URI input URI returned docs/pic1.gif pic1.gif docs/img/pic1.gif img/pic1.gif img/pic1.gif ../img/pic1.gif http://site1.com/docs/pic1.gif pic1.gif http://site2.com/docs/pic1.gif http://site2.com/docs/pic1.gif base = "docs/book1.html" URI input URI returned docs/pic1.gif pic1.gif docs/img/pic1.gif img/pic1.gif img/pic1.gif ../img/pic1.gif http://site1.com/docs/pic1.gif http://site1.com/docs/pic1.gif Note: if the URI <a href="libxml2-SAX.html#reference">reference</a> is really weird or complicated, it may be worthwhile to first convert it into a "nice" one by calling <a href="libxml2-uri.html#xmlBuildURI">xmlBuildURI</a> (using 'base') before calling this routine, since this routine (for reasonable efficiency) assumes URI has already been through some validation.</p>
|
||||
<p>See <a href="libxml2-uri.html#xmlBuildRelativeURISafe">xmlBuildRelativeURISafe</a>.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -100,6 +103,35 @@ char * <a href="#xmlURIUnescapeString">xmlURIUnescapeString</a> (const char * s
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlBuildRelativeURISafe"></a>xmlBuildRelativeURISafe ()</h3>
|
||||
<pre class="programlisting">int xmlBuildRelativeURISafe (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * URI, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * base, <br> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> ** valPtr)<br>
|
||||
</pre>
|
||||
<p>Expresses the URI of the <a href="libxml2-SAX.html#reference">reference</a> in terms relative to the base. Some examples of this operation include: base = "http://site1.com/docs/book1.html" URI input URI returned docs/pic1.gif pic1.gif docs/img/pic1.gif img/pic1.gif img/pic1.gif ../img/pic1.gif http://site1.com/docs/pic1.gif pic1.gif http://site2.com/docs/pic1.gif http://site2.com/docs/pic1.gif base = "docs/book1.html" URI input URI returned docs/pic1.gif pic1.gif docs/img/pic1.gif img/pic1.gif img/pic1.gif ../img/pic1.gif http://site1.com/docs/pic1.gif http://site1.com/docs/pic1.gif Note: if the URI <a href="libxml2-SAX.html#reference">reference</a> is really weird or complicated, it may be worthwhile to first convert it into a "nice" one by calling <a href="libxml2-uri.html#xmlBuildURI">xmlBuildURI</a> (using 'base') before calling this routine, since this routine (for reasonable efficiency) assumes URI has already been through some validation. Available since 2.13.0.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>URI</tt></i>:</span></td>
|
||||
<td>the URI <a href="libxml2-SAX.html#reference">reference</a> under consideration</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>base</tt></i>:</span></td>
|
||||
<td>the base value</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>valPtr</tt></i>:</span></td>
|
||||
<td>pointer to result URI</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>0 on success, -1 if a memory allocation failed or an error code if URI or base are invalid.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlBuildURI"></a>xmlBuildURI ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * xmlBuildURI (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * URI, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * base)<br>
|
||||
</pre>
|
||||
@ -125,10 +157,39 @@ char * <a href="#xmlURIUnescapeString">xmlURIUnescapeString</a> (const char * s
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlBuildURISafe"></a>xmlBuildURISafe ()</h3>
|
||||
<pre class="programlisting">int xmlBuildURISafe (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * URI, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * base, <br> <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> ** valPtr)<br>
|
||||
</pre>
|
||||
<p>Computes he final URI of the <a href="libxml2-SAX.html#reference">reference</a> done by checking that the given URI is valid, and building the final URI using the base URI. This is processed according to section 5.2 of the RFC 2396 5.2. Resolving Relative References to Absolute Form Available since 2.13.0.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>URI</tt></i>:</span></td>
|
||||
<td>the URI instance found in the document</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>base</tt></i>:</span></td>
|
||||
<td>the base value</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>valPtr</tt></i>:</span></td>
|
||||
<td>pointer to result URI</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>0 on success, -1 if a memory allocation failed or an error code if URI or base are invalid.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlCanonicPath"></a>xmlCanonicPath ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * xmlCanonicPath (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * path)<br>
|
||||
</pre>
|
||||
<p>Constructs a canonic path from the specified path.</p>
|
||||
<p>Prepares a path. If the path contains the substring "://", it is considered a Legacy Extended IRI. Characters which aren't allowed in URIs are escaped. Otherwise, the path is considered a filesystem path which is copied without modification. The caller is responsible for freeing the memory occupied by the returned string. If there is insufficient memory available, or the argument is NULL, the function returns NULL.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -138,7 +199,7 @@ char * <a href="#xmlURIUnescapeString">xmlURIUnescapeString</a> (const char * s
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>a new canonic path, or a duplicate of the path parameter if the construction fails. The caller is responsible for freeing the memory occupied by the returned string. If there is insufficient memory available, or the argument is NULL, the function returns NULL.</td>
|
||||
<td>the escaped path.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -269,6 +330,31 @@ char * <a href="#xmlURIUnescapeString">xmlURIUnescapeString</a> (const char * s
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlParseURISafe"></a>xmlParseURISafe ()</h3>
|
||||
<pre class="programlisting">int xmlParseURISafe (const char * str, <br> <a href="libxml2-uri.html#xmlURIPtr">xmlURIPtr</a> * uriOut)<br>
|
||||
</pre>
|
||||
<p>Parse an URI based on RFC 3986 URI-reference = [ absoluteURI | relativeURI ] [ "#" fragment ] Available since 2.13.0.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>str</tt></i>:</span></td>
|
||||
<td>the URI string to analyze</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>uriOut</tt></i>:</span></td>
|
||||
<td>optional pointer to parsed URI</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>0 on success, an error code (typically 1) if the URI is invalid or -1 if a memory allocation failed.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlPathToURI"></a>xmlPathToURI ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * xmlPathToURI (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * path)<br>
|
||||
</pre>
|
||||
@ -358,7 +444,7 @@ char * <a href="#xmlURIUnescapeString">xmlURIUnescapeString</a> (const char * s
|
||||
<a name="xmlURIEscapeStr"></a>xmlURIEscapeStr ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * xmlURIEscapeStr (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * str, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * list)<br>
|
||||
</pre>
|
||||
<p>This routine escapes a string to hex, ignoring reserved <a href="libxml2-SAX.html#characters">characters</a> (a-z, A-Z, 0-9, "@-_.!~*'()") and the <a href="libxml2-SAX.html#characters">characters</a> in the exception list.</p>
|
||||
<p>This routine escapes a string to hex, ignoring unreserved <a href="libxml2-SAX.html#characters">characters</a> a-z, A-Z, 0-9, "-._~", a few sub-delims "!*'()", the gen-delim "@" (why?) and the <a href="libxml2-SAX.html#characters">characters</a> in the exception list.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
|
@ -39,6 +39,7 @@ typedef <a href="libxml2-valid.html#xmlValidState">xmlValidState</a> * <a href="
|
||||
<a href="libxml2-tree.html#xmlAttributePtr">xmlAttributePtr</a> <a href="#xmlAddAttributeDecl">xmlAddAttributeDecl</a> (<a href="libxml2-valid.html#xmlValidCtxtPtr">xmlValidCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlDtdPtr">xmlDtdPtr</a> dtd, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * elem, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * ns, <br> <a href="libxml2-tree.html#xmlAttributeType">xmlAttributeType</a> type, <br> <a href="libxml2-tree.html#xmlAttributeDefault">xmlAttributeDefault</a> def, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * defaultValue, <br> <a href="libxml2-tree.html#xmlEnumerationPtr">xmlEnumerationPtr</a> tree);
|
||||
<a href="libxml2-tree.html#xmlElementPtr">xmlElementPtr</a> <a href="#xmlAddElementDecl">xmlAddElementDecl</a> (<a href="libxml2-valid.html#xmlValidCtxtPtr">xmlValidCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlDtdPtr">xmlDtdPtr</a> dtd, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name, <br> <a href="libxml2-tree.html#xmlElementTypeVal">xmlElementTypeVal</a> type, <br> <a href="libxml2-tree.html#xmlElementContentPtr">xmlElementContentPtr</a> content);
|
||||
<a href="libxml2-tree.html#xmlIDPtr">xmlIDPtr</a> <a href="#xmlAddID">xmlAddID</a> (<a href="libxml2-valid.html#xmlValidCtxtPtr">xmlValidCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * value, <br> <a href="libxml2-tree.html#xmlAttrPtr">xmlAttrPtr</a> attr);
|
||||
int <a href="#xmlAddIDSafe">xmlAddIDSafe</a> (<a href="libxml2-tree.html#xmlAttrPtr">xmlAttrPtr</a> attr, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * value);
|
||||
<a href="libxml2-tree.html#xmlNotationPtr">xmlNotationPtr</a> <a href="#xmlAddNotationDecl">xmlAddNotationDecl</a> (<a href="libxml2-valid.html#xmlValidCtxtPtr">xmlValidCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlDtdPtr">xmlDtdPtr</a> dtd, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * PublicID, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * SystemID);
|
||||
<a href="libxml2-tree.html#xmlRefPtr">xmlRefPtr</a> <a href="#xmlAddRef">xmlAddRef</a> (<a href="libxml2-valid.html#xmlValidCtxtPtr">xmlValidCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * value, <br> <a href="libxml2-tree.html#xmlAttrPtr">xmlAttrPtr</a> attr);
|
||||
<a href="libxml2-valid.html#xmlAttributeTablePtr">xmlAttributeTablePtr</a> <a href="#xmlCopyAttributeTable">xmlCopyAttributeTable</a> (<a href="libxml2-valid.html#xmlAttributeTablePtr">xmlAttributeTablePtr</a> table);
|
||||
@ -433,6 +434,31 @@ The content of this structure is not made public by the API.
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlAddIDSafe"></a>xmlAddIDSafe ()</h3>
|
||||
<pre class="programlisting">int xmlAddIDSafe (<a href="libxml2-tree.html#xmlAttrPtr">xmlAttrPtr</a> attr, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * value)<br>
|
||||
</pre>
|
||||
<p>Register a new id declaration Available since 2.13.0.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>attr</tt></i>:</span></td>
|
||||
<td>the <a href="libxml2-SAX.html#attribute">attribute</a> holding the ID</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>value</tt></i>:</span></td>
|
||||
<td>the <a href="libxml2-SAX.html#attribute">attribute</a> (ID) value</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>1 on success, 0 if the ID already exists, -1 if a memory allocation fails.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlAddNotationDecl"></a>xmlAddNotationDecl ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlNotationPtr">xmlNotationPtr</a> xmlAddNotationDecl (<a href="libxml2-valid.html#xmlValidCtxtPtr">xmlValidCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlDtdPtr">xmlDtdPtr</a> dtd, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * PublicID, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * SystemID)<br>
|
||||
</pre>
|
||||
@ -658,7 +684,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlDumpAttributeDecl"></a>xmlDumpAttributeDecl ()</h3>
|
||||
<pre class="programlisting">void xmlDumpAttributeDecl (<a href="libxml2-tree.html#xmlBufferPtr">xmlBufferPtr</a> buf, <br> <a href="libxml2-tree.html#xmlAttributePtr">xmlAttributePtr</a> attr)<br>
|
||||
</pre>
|
||||
<p>This will dump the content of the <a href="libxml2-SAX.html#attribute">attribute</a> declaration as an XML DTD definition</p>
|
||||
<p>DEPRECATED: Use <a href="libxml2-xmlsave.html#xmlSaveTree">xmlSaveTree</a>. This will dump the content of the <a href="libxml2-SAX.html#attribute">attribute</a> declaration as an XML DTD definition</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -679,7 +705,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlDumpAttributeTable"></a>xmlDumpAttributeTable ()</h3>
|
||||
<pre class="programlisting">void xmlDumpAttributeTable (<a href="libxml2-tree.html#xmlBufferPtr">xmlBufferPtr</a> buf, <br> <a href="libxml2-valid.html#xmlAttributeTablePtr">xmlAttributeTablePtr</a> table)<br>
|
||||
</pre>
|
||||
<p>This will dump the content of the <a href="libxml2-SAX.html#attribute">attribute</a> table as an XML DTD definition</p>
|
||||
<p>DEPRECATED: Don't use. This will dump the content of the <a href="libxml2-SAX.html#attribute">attribute</a> table as an XML DTD definition</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -700,7 +726,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlDumpElementDecl"></a>xmlDumpElementDecl ()</h3>
|
||||
<pre class="programlisting">void xmlDumpElementDecl (<a href="libxml2-tree.html#xmlBufferPtr">xmlBufferPtr</a> buf, <br> <a href="libxml2-tree.html#xmlElementPtr">xmlElementPtr</a> elem)<br>
|
||||
</pre>
|
||||
<p>This will dump the content of the element declaration as an XML DTD definition</p>
|
||||
<p>DEPRECATED: Use <a href="libxml2-xmlsave.html#xmlSaveTree">xmlSaveTree</a>. This will dump the content of the element declaration as an XML DTD definition</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -721,7 +747,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlDumpElementTable"></a>xmlDumpElementTable ()</h3>
|
||||
<pre class="programlisting">void xmlDumpElementTable (<a href="libxml2-tree.html#xmlBufferPtr">xmlBufferPtr</a> buf, <br> <a href="libxml2-valid.html#xmlElementTablePtr">xmlElementTablePtr</a> table)<br>
|
||||
</pre>
|
||||
<p>This will dump the content of the element table as an XML DTD definition</p>
|
||||
<p>DEPRECATED: Don't use. This will dump the content of the element table as an XML DTD definition</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -742,7 +768,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlDumpNotationDecl"></a>xmlDumpNotationDecl ()</h3>
|
||||
<pre class="programlisting">void xmlDumpNotationDecl (<a href="libxml2-tree.html#xmlBufferPtr">xmlBufferPtr</a> buf, <br> <a href="libxml2-tree.html#xmlNotationPtr">xmlNotationPtr</a> nota)<br>
|
||||
</pre>
|
||||
<p>This will dump the content the notation declaration as an XML DTD definition</p>
|
||||
<p>DEPRECATED: Don't use. This will dump the content the notation declaration as an XML DTD definition</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -763,7 +789,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlDumpNotationTable"></a>xmlDumpNotationTable ()</h3>
|
||||
<pre class="programlisting">void xmlDumpNotationTable (<a href="libxml2-tree.html#xmlBufferPtr">xmlBufferPtr</a> buf, <br> <a href="libxml2-valid.html#xmlNotationTablePtr">xmlNotationTablePtr</a> table)<br>
|
||||
</pre>
|
||||
<p>This will dump the content of the notation table as an XML DTD definition</p>
|
||||
<p>DEPRECATED: Don't use. This will dump the content of the notation table as an XML DTD definition</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -954,7 +980,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlGetDtdElementDesc"></a>xmlGetDtdElementDesc ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlElementPtr">xmlElementPtr</a> xmlGetDtdElementDesc (<a href="libxml2-tree.html#xmlDtdPtr">xmlDtdPtr</a> dtd, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name)<br>
|
||||
</pre>
|
||||
<p>Search the DTD for the description of this element</p>
|
||||
<p>Search the DTD for the description of this element NOTE: A NULL return value can also mean that a memory allocation failed.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1136,7 +1162,7 @@ The content of this structure is not made public by the API.
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>0 or 1 depending on the lookup result</td>
|
||||
<td>0 or 1 depending on the lookup result or -1 if a memory allocation failed.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -1378,7 +1404,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlValidBuildContentModel"></a>xmlValidBuildContentModel ()</h3>
|
||||
<pre class="programlisting">int xmlValidBuildContentModel (<a href="libxml2-valid.html#xmlValidCtxtPtr">xmlValidCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlElementPtr">xmlElementPtr</a> elem)<br>
|
||||
</pre>
|
||||
<p>(Re)Build the automata associated to the content model of this element</p>
|
||||
<p>DEPRECATED: Internal function, don't use. (Re)Build the automata associated to the content model of this element</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1403,7 +1429,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlValidCtxtNormalizeAttributeValue"></a>xmlValidCtxtNormalizeAttributeValue ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * xmlValidCtxtNormalizeAttributeValue (<a href="libxml2-valid.html#xmlValidCtxtPtr">xmlValidCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> elem, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * value)<br>
|
||||
</pre>
|
||||
<p>Does the validation related extra step of the normalization of <a href="libxml2-SAX.html#attribute">attribute</a> values: If the declared value is not CDATA, then the XML processor must further process the normalized <a href="libxml2-SAX.html#attribute">attribute</a> value by discarding any leading and trailing space (#x20) characters, and by replacing sequences of space (#x20) <a href="libxml2-SAX.html#characters">characters</a> by single space (#x20) character. Also check VC: Standalone Document Declaration in P32, and update ctxt->valid accordingly</p>
|
||||
<p>DEPRECATED: Internal function, don't use. Does the validation related extra step of the normalization of <a href="libxml2-SAX.html#attribute">attribute</a> values: If the declared value is not CDATA, then the XML processor must further process the normalized <a href="libxml2-SAX.html#attribute">attribute</a> value by discarding any leading and trailing space (#x20) characters, and by replacing sequences of space (#x20) <a href="libxml2-SAX.html#characters">characters</a> by single space (#x20) character. Also check VC: Standalone Document Declaration in P32, and update ctxt->valid accordingly</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1506,7 +1532,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlValidNormalizeAttributeValue"></a>xmlValidNormalizeAttributeValue ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * xmlValidNormalizeAttributeValue (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> elem, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * value)<br>
|
||||
</pre>
|
||||
<p>Does the validation related extra step of the normalization of <a href="libxml2-SAX.html#attribute">attribute</a> values: If the declared value is not CDATA, then the XML processor must further process the normalized <a href="libxml2-SAX.html#attribute">attribute</a> value by discarding any leading and trailing space (#x20) characters, and by replacing sequences of space (#x20) <a href="libxml2-SAX.html#characters">characters</a> by single space (#x20) character.</p>
|
||||
<p>DEPRECATED: Internal function, don't use. Does the validation related extra step of the normalization of <a href="libxml2-SAX.html#attribute">attribute</a> values: If the declared value is not CDATA, then the XML processor must further process the normalized <a href="libxml2-SAX.html#attribute">attribute</a> value by discarding any leading and trailing space (#x20) characters, and by replacing sequences of space (#x20) <a href="libxml2-SAX.html#characters">characters</a> by single space (#x20) character.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1539,7 +1565,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlValidateAttributeDecl"></a>xmlValidateAttributeDecl ()</h3>
|
||||
<pre class="programlisting">int xmlValidateAttributeDecl (<a href="libxml2-valid.html#xmlValidCtxtPtr">xmlValidCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> <a href="libxml2-tree.html#xmlAttributePtr">xmlAttributePtr</a> attr)<br>
|
||||
</pre>
|
||||
<p>Try to validate a single <a href="libxml2-SAX.html#attribute">attribute</a> definition basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: Attribute Default Legal ] - [ VC: Enumeration ] - [ VC: ID Attribute Default ] The ID/IDREF uniqueness and matching are done separately</p>
|
||||
<p>DEPRECATED: Internal function, don't use. Try to validate a single <a href="libxml2-SAX.html#attribute">attribute</a> definition basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: Attribute Default Legal ] - [ VC: Enumeration ] - [ VC: ID Attribute Default ] The ID/IDREF uniqueness and matching are done separately</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1568,7 +1594,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlValidateAttributeValue"></a>xmlValidateAttributeValue ()</h3>
|
||||
<pre class="programlisting">int xmlValidateAttributeValue (<a href="libxml2-tree.html#xmlAttributeType">xmlAttributeType</a> type, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * value)<br>
|
||||
</pre>
|
||||
<p>Validate that the given <a href="libxml2-SAX.html#attribute">attribute</a> value match the proper production [ VC: ID ] Values of type ID must match the Name production.... [ VC: IDREF ] Values of type IDREF must match the Name production, and values of type IDREFS must match Names ... [ VC: Entity Name ] Values of type ENTITY must match the Name production, values of type ENTITIES must match Names ... [ VC: Name Token ] Values of type NMTOKEN must match the Nmtoken production; values of type NMTOKENS must match Nmtokens.</p>
|
||||
<p>DEPRECATED: Internal function, don't use. Validate that the given <a href="libxml2-SAX.html#attribute">attribute</a> value match the proper production [ VC: ID ] Values of type ID must match the Name production.... [ VC: IDREF ] Values of type IDREF must match the Name production, and values of type IDREFS must match Names ... [ VC: Entity Name ] Values of type ENTITY must match the Name production, values of type ENTITIES must match Names ... [ VC: Name Token ] Values of type NMTOKEN must match the Nmtoken production; values of type NMTOKENS must match Nmtokens.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1618,7 +1644,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlValidateDocumentFinal"></a>xmlValidateDocumentFinal ()</h3>
|
||||
<pre class="programlisting">int xmlValidateDocumentFinal (<a href="libxml2-valid.html#xmlValidCtxtPtr">xmlValidCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc)<br>
|
||||
</pre>
|
||||
<p>Does the final step for the document validation once all the incremental validation steps have been completed basically it does the following checks described by the XML Rec Check all the IDREF/IDREFS attributes definition for validity</p>
|
||||
<p>DEPRECATED: Internal function, don't use. Does the final step for the document validation once all the incremental validation steps have been completed basically it does the following checks described by the XML Rec Check all the IDREF/IDREFS attributes definition for validity</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1672,7 +1698,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlValidateDtdFinal"></a>xmlValidateDtdFinal ()</h3>
|
||||
<pre class="programlisting">int xmlValidateDtdFinal (<a href="libxml2-valid.html#xmlValidCtxtPtr">xmlValidCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc)<br>
|
||||
</pre>
|
||||
<p>Does the final step for the dtds validation once all the subsets have been parsed basically it does the following checks described by the XML Rec - check that ENTITY and ENTITIES type attributes default or possible values matches one of the defined entities. - check that NOTATION type attributes default or possible values matches one of the defined notations.</p>
|
||||
<p>DEPRECATED: Internal function, don't use. Does the final step for the dtds validation once all the subsets have been parsed basically it does the following checks described by the XML Rec - check that ENTITY and ENTITIES type attributes default or possible values matches one of the defined entities. - check that NOTATION type attributes default or possible values matches one of the defined notations.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1726,7 +1752,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlValidateElementDecl"></a>xmlValidateElementDecl ()</h3>
|
||||
<pre class="programlisting">int xmlValidateElementDecl (<a href="libxml2-valid.html#xmlValidCtxtPtr">xmlValidCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> <a href="libxml2-tree.html#xmlElementPtr">xmlElementPtr</a> elem)<br>
|
||||
</pre>
|
||||
<p>Try to validate a single element definition basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: One ID per Element Type ] - [ VC: No Duplicate Types ] - [ VC: Unique Element Type Declaration ]</p>
|
||||
<p>DEPRECATED: Internal function, don't use. Try to validate a single element definition basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: One ID per Element Type ] - [ VC: No Duplicate Types ] - [ VC: Unique Element Type Declaration ]</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1839,7 +1865,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlValidateNotationDecl"></a>xmlValidateNotationDecl ()</h3>
|
||||
<pre class="programlisting">int xmlValidateNotationDecl (<a href="libxml2-valid.html#xmlValidCtxtPtr">xmlValidCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> <a href="libxml2-tree.html#xmlNotationPtr">xmlNotationPtr</a> nota)<br>
|
||||
</pre>
|
||||
<p>Try to validate a single notation definition basically it does the following checks as described by the XML-1.0 recommendation: - it seems that no validity constraint exists on notation declarations But this function get called anyway ...</p>
|
||||
<p>DEPRECATED: Internal function, don't use. Try to validate a single notation definition basically it does the following checks as described by the XML-1.0 recommendation: - it seems that no validity constraint exists on notation declarations But this function get called anyway ...</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1868,7 +1894,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlValidateNotationUse"></a>xmlValidateNotationUse ()</h3>
|
||||
<pre class="programlisting">int xmlValidateNotationUse (<a href="libxml2-valid.html#xmlValidCtxtPtr">xmlValidCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * notationName)<br>
|
||||
</pre>
|
||||
<p>Validate that the given name match a notation declaration. - [ VC: Notation Declared ]</p>
|
||||
<p>DEPRECATED: Internal function, don't use. Validate that the given name match a notation declaration. - [ VC: Notation Declared ]</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1897,7 +1923,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlValidateOneAttribute"></a>xmlValidateOneAttribute ()</h3>
|
||||
<pre class="programlisting">int xmlValidateOneAttribute (<a href="libxml2-valid.html#xmlValidCtxtPtr">xmlValidCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> elem, <br> <a href="libxml2-tree.html#xmlAttrPtr">xmlAttrPtr</a> attr, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * value)<br>
|
||||
</pre>
|
||||
<p>Try to validate a single <a href="libxml2-SAX.html#attribute">attribute</a> for an element basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: Attribute Value Type ] - [ VC: Fixed Attribute Default ] - [ VC: Entity Name ] - [ VC: Name Token ] - [ VC: ID ] - [ VC: IDREF ] - [ VC: Entity Name ] - [ VC: Notation Attributes ] The ID/IDREF uniqueness and matching are done separately</p>
|
||||
<p>DEPRECATED: Internal function, don't use. Try to validate a single <a href="libxml2-SAX.html#attribute">attribute</a> for an element basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: Attribute Value Type ] - [ VC: Fixed Attribute Default ] - [ VC: Entity Name ] - [ VC: Name Token ] - [ VC: ID ] - [ VC: IDREF ] - [ VC: Entity Name ] - [ VC: Notation Attributes ] The ID/IDREF uniqueness and matching are done separately</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1934,7 +1960,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlValidateOneElement"></a>xmlValidateOneElement ()</h3>
|
||||
<pre class="programlisting">int xmlValidateOneElement (<a href="libxml2-valid.html#xmlValidCtxtPtr">xmlValidCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> elem)<br>
|
||||
</pre>
|
||||
<p>Try to validate a single element and it's attributes, basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: Element Valid ] - [ VC: Required Attribute ] Then call xmlValidateOneAttribute() for each <a href="libxml2-SAX.html#attribute">attribute</a> present. The ID/IDREF checkings are done separately</p>
|
||||
<p>DEPRECATED: Internal function, don't use. Try to validate a single element and it's attributes, basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: Element Valid ] - [ VC: Required Attribute ] Then call xmlValidateOneAttribute() for each <a href="libxml2-SAX.html#attribute">attribute</a> present. The ID/IDREF checkings are done separately</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1963,7 +1989,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlValidateOneNamespace"></a>xmlValidateOneNamespace ()</h3>
|
||||
<pre class="programlisting">int xmlValidateOneNamespace (<a href="libxml2-valid.html#xmlValidCtxtPtr">xmlValidCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> elem, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * prefix, <br> <a href="libxml2-tree.html#xmlNsPtr">xmlNsPtr</a> ns, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * value)<br>
|
||||
</pre>
|
||||
<p>Try to validate a single namespace declaration for an element basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: Attribute Value Type ] - [ VC: Fixed Attribute Default ] - [ VC: Entity Name ] - [ VC: Name Token ] - [ VC: ID ] - [ VC: IDREF ] - [ VC: Entity Name ] - [ VC: Notation Attributes ] The ID/IDREF uniqueness and matching are done separately</p>
|
||||
<p>DEPRECATED: Internal function, don't use. Try to validate a single namespace declaration for an element basically it does the following checks as described by the XML-1.0 recommendation: - [ VC: Attribute Value Type ] - [ VC: Fixed Attribute Default ] - [ VC: Entity Name ] - [ VC: Name Token ] - [ VC: ID ] - [ VC: IDREF ] - [ VC: Entity Name ] - [ VC: Notation Attributes ] The ID/IDREF uniqueness and matching are done separately</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -2004,7 +2030,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlValidatePopElement"></a>xmlValidatePopElement ()</h3>
|
||||
<pre class="programlisting">int xmlValidatePopElement (<a href="libxml2-valid.html#xmlValidCtxtPtr">xmlValidCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> elem, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * qname)<br>
|
||||
</pre>
|
||||
<p>Pop the element end from the validation stack.</p>
|
||||
<p>DEPRECATED: Internal function, don't use. Pop the element end from the validation stack.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -2037,7 +2063,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlValidatePushCData"></a>xmlValidatePushCData ()</h3>
|
||||
<pre class="programlisting">int xmlValidatePushCData (<a href="libxml2-valid.html#xmlValidCtxtPtr">xmlValidCtxtPtr</a> ctxt, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * data, <br> int len)<br>
|
||||
</pre>
|
||||
<p>check the CData parsed for validation in the current stack</p>
|
||||
<p>DEPRECATED: Internal function, don't use. check the CData parsed for validation in the current stack</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -2066,7 +2092,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlValidatePushElement"></a>xmlValidatePushElement ()</h3>
|
||||
<pre class="programlisting">int xmlValidatePushElement (<a href="libxml2-valid.html#xmlValidCtxtPtr">xmlValidCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> elem, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * qname)<br>
|
||||
</pre>
|
||||
<p>Push a new element start on the validation stack.</p>
|
||||
<p>DEPRECATED: Internal function, don't use. Push a new element start on the validation stack.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -2099,7 +2125,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlValidateRoot"></a>xmlValidateRoot ()</h3>
|
||||
<pre class="programlisting">int xmlValidateRoot (<a href="libxml2-valid.html#xmlValidCtxtPtr">xmlValidCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc)<br>
|
||||
</pre>
|
||||
<p>Try to validate a the root element basically it does the following check as described by the XML-1.0 recommendation: - [ VC: Root Element Type ] it doesn't try to recurse or apply other check to the element</p>
|
||||
<p>DEPRECATED: Internal function, don't use. Try to validate a the root element basically it does the following check as described by the XML-1.0 recommendation: - [ VC: Root Element Type ] it doesn't try to recurse or apply other check to the element</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
|
@ -35,6 +35,7 @@
|
||||
typedef struct _xmlXIncludeCtxt <a href="#xmlXIncludeCtxt">xmlXIncludeCtxt</a>;
|
||||
typedef <a href="libxml2-xinclude.html#xmlXIncludeCtxt">xmlXIncludeCtxt</a> * <a href="#xmlXIncludeCtxtPtr">xmlXIncludeCtxtPtr</a>;
|
||||
void <a href="#xmlXIncludeFreeContext">xmlXIncludeFreeContext</a> (<a href="libxml2-xinclude.html#xmlXIncludeCtxtPtr">xmlXIncludeCtxtPtr</a> ctxt);
|
||||
int <a href="#xmlXIncludeGetLastError">xmlXIncludeGetLastError</a> (<a href="libxml2-xinclude.html#xmlXIncludeCtxtPtr">xmlXIncludeCtxtPtr</a> ctxt);
|
||||
<a href="libxml2-xinclude.html#xmlXIncludeCtxtPtr">xmlXIncludeCtxtPtr</a> <a href="#xmlXIncludeNewContext">xmlXIncludeNewContext</a> (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc);
|
||||
int <a href="#xmlXIncludeProcess">xmlXIncludeProcess</a> (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc);
|
||||
int <a href="#xmlXIncludeProcessFlags">xmlXIncludeProcessFlags</a> (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> int flags);
|
||||
@ -43,6 +44,7 @@ int <a href="#xmlXIncludeProcessNode">xmlXIncludeProcessNode</a> (<a href="libx
|
||||
int <a href="#xmlXIncludeProcessTree">xmlXIncludeProcessTree</a> (<a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> tree);
|
||||
int <a href="#xmlXIncludeProcessTreeFlags">xmlXIncludeProcessTreeFlags</a> (<a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> tree, <br> int flags);
|
||||
int <a href="#xmlXIncludeProcessTreeFlagsData">xmlXIncludeProcessTreeFlagsData</a> (<a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> tree, <br> int flags, <br> void * data);
|
||||
void <a href="#xmlXIncludeSetErrorHandler">xmlXIncludeSetErrorHandler</a> (<a href="libxml2-xinclude.html#xmlXIncludeCtxtPtr">xmlXIncludeCtxtPtr</a> ctxt, <br> <a href="libxml2-xmlerror.html#xmlStructuredErrorFunc">xmlStructuredErrorFunc</a> handler, <br> void * data);
|
||||
int <a href="#xmlXIncludeSetFlags">xmlXIncludeSetFlags</a> (<a href="libxml2-xinclude.html#xmlXIncludeCtxtPtr">xmlXIncludeCtxtPtr</a> ctxt, <br> int flags);
|
||||
</pre>
|
||||
</div>
|
||||
@ -165,6 +167,27 @@ The content of this structure is not made public by the API.
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlXIncludeGetLastError"></a>xmlXIncludeGetLastError ()</h3>
|
||||
<pre class="programlisting">int xmlXIncludeGetLastError (<a href="libxml2-xinclude.html#xmlXIncludeCtxtPtr">xmlXIncludeCtxtPtr</a> ctxt)<br>
|
||||
</pre>
|
||||
<p>Available since 2.13.0.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>ctxt</tt></i>:</span></td>
|
||||
<td>an XInclude processing context</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>the last error code.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlXIncludeNewContext"></a>xmlXIncludeNewContext ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-xinclude.html#xmlXIncludeCtxtPtr">xmlXIncludeCtxtPtr</a> xmlXIncludeNewContext (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc)<br>
|
||||
</pre>
|
||||
@ -361,6 +384,31 @@ The content of this structure is not made public by the API.
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlXIncludeSetErrorHandler"></a>xmlXIncludeSetErrorHandler ()</h3>
|
||||
<pre class="programlisting">void xmlXIncludeSetErrorHandler (<a href="libxml2-xinclude.html#xmlXIncludeCtxtPtr">xmlXIncludeCtxtPtr</a> ctxt, <br> <a href="libxml2-xmlerror.html#xmlStructuredErrorFunc">xmlStructuredErrorFunc</a> handler, <br> void * data)<br>
|
||||
</pre>
|
||||
<p>Register a callback function that will be called on errors and warnings. If handler is NULL, the error handler will be deactivated. Available since 2.13.0.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>ctxt</tt></i>:</span></td>
|
||||
<td>an XInclude processing context</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>handler</tt></i>:</span></td>
|
||||
<td>error handler</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>data</tt></i>:</span></td>
|
||||
<td>user data which will be passed to the handler</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlXIncludeSetFlags"></a>xmlXIncludeSetFlags ()</h3>
|
||||
<pre class="programlisting">int xmlXIncludeSetFlags (<a href="libxml2-xinclude.html#xmlXIncludeCtxtPtr">xmlXIncludeCtxtPtr</a> ctxt, <br> int flags)<br>
|
||||
</pre>
|
||||
|
@ -357,13 +357,13 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
<a name="xmlAllocParserInputBuffer"></a>xmlAllocParserInputBuffer ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlParserInputBufferPtr">xmlParserInputBufferPtr</a> xmlAllocParserInputBuffer (<a href="libxml2-encoding.html#xmlCharEncoding">xmlCharEncoding</a> enc)<br>
|
||||
</pre>
|
||||
<p>Create a buffered parser input for progressive parsing</p>
|
||||
<p>Create a buffered parser input for progressive parsing. The encoding argument is deprecated and should be set to <a href="libxml2-encoding.html#XML_CHAR_ENCODING_NONE">XML_CHAR_ENCODING_NONE</a>. The encoding can be changed with <a href="libxml2-parserInternals.html#xmlSwitchEncoding">xmlSwitchEncoding</a> or <a href="libxml2-parserInternals.html#xmlSwitchEncodingName">xmlSwitchEncodingName</a> later on.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>enc</tt></i>:</span></td>
|
||||
<td>the charset encoding if known</td>
|
||||
<td>the charset encoding if known (deprecated)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
@ -378,7 +378,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
<a name="xmlCheckFilename"></a>xmlCheckFilename ()</h3>
|
||||
<pre class="programlisting">int xmlCheckFilename (const char * path)<br>
|
||||
</pre>
|
||||
<p>function checks to see if @path is a valid source (file, socket...) for XML. if stat is not available on the target machine,</p>
|
||||
<p>DEPRECATED: Internal function, don't use. if stat is not available on the target machine,</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -399,7 +399,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
<a name="xmlCheckHTTPInput"></a>xmlCheckHTTPInput ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> xmlCheckHTTPInput (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> ret)<br>
|
||||
</pre>
|
||||
<p>Check an input in case it was created from an HTTP stream, in that case it will handle encoding and update of the base URL in case of redirection. It also checks for HTTP errors in which case the input is cleanly freed up and an appropriate error is raised in context</p>
|
||||
<p>DEPRECATED: Internal function, don't use. Check an input in case it was created from an HTTP stream, in that case it will handle encoding and update of the base URL in case of redirection. It also checks for HTTP errors in which case the input is cleanly freed up and an appropriate error is raised in context</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -440,7 +440,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
<a name="xmlFileClose"></a>xmlFileClose ()</h3>
|
||||
<pre class="programlisting">int xmlFileClose (void * context)<br>
|
||||
</pre>
|
||||
<p>Close an I/O channel</p>
|
||||
<p>DEPRECATED: Internal function, don't use.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -450,7 +450,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>0 or -1 in case of error</td>
|
||||
<td>0 or -1 an error code case of error</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -461,7 +461,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
<a name="xmlFileMatch"></a>xmlFileMatch ()</h3>
|
||||
<pre class="programlisting">int xmlFileMatch (const char * filename)<br>
|
||||
</pre>
|
||||
<p>input from FILE *</p>
|
||||
<p>DEPRECATED: Internal function, don't use.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -482,7 +482,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
<a name="xmlFileOpen"></a>xmlFileOpen ()</h3>
|
||||
<pre class="programlisting">void * xmlFileOpen (const char * filename)<br>
|
||||
</pre>
|
||||
<p>Wrapper around xmlFileOpen_real that try it with an unescaped version of @filename, if this fails fallback to @filename</p>
|
||||
<p>DEPRECATED: Internal function, don't use.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -492,7 +492,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>a handler or NULL in case or failure</td>
|
||||
<td>an IO context or NULL in case or failure</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -503,7 +503,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
<a name="xmlFileRead"></a>xmlFileRead ()</h3>
|
||||
<pre class="programlisting">int xmlFileRead (void * context, <br> char * buffer, <br> int len)<br>
|
||||
</pre>
|
||||
<p>Read @len bytes to @buffer from the I/O channel.</p>
|
||||
<p>DEPRECATED: Internal function, don't use.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -521,7 +521,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>the number of bytes written or < 0 in case of failure</td>
|
||||
<td>the number of bytes read or < 0 in case of failure</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -547,7 +547,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
<a name="xmlIOFTPClose"></a>xmlIOFTPClose ()</h3>
|
||||
<pre class="programlisting">int xmlIOFTPClose (void * context)<br>
|
||||
</pre>
|
||||
<p>Close an FTP I/O channel</p>
|
||||
<p>DEPRECATED: Internal function, don't use. Close an FTP I/O channel</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -568,7 +568,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
<a name="xmlIOFTPMatch"></a>xmlIOFTPMatch ()</h3>
|
||||
<pre class="programlisting">int xmlIOFTPMatch (const char * filename)<br>
|
||||
</pre>
|
||||
<p>check if the URI matches an FTP one</p>
|
||||
<p>DEPRECATED: Internal function, don't use. check if the URI matches an FTP one</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -589,7 +589,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
<a name="xmlIOFTPOpen"></a>xmlIOFTPOpen ()</h3>
|
||||
<pre class="programlisting">void * xmlIOFTPOpen (const char * filename)<br>
|
||||
</pre>
|
||||
<p>open an FTP I/O channel</p>
|
||||
<p>DEPRECATED: Internal function, don't use. open an FTP I/O channel</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -610,7 +610,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
<a name="xmlIOFTPRead"></a>xmlIOFTPRead ()</h3>
|
||||
<pre class="programlisting">int xmlIOFTPRead (void * context, <br> char * buffer, <br> int len)<br>
|
||||
</pre>
|
||||
<p>Read @len bytes to @buffer from the I/O channel.</p>
|
||||
<p>DEPRECATED: Internal function, don't use. Read @len bytes to @buffer from the I/O channel.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -639,7 +639,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
<a name="xmlIOHTTPClose"></a>xmlIOHTTPClose ()</h3>
|
||||
<pre class="programlisting">int xmlIOHTTPClose (void * context)<br>
|
||||
</pre>
|
||||
<p>Close an HTTP I/O channel</p>
|
||||
<p>DEPRECATED: Internal function, don't use. Close an HTTP I/O channel</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -660,7 +660,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
<a name="xmlIOHTTPMatch"></a>xmlIOHTTPMatch ()</h3>
|
||||
<pre class="programlisting">int xmlIOHTTPMatch (const char * filename)<br>
|
||||
</pre>
|
||||
<p>check if the URI matches an HTTP one</p>
|
||||
<p>DEPRECATED: Internal function, don't use. check if the URI matches an HTTP one</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -681,7 +681,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
<a name="xmlIOHTTPOpen"></a>xmlIOHTTPOpen ()</h3>
|
||||
<pre class="programlisting">void * xmlIOHTTPOpen (const char * filename)<br>
|
||||
</pre>
|
||||
<p>open an HTTP I/O channel</p>
|
||||
<p>DEPRECATED: Internal function, don't use. open an HTTP I/O channel</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -702,7 +702,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
<a name="xmlIOHTTPOpenW"></a>xmlIOHTTPOpenW ()</h3>
|
||||
<pre class="programlisting">void * xmlIOHTTPOpenW (const char * post_uri, <br> int compression)<br>
|
||||
</pre>
|
||||
<p>Open a temporary buffer to collect the document for a subsequent HTTP POST request. Non-static as is called from the output buffer creation routine.</p>
|
||||
<p>DEPRECATED: Support for HTTP POST has been removed.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -716,7 +716,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>an I/O context or NULL in case of error.</td>
|
||||
<td>NULL.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -727,7 +727,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
<a name="xmlIOHTTPRead"></a>xmlIOHTTPRead ()</h3>
|
||||
<pre class="programlisting">int xmlIOHTTPRead (void * context, <br> char * buffer, <br> int len)<br>
|
||||
</pre>
|
||||
<p>Read @len bytes to @buffer from the I/O channel.</p>
|
||||
<p>DEPRECATED: Internal function, don't use. Read @len bytes to @buffer from the I/O channel.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -785,7 +785,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
<a name="xmlNormalizeWindowsPath"></a>xmlNormalizeWindowsPath ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * xmlNormalizeWindowsPath (const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * path)<br>
|
||||
</pre>
|
||||
<p>This function is obsolete. Please see xmlURIFromPath in uri.c for a better solution.</p>
|
||||
<p>DEPRECATED: This never really worked.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -795,7 +795,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>a canonicalized version of the path</td>
|
||||
<td>a copy of path.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -816,7 +816,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>the number of byte written or -1 in case of error.</td>
|
||||
<td>the number of byte written or a negative <a href="libxml2-xmlerror.html#xmlParserErrors">xmlParserErrors</a> code in case of error.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -1155,7 +1155,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
<a name="xmlParserInputBufferCreateFd"></a>xmlParserInputBufferCreateFd ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlParserInputBufferPtr">xmlParserInputBufferPtr</a> xmlParserInputBufferCreateFd (int fd, <br> <a href="libxml2-encoding.html#xmlCharEncoding">xmlCharEncoding</a> enc)<br>
|
||||
</pre>
|
||||
<p>Create a buffered parser input for the progressive parsing for the input from a file descriptor</p>
|
||||
<p>Create a buffered parser input for the progressive parsing for the input from a file descriptor The encoding argument is deprecated and should be set to <a href="libxml2-encoding.html#XML_CHAR_ENCODING_NONE">XML_CHAR_ENCODING_NONE</a>. The encoding can be changed with <a href="libxml2-parserInternals.html#xmlSwitchEncoding">xmlSwitchEncoding</a> or <a href="libxml2-parserInternals.html#xmlSwitchEncodingName">xmlSwitchEncodingName</a> later on.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1165,7 +1165,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>enc</tt></i>:</span></td>
|
||||
<td>the charset encoding if known</td>
|
||||
<td>the charset encoding if known (deprecated)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
@ -1180,7 +1180,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
<a name="xmlParserInputBufferCreateFile"></a>xmlParserInputBufferCreateFile ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlParserInputBufferPtr">xmlParserInputBufferPtr</a> xmlParserInputBufferCreateFile (FILE * file, <br> <a href="libxml2-encoding.html#xmlCharEncoding">xmlCharEncoding</a> enc)<br>
|
||||
</pre>
|
||||
<p>Create a buffered parser input for the progressive parsing of a FILE * buffered C I/O</p>
|
||||
<p>Create a buffered parser input for the progressive parsing of a FILE * buffered C I/O The encoding argument is deprecated and should be set to <a href="libxml2-encoding.html#XML_CHAR_ENCODING_NONE">XML_CHAR_ENCODING_NONE</a>. The encoding can be changed with <a href="libxml2-parserInternals.html#xmlSwitchEncoding">xmlSwitchEncoding</a> or <a href="libxml2-parserInternals.html#xmlSwitchEncodingName">xmlSwitchEncodingName</a> later on.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1190,7 +1190,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>enc</tt></i>:</span></td>
|
||||
<td>the charset encoding if known</td>
|
||||
<td>the charset encoding if known (deprecated)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
@ -1205,7 +1205,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
<a name="xmlParserInputBufferCreateFilename"></a>xmlParserInputBufferCreateFilename ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlParserInputBufferPtr">xmlParserInputBufferPtr</a> xmlParserInputBufferCreateFilename (const char * URI, <br> <a href="libxml2-encoding.html#xmlCharEncoding">xmlCharEncoding</a> enc)<br>
|
||||
</pre>
|
||||
<p>Create a buffered parser input for the progressive parsing of a file If filename is "-' then we use stdin as the input. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. Do an encoding check if enc == <a href="libxml2-encoding.html#XML_CHAR_ENCODING_NONE">XML_CHAR_ENCODING_NONE</a></p>
|
||||
<p>Create a buffered parser input for the progressive parsing of a file Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. Do an encoding check if enc == <a href="libxml2-encoding.html#XML_CHAR_ENCODING_NONE">XML_CHAR_ENCODING_NONE</a></p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1251,7 +1251,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
<a name="xmlParserInputBufferCreateIO"></a>xmlParserInputBufferCreateIO ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlParserInputBufferPtr">xmlParserInputBufferPtr</a> xmlParserInputBufferCreateIO (<a href="libxml2-xmlIO.html#xmlInputReadCallback">xmlInputReadCallback</a> ioread, <br> <a href="libxml2-xmlIO.html#xmlInputCloseCallback">xmlInputCloseCallback</a> ioclose, <br> void * ioctx, <br> <a href="libxml2-encoding.html#xmlCharEncoding">xmlCharEncoding</a> enc)<br>
|
||||
</pre>
|
||||
<p>Create a buffered parser input for the progressive parsing for the input from an I/O handler</p>
|
||||
<p>Create a buffered parser input for the progressive parsing for the input from an I/O handler The encoding argument is deprecated and should be set to <a href="libxml2-encoding.html#XML_CHAR_ENCODING_NONE">XML_CHAR_ENCODING_NONE</a>. The encoding can be changed with <a href="libxml2-parserInternals.html#xmlSwitchEncoding">xmlSwitchEncoding</a> or <a href="libxml2-parserInternals.html#xmlSwitchEncodingName">xmlSwitchEncodingName</a> later on.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1269,7 +1269,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>enc</tt></i>:</span></td>
|
||||
<td>the charset encoding if known</td>
|
||||
<td>the charset encoding if known (deprecated)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
@ -1284,7 +1284,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
<a name="xmlParserInputBufferCreateMem"></a>xmlParserInputBufferCreateMem ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlParserInputBufferPtr">xmlParserInputBufferPtr</a> xmlParserInputBufferCreateMem (const char * mem, <br> int size, <br> <a href="libxml2-encoding.html#xmlCharEncoding">xmlCharEncoding</a> enc)<br>
|
||||
</pre>
|
||||
<p>Create a buffered parser input for the progressive parsing for the input from a memory area.</p>
|
||||
<p>Create a parser input buffer for parsing from a memory area. This function makes a copy of the whole input buffer. If you are sure that the contents of the buffer will remain valid until the document was parsed, you can avoid the copy by using <a href="libxml2-xmlIO.html#xmlParserInputBufferCreateStatic">xmlParserInputBufferCreateStatic</a>. The encoding argument is deprecated and should be set to <a href="libxml2-encoding.html#XML_CHAR_ENCODING_NONE">XML_CHAR_ENCODING_NONE</a>. The encoding can be changed with <a href="libxml2-parserInternals.html#xmlSwitchEncoding">xmlSwitchEncoding</a> or <a href="libxml2-parserInternals.html#xmlSwitchEncodingName">xmlSwitchEncodingName</a> later on.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1298,11 +1298,11 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>enc</tt></i>:</span></td>
|
||||
<td>the charset encoding if known</td>
|
||||
<td>the charset encoding if known (deprecated)</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>the new parser input or NULL</td>
|
||||
<td>the new parser input or NULL in case of error.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -1313,7 +1313,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
<a name="xmlParserInputBufferCreateStatic"></a>xmlParserInputBufferCreateStatic ()</h3>
|
||||
<pre class="programlisting"><a href="libxml2-tree.html#xmlParserInputBufferPtr">xmlParserInputBufferPtr</a> xmlParserInputBufferCreateStatic (const char * mem, <br> int size, <br> <a href="libxml2-encoding.html#xmlCharEncoding">xmlCharEncoding</a> enc)<br>
|
||||
</pre>
|
||||
<p>DEPRECATED: Use <a href="libxml2-xmlIO.html#xmlParserInputBufferCreateMem">xmlParserInputBufferCreateMem</a>.</p>
|
||||
<p>Create a parser input buffer for parsing from a memory area. This functions assumes that the contents of the input buffer remain valid until the document was parsed. Use <a href="libxml2-xmlIO.html#xmlParserInputBufferCreateMem">xmlParserInputBufferCreateMem</a> otherwise. The encoding argument is deprecated and should be set to <a href="libxml2-encoding.html#XML_CHAR_ENCODING_NONE">XML_CHAR_ENCODING_NONE</a>. The encoding can be changed with <a href="libxml2-parserInternals.html#xmlSwitchEncoding">xmlSwitchEncoding</a> or <a href="libxml2-parserInternals.html#xmlSwitchEncodingName">xmlSwitchEncodingName</a> later on.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1331,7 +1331,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>the new parser input or NULL</td>
|
||||
<td>the new parser input or NULL in case of error.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
@ -1467,7 +1467,7 @@ int <a href="#xmlRegisterOutputCallbacks">xmlRegisterOutputCallbacks</a> (<a hre
|
||||
<a name="xmlRegisterHTTPPostCallbacks"></a>xmlRegisterHTTPPostCallbacks ()</h3>
|
||||
<pre class="programlisting">void xmlRegisterHTTPPostCallbacks (void)<br>
|
||||
</pre>
|
||||
<p>By default, libxml submits HTTP output requests using the "PUT" method. Calling this method changes the HTTP output method to use the "POST" method instead.</p>
|
||||
<p>DEPRECATED: Support for HTTP POST has been removed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
|
@ -31,6 +31,7 @@ void <a href="#initGenericErrorDefaultFunc">initGenericErrorDefaultFunc</a> (<a
|
||||
int <a href="#xmlCopyError">xmlCopyError</a> (const <a href="libxml2-xmlerror.html#xmlError">xmlError</a> * from, <br> <a href="libxml2-xmlerror.html#xmlErrorPtr">xmlErrorPtr</a> to);
|
||||
const <a href="libxml2-xmlerror.html#xmlError">xmlError</a> * <a href="#xmlCtxtGetLastError">xmlCtxtGetLastError</a> (void * ctx);
|
||||
void <a href="#xmlCtxtResetLastError">xmlCtxtResetLastError</a> (void * ctx);
|
||||
void <a href="#xmlFormatError">xmlFormatError</a> (const <a href="libxml2-xmlerror.html#xmlError">xmlError</a> * err, <br> <a href="libxml2-xmlerror.html#xmlGenericErrorFunc">xmlGenericErrorFunc</a> channel, <br> void * data);
|
||||
typedef void <a href="#xmlGenericErrorFunc">xmlGenericErrorFunc</a> (void * ctx, <br> const char * msg, <br> ... ...);
|
||||
const <a href="libxml2-xmlerror.html#xmlError">xmlError</a> * <a href="#xmlGetLastError">xmlGetLastError</a> (void);
|
||||
void <a href="#xmlParserError">xmlParserError</a> (void * ctx, <br> const char * msg, <br> ... ...);
|
||||
@ -253,6 +254,11 @@ void <a href="#xmlThrDefSetStructuredErrorFunc">xmlThrDefSetStructuredErrorFunc<
|
||||
<a name="XML_ERR_USER_STOP">XML_ERR_USER_STOP</a> = 111 /* 111 */
|
||||
<a name="XML_ERR_COMMENT_ABRUPTLY_ENDED">XML_ERR_COMMENT_ABRUPTLY_ENDED</a> = 112 /* 112 */
|
||||
<a name="XML_WAR_ENCODING_MISMATCH">XML_WAR_ENCODING_MISMATCH</a> = 113 /* 113 */
|
||||
<a name="XML_ERR_RESOURCE_LIMIT">XML_ERR_RESOURCE_LIMIT</a> = 114 /* 114 */
|
||||
<a name="XML_ERR_ARGUMENT">XML_ERR_ARGUMENT</a> = 115 /* 115 */
|
||||
<a name="XML_ERR_SYSTEM">XML_ERR_SYSTEM</a> = 116 /* 116 */
|
||||
<a name="XML_ERR_REDECL_PREDEF_ENTITY">XML_ERR_REDECL_PREDEF_ENTITY</a> = 117 /* 117 */
|
||||
<a name="XML_ERR_INT_SUBSET_NOT_FINISHED">XML_ERR_INT_SUBSET_NOT_FINISHED</a> = 118 /* 118 */
|
||||
<a name="XML_NS_ERR_XML_NAMESPACE">XML_NS_ERR_XML_NAMESPACE</a> = 200
|
||||
<a name="XML_NS_ERR_UNDEFINED_NAMESPACE">XML_NS_ERR_UNDEFINED_NAMESPACE</a> = 201 /* 201 */
|
||||
<a name="XML_NS_ERR_QNAME">XML_NS_ERR_QNAME</a> = 202 /* 202 */
|
||||
@ -515,6 +521,7 @@ void <a href="#xmlThrDefSetStructuredErrorFunc">xmlThrDefSetStructuredErrorFunc<
|
||||
<a name="XML_IO_EADDRINUSE">XML_IO_EADDRINUSE</a> = 1554 /* 1554 */
|
||||
<a name="XML_IO_EALREADY">XML_IO_EALREADY</a> = 1555 /* 1555 */
|
||||
<a name="XML_IO_EAFNOSUPPORT">XML_IO_EAFNOSUPPORT</a> = 1556 /* 1556 */
|
||||
<a name="XML_IO_UNSUPPORTED_PROTOCOL">XML_IO_UNSUPPORTED_PROTOCOL</a> = 1557 /* 1557 */
|
||||
<a name="XML_XINCLUDE_RECURSION">XML_XINCLUDE_RECURSION</a> = 1600
|
||||
<a name="XML_XINCLUDE_PARSE_VALUE">XML_XINCLUDE_PARSE_VALUE</a> = 1601 /* 1601 */
|
||||
<a name="XML_XINCLUDE_ENTITY_DEF_MISMATCH">XML_XINCLUDE_ENTITY_DEF_MISMATCH</a> = 1602 /* 1602 */
|
||||
@ -1005,6 +1012,31 @@ void <a href="#xmlThrDefSetStructuredErrorFunc">xmlThrDefSetStructuredErrorFunc<
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlFormatError"></a>xmlFormatError ()</h3>
|
||||
<pre class="programlisting">void xmlFormatError (const <a href="libxml2-xmlerror.html#xmlError">xmlError</a> * err, <br> <a href="libxml2-xmlerror.html#xmlGenericErrorFunc">xmlGenericErrorFunc</a> channel, <br> void * data)<br>
|
||||
</pre>
|
||||
<p>Report a formatted error to a printf-like callback. This can result in a verbose multi-line report including additional information from the parser context. Available since 2.13.0.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>err</tt></i>:</span></td>
|
||||
<td>the error</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>channel</tt></i>:</span></td>
|
||||
<td>callback</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>data</tt></i>:</span></td>
|
||||
<td>user data for callback</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlGetLastError"></a>xmlGetLastError ()</h3>
|
||||
<pre class="programlisting">const <a href="libxml2-xmlerror.html#xmlError">xmlError</a> * xmlGetLastError (void)<br>
|
||||
</pre>
|
||||
@ -1048,7 +1080,7 @@ void <a href="#xmlThrDefSetStructuredErrorFunc">xmlThrDefSetStructuredErrorFunc<
|
||||
<a name="xmlParserPrintFileContext"></a>xmlParserPrintFileContext ()</h3>
|
||||
<pre class="programlisting">void xmlParserPrintFileContext (<a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> input)<br>
|
||||
</pre>
|
||||
<p>Displays current context within the input content for error tracking</p>
|
||||
<p>DEPRECATED: Use <a href="libxml2-xmlerror.html#xmlFormatError">xmlFormatError</a>. Displays current context within the input content for error tracking</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody><tr>
|
||||
@ -1063,7 +1095,7 @@ void <a href="#xmlThrDefSetStructuredErrorFunc">xmlThrDefSetStructuredErrorFunc<
|
||||
<a name="xmlParserPrintFileInfo"></a>xmlParserPrintFileInfo ()</h3>
|
||||
<pre class="programlisting">void xmlParserPrintFileInfo (<a href="libxml2-tree.html#xmlParserInputPtr">xmlParserInputPtr</a> input)<br>
|
||||
</pre>
|
||||
<p>Displays the associated file and line information for the current input</p>
|
||||
<p>DEPRECATED: Use <a href="libxml2-xmlerror.html#xmlFormatError">xmlFormatError</a>. Displays the associated file and line information for the current input</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody><tr>
|
||||
@ -1176,7 +1208,7 @@ void <a href="#xmlThrDefSetStructuredErrorFunc">xmlThrDefSetStructuredErrorFunc<
|
||||
<a name="xmlSetGenericErrorFunc"></a>xmlSetGenericErrorFunc ()</h3>
|
||||
<pre class="programlisting">void xmlSetGenericErrorFunc (void * ctx, <br> <a href="libxml2-xmlerror.html#xmlGenericErrorFunc">xmlGenericErrorFunc</a> handler)<br>
|
||||
</pre>
|
||||
<p>Function to reset the handler and the error context for out of context error messages. This simply means that @handler will be called for subsequent error messages while not parsing nor validating. And @ctx will be passed as first argument to @handler One can simply force messages to be emitted to another FILE * than stderr by setting @ctx to this file handle and @handler to NULL. For multi-threaded applications, this must be set separately for each thread.</p>
|
||||
<p>DEPRECATED: See <a href="libxml2-xmlerror.html#xmlSetStructuredErrorFunc">xmlSetStructuredErrorFunc</a> for alternatives. Set the global "generic" handler and context for error messages. The generic error handler will only receive fragments of error messages which should be concatenated or printed to a stream. If handler is NULL, use the built-in default handler which prints to stderr. Since this is a global setting, it's a good idea to reset the error handler to its default value after collecting the errors you're interested in. For multi-threaded applications, this must be set separately for each thread.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1197,7 +1229,7 @@ void <a href="#xmlThrDefSetStructuredErrorFunc">xmlThrDefSetStructuredErrorFunc<
|
||||
<a name="xmlSetStructuredErrorFunc"></a>xmlSetStructuredErrorFunc ()</h3>
|
||||
<pre class="programlisting">void xmlSetStructuredErrorFunc (void * ctx, <br> <a href="libxml2-xmlerror.html#xmlStructuredErrorFunc">xmlStructuredErrorFunc</a> handler)<br>
|
||||
</pre>
|
||||
<p>Function to reset the handler and the error context for out of context structured error messages. This simply means that @handler will be called for subsequent error messages while not parsing nor validating. And @ctx will be passed as first argument to @handler For multi-threaded applications, this must be set separately for each thread.</p>
|
||||
<p>DEPRECATED: Use a per-context error handler. It's recommended to use the per-context error handlers instead: - <a href="libxml2-parser.html#xmlCtxtSetErrorHandler">xmlCtxtSetErrorHandler</a> (since 2.13.0) - <a href="libxml2-xmlreader.html#xmlTextReaderSetStructuredErrorHandler">xmlTextReaderSetStructuredErrorHandler</a> - <a href="libxml2-xpath.html#xmlXPathSetErrorHandler">xmlXPathSetErrorHandler</a> (since 2.13.0) - <a href="libxml2-xinclude.html#xmlXIncludeSetErrorHandler">xmlXIncludeSetErrorHandler</a> (since 2.13.0) - <a href="libxml2-xmlschemas.html#xmlSchemaSetParserStructuredErrors">xmlSchemaSetParserStructuredErrors</a> - <a href="libxml2-xmlschemas.html#xmlSchemaSetValidStructuredErrors">xmlSchemaSetValidStructuredErrors</a> - <a href="libxml2-relaxng.html#xmlRelaxNGSetParserStructuredErrors">xmlRelaxNGSetParserStructuredErrors</a> - <a href="libxml2-relaxng.html#xmlRelaxNGSetValidStructuredErrors">xmlRelaxNGSetValidStructuredErrors</a> Set the global "structured" handler and context for error messages. If handler is NULL, the error handler is deactivated. The structured error handler takes precedence over "generic" handlers, even per-context generic handlers. Since this is a global setting, it's a good idea to deactivate the error handler after collecting the errors you're interested in. For multi-threaded applications, this must be set separately for each thread.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
|
@ -22,31 +22,12 @@
|
||||
<p>Author(s): </p>
|
||||
<div class="refsynopsisdiv">
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">#define <a href="#XMLPUBFUN">XMLPUBFUN</a>;
|
||||
#define <a href="#XMLPUBVAR">XMLPUBVAR</a>;
|
||||
</pre>
|
||||
<pre class="synopsis"></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="XMLPUBFUN">Macro </a>XMLPUBFUN</h3>
|
||||
<pre class="programlisting">#define <a href="#XMLPUBFUN">XMLPUBFUN</a>;
|
||||
</pre>
|
||||
<p>Macro which declares an exportable function</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="XMLPUBVAR">Macro </a>XMLPUBVAR</h3>
|
||||
<pre class="programlisting">#define <a href="#XMLPUBVAR">XMLPUBVAR</a>;
|
||||
</pre>
|
||||
<p>Macro which declares an exportable variable</p>
|
||||
</div>
|
||||
<hr>
|
||||
</div>
|
||||
<div class="refsect2" lang="en"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -267,7 +267,7 @@ typedef char * <a href="#xmlStrdupFunc">xmlStrdupFunc</a> (const char * str);
|
||||
<col align="left">
|
||||
<tbody><tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td></td>
|
||||
<td>0.</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
@ -277,7 +277,7 @@ typedef char * <a href="#xmlStrdupFunc">xmlStrdupFunc</a> (const char * str);
|
||||
<a name="xmlMallocAtomicLoc"></a>xmlMallocAtomicLoc ()</h3>
|
||||
<pre class="programlisting">void * xmlMallocAtomicLoc (size_t size, <br> const char * file, <br> int line)<br>
|
||||
</pre>
|
||||
<p>a malloc() equivalent, with logging of the allocation info.</p>
|
||||
<p>DEPRECATED: don't use</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -306,7 +306,7 @@ typedef char * <a href="#xmlStrdupFunc">xmlStrdupFunc</a> (const char * str);
|
||||
<a name="xmlMallocLoc"></a>xmlMallocLoc ()</h3>
|
||||
<pre class="programlisting">void * xmlMallocLoc (size_t size, <br> const char * file, <br> int line)<br>
|
||||
</pre>
|
||||
<p>a malloc() equivalent, with logging of the allocation info.</p>
|
||||
<p>DEPRECATED: don't use</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -350,12 +350,12 @@ typedef char * <a href="#xmlStrdupFunc">xmlStrdupFunc</a> (const char * str);
|
||||
<a name="xmlMemDisplay"></a>xmlMemDisplay ()</h3>
|
||||
<pre class="programlisting">void xmlMemDisplay (FILE * fp)<br>
|
||||
</pre>
|
||||
<p>show in-extenso the memory blocks allocated</p>
|
||||
<p>DEPRECATED: This feature was removed.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody><tr>
|
||||
<td><span class="term"><i><tt>fp</tt></i>:</span></td>
|
||||
<td>a FILE descriptor used as the output file, if NULL, the result is written to the file .memorylist</td>
|
||||
<td>a FILE descriptor</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
@ -365,13 +365,13 @@ typedef char * <a href="#xmlStrdupFunc">xmlStrdupFunc</a> (const char * str);
|
||||
<a name="xmlMemDisplayLast"></a>xmlMemDisplayLast ()</h3>
|
||||
<pre class="programlisting">void xmlMemDisplayLast (FILE * fp, <br> long nbBytes)<br>
|
||||
</pre>
|
||||
<p>the last nbBytes of memory allocated and not freed, useful for dumping the memory left allocated between two places at runtime.</p>
|
||||
<p>DEPRECATED: This feature was removed.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>fp</tt></i>:</span></td>
|
||||
<td>a FILE descriptor used as the output file, if NULL, the result is written to the file .memorylist</td>
|
||||
<td>a FILE descriptor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>nbBytes</tt></i>:</span></td>
|
||||
@ -513,13 +513,13 @@ typedef char * <a href="#xmlStrdupFunc">xmlStrdupFunc</a> (const char * str);
|
||||
<a name="xmlMemShow"></a>xmlMemShow ()</h3>
|
||||
<pre class="programlisting">void xmlMemShow (FILE * fp, <br> int nr)<br>
|
||||
</pre>
|
||||
<p>show a show display of the memory allocated, and dump the @nr last allocated areas which were not freed</p>
|
||||
<p>DEPRECATED: This feature was removed.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>fp</tt></i>:</span></td>
|
||||
<td>a FILE descriptor used as the output file</td>
|
||||
<td>a FILE descriptor</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>nr</tt></i>:</span></td>
|
||||
@ -555,7 +555,7 @@ typedef char * <a href="#xmlStrdupFunc">xmlStrdupFunc</a> (const char * str);
|
||||
<a name="xmlMemStrdupLoc"></a>xmlMemStrdupLoc ()</h3>
|
||||
<pre class="programlisting">char * xmlMemStrdupLoc (const char * str, <br> const char * file, <br> int line)<br>
|
||||
</pre>
|
||||
<p>a strdup() equivalent, with logging of the allocation info.</p>
|
||||
<p>DEPRECATED: don't use</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -599,7 +599,7 @@ typedef char * <a href="#xmlStrdupFunc">xmlStrdupFunc</a> (const char * str);
|
||||
<a name="xmlMemoryDump"></a>xmlMemoryDump ()</h3>
|
||||
<pre class="programlisting">void xmlMemoryDump (void)<br>
|
||||
</pre>
|
||||
<p>Dump in-extenso the memory blocks allocated to the file .memorylist</p>
|
||||
<p>DEPRECATED: This feature was removed.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
@ -628,7 +628,7 @@ typedef char * <a href="#xmlStrdupFunc">xmlStrdupFunc</a> (const char * str);
|
||||
<a name="xmlReallocLoc"></a>xmlReallocLoc ()</h3>
|
||||
<pre class="programlisting">void * xmlReallocLoc (void * ptr, <br> size_t size, <br> const char * file, <br> int line)<br>
|
||||
</pre>
|
||||
<p>a realloc() equivalent, with logging of the allocation info.</p>
|
||||
<p>DEPRECATED: don't use</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
|
@ -67,6 +67,7 @@ typedef void <a href="#xmlTextReaderErrorFunc">xmlTextReaderErrorFunc</a> (void
|
||||
<a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlTextReaderGetAttributeNo">xmlTextReaderGetAttributeNo</a> (<a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> reader, <br> int no);
|
||||
<a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * <a href="#xmlTextReaderGetAttributeNs">xmlTextReaderGetAttributeNs</a> (<a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> reader, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * localName, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * namespaceURI);
|
||||
void <a href="#xmlTextReaderGetErrorHandler">xmlTextReaderGetErrorHandler</a> (<a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> reader, <br> <a href="libxml2-xmlreader.html#xmlTextReaderErrorFunc">xmlTextReaderErrorFunc</a> * f, <br> void ** arg);
|
||||
const <a href="libxml2-xmlerror.html#xmlError">xmlError</a> * <a href="#xmlTextReaderGetLastError">xmlTextReaderGetLastError</a> (<a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> reader);
|
||||
int <a href="#xmlTextReaderGetParserColumnNumber">xmlTextReaderGetParserColumnNumber</a> (<a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> reader);
|
||||
int <a href="#xmlTextReaderGetParserLineNumber">xmlTextReaderGetParserLineNumber</a> (<a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> reader);
|
||||
int <a href="#xmlTextReaderGetParserProp">xmlTextReaderGetParserProp</a> (<a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> reader, <br> int prop);
|
||||
@ -1218,6 +1219,27 @@ The content of this structure is not made public by the API.
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlTextReaderGetLastError"></a>xmlTextReaderGetLastError ()</h3>
|
||||
<pre class="programlisting">const <a href="libxml2-xmlerror.html#xmlError">xmlError</a> * xmlTextReaderGetLastError (<a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> reader)<br>
|
||||
</pre>
|
||||
<p>Available since 2.13.0.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>reader</tt></i>:</span></td>
|
||||
<td>an XML reader</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>the last error.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlTextReaderGetParserColumnNumber"></a>xmlTextReaderGetParserColumnNumber ()</h3>
|
||||
<pre class="programlisting">int xmlTextReaderGetParserColumnNumber (<a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> reader)<br>
|
||||
</pre>
|
||||
@ -2142,7 +2164,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlTextReaderSetErrorHandler"></a>xmlTextReaderSetErrorHandler ()</h3>
|
||||
<pre class="programlisting">void xmlTextReaderSetErrorHandler (<a href="libxml2-xmlreader.html#xmlTextReaderPtr">xmlTextReaderPtr</a> reader, <br> <a href="libxml2-xmlreader.html#xmlTextReaderErrorFunc">xmlTextReaderErrorFunc</a> f, <br> void * arg)<br>
|
||||
</pre>
|
||||
<p>Register a callback function that will be called on error and warnings. If @f is NULL, the default error and warning handlers are restored.</p>
|
||||
<p>DEPRECATED: Use <a href="libxml2-xmlreader.html#xmlTextReaderSetStructuredErrorHandler">xmlTextReaderSetStructuredErrorHandler</a>. Register a callback function that will be called on error and warnings. If @f is NULL, the default error and warning handlers are restored.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
|
@ -27,6 +27,7 @@ typedef <a href="libxml2-xmlsave.html#xmlSaveCtxt">xmlSaveCtxt</a> * <a href="#x
|
||||
typedef enum <a href="#xmlSaveOption">xmlSaveOption</a>;
|
||||
int <a href="#xmlSaveClose">xmlSaveClose</a> (<a href="libxml2-xmlsave.html#xmlSaveCtxtPtr">xmlSaveCtxtPtr</a> ctxt);
|
||||
long <a href="#xmlSaveDoc">xmlSaveDoc</a> (<a href="libxml2-xmlsave.html#xmlSaveCtxtPtr">xmlSaveCtxtPtr</a> ctxt, <br> <a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc);
|
||||
int <a href="#xmlSaveFinish">xmlSaveFinish</a> (<a href="libxml2-xmlsave.html#xmlSaveCtxtPtr">xmlSaveCtxtPtr</a> ctxt);
|
||||
int <a href="#xmlSaveFlush">xmlSaveFlush</a> (<a href="libxml2-xmlsave.html#xmlSaveCtxtPtr">xmlSaveCtxtPtr</a> ctxt);
|
||||
int <a href="#xmlSaveSetAttrEscape">xmlSaveSetAttrEscape</a> (<a href="libxml2-xmlsave.html#xmlSaveCtxtPtr">xmlSaveCtxtPtr</a> ctxt, <br> <a href="libxml2-encoding.html#xmlCharEncodingOutputFunc">xmlCharEncodingOutputFunc</a> escape);
|
||||
int <a href="#xmlSaveSetEscape">xmlSaveSetEscape</a> (<a href="libxml2-xmlsave.html#xmlSaveCtxtPtr">xmlSaveCtxtPtr</a> ctxt, <br> <a href="libxml2-encoding.html#xmlCharEncodingOutputFunc">xmlCharEncodingOutputFunc</a> escape);
|
||||
@ -127,6 +128,27 @@ The content of this structure is not made public by the API.
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlSaveFinish"></a>xmlSaveFinish ()</h3>
|
||||
<pre class="programlisting">int xmlSaveFinish (<a href="libxml2-xmlsave.html#xmlSaveCtxtPtr">xmlSaveCtxtPtr</a> ctxt)<br>
|
||||
</pre>
|
||||
<p>Close a document saving context, i.e. make sure that all bytes have been output and free the associated data. Available since 2.13.0.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>ctxt</tt></i>:</span></td>
|
||||
<td>a document saving context</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>an <a href="libxml2-xmlerror.html#xmlParserErrors">xmlParserErrors</a> code.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlSaveFlush"></a>xmlSaveFlush ()</h3>
|
||||
<pre class="programlisting">int xmlSaveFlush (<a href="libxml2-xmlsave.html#xmlSaveCtxtPtr">xmlSaveCtxtPtr</a> ctxt)<br>
|
||||
</pre>
|
||||
|
@ -603,7 +603,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlSchemaSetParserErrors"></a>xmlSchemaSetParserErrors ()</h3>
|
||||
<pre class="programlisting">void xmlSchemaSetParserErrors (<a href="libxml2-xmlschemas.html#xmlSchemaParserCtxtPtr">xmlSchemaParserCtxtPtr</a> ctxt, <br> <a href="libxml2-xmlschemas.html#xmlSchemaValidityErrorFunc">xmlSchemaValidityErrorFunc</a> err, <br> <a href="libxml2-xmlschemas.html#xmlSchemaValidityWarningFunc">xmlSchemaValidityWarningFunc</a> warn, <br> void * ctx)<br>
|
||||
</pre>
|
||||
<p>Set the callback functions used to handle errors for a validation context</p>
|
||||
<p>DEPRECATED: Use <a href="libxml2-xmlschemas.html#xmlSchemaSetParserStructuredErrors">xmlSchemaSetParserStructuredErrors</a>. Set the callback functions used to handle errors for a validation context</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -657,7 +657,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlSchemaSetValidErrors"></a>xmlSchemaSetValidErrors ()</h3>
|
||||
<pre class="programlisting">void xmlSchemaSetValidErrors (<a href="libxml2-xmlschemas.html#xmlSchemaValidCtxtPtr">xmlSchemaValidCtxtPtr</a> ctxt, <br> <a href="libxml2-xmlschemas.html#xmlSchemaValidityErrorFunc">xmlSchemaValidityErrorFunc</a> err, <br> <a href="libxml2-xmlschemas.html#xmlSchemaValidityWarningFunc">xmlSchemaValidityWarningFunc</a> warn, <br> void * ctx)<br>
|
||||
</pre>
|
||||
<p>Set the error and warning callback information</p>
|
||||
<p>DEPRECATED: Use <a href="libxml2-xmlschemas.html#xmlSchemaSetValidStructuredErrors">xmlSchemaSetValidStructuredErrors</a>. Set the error and warning callback information</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
|
@ -841,7 +841,7 @@ int <a href="#xmlUTF8Strsize">xmlUTF8Strsize</a> (const <a href="libxml2-xmlst
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>a pointer to a newly created string or NULL if any problem</td>
|
||||
<td>a pointer to a newly created string or NULL if the start index is out of bounds or a memory allocation failed. If len is too large, the result is truncated.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
|
@ -22,14 +22,11 @@
|
||||
<p>Author(s): Daniel Veillard </p>
|
||||
<div class="refsynopsisdiv">
|
||||
<h2>Synopsis</h2>
|
||||
<pre class="synopsis">#define <a href="#DEBUG_MEMORY_LOCATION">DEBUG_MEMORY_LOCATION</a>;
|
||||
#define <a href="#LIBXML_AUTOMATA_ENABLED">LIBXML_AUTOMATA_ENABLED</a>;
|
||||
<pre class="synopsis">#define <a href="#LIBXML_AUTOMATA_ENABLED">LIBXML_AUTOMATA_ENABLED</a>;
|
||||
#define <a href="#LIBXML_C14N_ENABLED">LIBXML_C14N_ENABLED</a>;
|
||||
#define <a href="#LIBXML_CATALOG_ENABLED">LIBXML_CATALOG_ENABLED</a>;
|
||||
#define <a href="#LIBXML_DEBUG_ENABLED">LIBXML_DEBUG_ENABLED</a>;
|
||||
#define <a href="#LIBXML_DEBUG_RUNTIME">LIBXML_DEBUG_RUNTIME</a>;
|
||||
#define <a href="#LIBXML_DOTTED_VERSION">LIBXML_DOTTED_VERSION</a>;
|
||||
#define <a href="#LIBXML_EXPR_ENABLED">LIBXML_EXPR_ENABLED</a>;
|
||||
#define <a href="#LIBXML_FTP_ENABLED">LIBXML_FTP_ENABLED</a>;
|
||||
#define <a href="#LIBXML_HTML_ENABLED">LIBXML_HTML_ENABLED</a>;
|
||||
#define <a href="#LIBXML_HTTP_ENABLED">LIBXML_HTTP_ENABLED</a>;
|
||||
@ -63,9 +60,6 @@
|
||||
#define <a href="#LIBXML_XPTR_ENABLED">LIBXML_XPTR_ENABLED</a>;
|
||||
#define <a href="#LIBXML_XPTR_LOCS_ENABLED">LIBXML_XPTR_LOCS_ENABLED</a>;
|
||||
#define <a href="#LIBXML_ZLIB_ENABLED">LIBXML_ZLIB_ENABLED</a>;
|
||||
#define <a href="#WITHOUT_TRIO">WITHOUT_TRIO</a>;
|
||||
#define <a href="#WITH_TRIO">WITH_TRIO</a>;
|
||||
void <a href="#xmlCheckVersion">xmlCheckVersion</a> (int version);
|
||||
</pre>
|
||||
</div>
|
||||
<div class="refsect1" lang="en"><h2>Description</h2></div>
|
||||
@ -74,14 +68,6 @@ void <a href="#xmlCheckVersion">xmlCheckVersion</a> (int version);
|
||||
<div class="refsect2" lang="en">
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="DEBUG_MEMORY_LOCATION">Macro </a>DEBUG_MEMORY_LOCATION</h3>
|
||||
<pre class="programlisting">#define <a href="#DEBUG_MEMORY_LOCATION">DEBUG_MEMORY_LOCATION</a>;
|
||||
</pre>
|
||||
<p>Whether the memory debugging is configured in</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="LIBXML_AUTOMATA_ENABLED">Macro </a>LIBXML_AUTOMATA_ENABLED</h3>
|
||||
<pre class="programlisting">#define <a href="#LIBXML_AUTOMATA_ENABLED">LIBXML_AUTOMATA_ENABLED</a>;
|
||||
</pre>
|
||||
@ -114,14 +100,6 @@ void <a href="#xmlCheckVersion">xmlCheckVersion</a> (int version);
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="LIBXML_DEBUG_RUNTIME">Macro </a>LIBXML_DEBUG_RUNTIME</h3>
|
||||
<pre class="programlisting">#define <a href="#LIBXML_DEBUG_RUNTIME">LIBXML_DEBUG_RUNTIME</a>;
|
||||
</pre>
|
||||
<p>Removed</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="LIBXML_DOTTED_VERSION">Macro </a>LIBXML_DOTTED_VERSION</h3>
|
||||
<pre class="programlisting">#define <a href="#LIBXML_DOTTED_VERSION">LIBXML_DOTTED_VERSION</a>;
|
||||
</pre>
|
||||
@ -130,14 +108,6 @@ void <a href="#xmlCheckVersion">xmlCheckVersion</a> (int version);
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="LIBXML_EXPR_ENABLED">Macro </a>LIBXML_EXPR_ENABLED</h3>
|
||||
<pre class="programlisting">#define <a href="#LIBXML_EXPR_ENABLED">LIBXML_EXPR_ENABLED</a>;
|
||||
</pre>
|
||||
<p>Whether the formal expressions interfaces are compiled in This code is unused and disabled unconditionally for now.</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="LIBXML_FTP_ENABLED">Macro </a>LIBXML_FTP_ENABLED</h3>
|
||||
<pre class="programlisting">#define <a href="#LIBXML_FTP_ENABLED">LIBXML_FTP_ENABLED</a>;
|
||||
</pre>
|
||||
@ -400,37 +370,6 @@ void <a href="#xmlCheckVersion">xmlCheckVersion</a> (int version);
|
||||
<p>Whether the Zlib support is compiled in</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="WITHOUT_TRIO">Macro </a>WITHOUT_TRIO</h3>
|
||||
<pre class="programlisting">#define <a href="#WITHOUT_TRIO">WITHOUT_TRIO</a>;
|
||||
</pre>
|
||||
<p>defined if the trio support should not be configured in</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="WITH_TRIO">Macro </a>WITH_TRIO</h3>
|
||||
<pre class="programlisting">#define <a href="#WITH_TRIO">WITH_TRIO</a>;
|
||||
</pre>
|
||||
<p>defined if the trio support need to be configured in</p>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlCheckVersion"></a>xmlCheckVersion ()</h3>
|
||||
<pre class="programlisting">void xmlCheckVersion (int version)<br>
|
||||
</pre>
|
||||
<p>check the compiled lib version against the include one. This can warn or immediately kill the application</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody><tr>
|
||||
<td><span class="term"><i><tt>version</tt></i>:</span></td>
|
||||
<td>the include version number</td>
|
||||
</tr></tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -33,6 +33,7 @@ void <a href="#xmlFreeTextWriter">xmlFreeTextWriter</a> (<a href="libxml2-xmlwr
|
||||
<a href="libxml2-xmlwriter.html#xmlTextWriterPtr">xmlTextWriterPtr</a> <a href="#xmlNewTextWriterMemory">xmlNewTextWriterMemory</a> (<a href="libxml2-tree.html#xmlBufferPtr">xmlBufferPtr</a> buf, <br> int compression);
|
||||
<a href="libxml2-xmlwriter.html#xmlTextWriterPtr">xmlTextWriterPtr</a> <a href="#xmlNewTextWriterPushParser">xmlNewTextWriterPushParser</a> (<a href="libxml2-tree.html#xmlParserCtxtPtr">xmlParserCtxtPtr</a> ctxt, <br> int compression);
|
||||
<a href="libxml2-xmlwriter.html#xmlTextWriterPtr">xmlTextWriterPtr</a> <a href="#xmlNewTextWriterTree">xmlNewTextWriterTree</a> (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc, <br> <a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br> int compression);
|
||||
int <a href="#xmlTextWriterClose">xmlTextWriterClose</a> (<a href="libxml2-xmlwriter.html#xmlTextWriterPtr">xmlTextWriterPtr</a> writer);
|
||||
int <a href="#xmlTextWriterEndAttribute">xmlTextWriterEndAttribute</a> (<a href="libxml2-xmlwriter.html#xmlTextWriterPtr">xmlTextWriterPtr</a> writer);
|
||||
int <a href="#xmlTextWriterEndCDATA">xmlTextWriterEndCDATA</a> (<a href="libxml2-xmlwriter.html#xmlTextWriterPtr">xmlTextWriterPtr</a> writer);
|
||||
int <a href="#xmlTextWriterEndComment">xmlTextWriterEndComment</a> (<a href="libxml2-xmlwriter.html#xmlTextWriterPtr">xmlTextWriterPtr</a> writer);
|
||||
@ -317,6 +318,28 @@ The content of this structure is not made public by the API.
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlTextWriterClose"></a>xmlTextWriterClose ()</h3>
|
||||
<pre class="programlisting">int xmlTextWriterClose (<a href="libxml2-xmlwriter.html#xmlTextWriterPtr">xmlTextWriterPtr</a> writer)<br>
|
||||
</pre>
|
||||
<p>Flushes and closes the output buffer. Available since 2.13.0.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>writer</tt></i>:</span></td>
|
||||
<td>the <a href="libxml2-xmlwriter.html#xmlTextWriterPtr">xmlTextWriterPtr</a>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>Returns</tt></i>:</span></td>
|
||||
<td>an <a href="libxml2-xmlerror.html#xmlParserErrors">xmlParserErrors</a> code.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlTextWriterEndAttribute"></a>xmlTextWriterEndAttribute ()</h3>
|
||||
<pre class="programlisting">int xmlTextWriterEndAttribute (<a href="libxml2-xmlwriter.html#xmlTextWriterPtr">xmlTextWriterPtr</a> writer)<br>
|
||||
</pre>
|
||||
|
@ -92,6 +92,7 @@ int <a href="#xmlXPathIsNaN">xmlXPathIsNaN</a> (double val);
|
||||
<a href="libxml2-xpath.html#xmlXPathObjectPtr">xmlXPathObjectPtr</a> <a href="#xmlXPathObjectCopy">xmlXPathObjectCopy</a> (<a href="libxml2-xpath.html#xmlXPathObjectPtr">xmlXPathObjectPtr</a> val);
|
||||
long <a href="#xmlXPathOrderDocElems">xmlXPathOrderDocElems</a> (<a href="libxml2-tree.html#xmlDocPtr">xmlDocPtr</a> doc);
|
||||
int <a href="#xmlXPathSetContextNode">xmlXPathSetContextNode</a> (<a href="libxml2-tree.html#xmlNodePtr">xmlNodePtr</a> node, <br> <a href="libxml2-xpath.html#xmlXPathContextPtr">xmlXPathContextPtr</a> ctx);
|
||||
void <a href="#xmlXPathSetErrorHandler">xmlXPathSetErrorHandler</a> (<a href="libxml2-xpath.html#xmlXPathContextPtr">xmlXPathContextPtr</a> ctxt, <br> <a href="libxml2-xmlerror.html#xmlStructuredErrorFunc">xmlStructuredErrorFunc</a> handler, <br> void * data);
|
||||
typedef <a href="libxml2-xpath.html#xmlXPathObjectPtr">xmlXPathObjectPtr</a> <a href="#xmlXPathVariableLookupFunc">xmlXPathVariableLookupFunc</a> (void * ctxt, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * name, <br> const <a href="libxml2-xmlstring.html#xmlChar">xmlChar</a> * ns_uri);
|
||||
</pre>
|
||||
</div>
|
||||
@ -1018,7 +1019,7 @@ The content of this structure is not made public by the API.
|
||||
<a name="xmlXPathContextSetCache"></a>xmlXPathContextSetCache ()</h3>
|
||||
<pre class="programlisting">int xmlXPathContextSetCache (<a href="libxml2-xpath.html#xmlXPathContextPtr">xmlXPathContextPtr</a> ctxt, <br> int active, <br> int value, <br> int options)<br>
|
||||
</pre>
|
||||
<p>Creates/frees an object cache on the XPath context. If activates XPath objects (xmlXPathObject) will be cached internally to be reused. @options: 0: This will set the XPath object caching: @value: This will set the maximum number of XPath objects to be cached per slot There are 5 slots for: node-set, string, number, boolean, and misc objects. Use <0 for the default number (100). Other values for @options have currently no effect.</p>
|
||||
<p>Creates/frees an object cache on the XPath context. If activates XPath objects (xmlXPathObject) will be cached internally to be reused. @options: 0: This will set the XPath object caching: @value: This will set the maximum number of XPath objects to be cached per slot There are two slots for node-set and misc objects. Use <0 for the default number (100). Other values for @options have currently no effect.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
@ -1472,6 +1473,31 @@ The content of this structure is not made public by the API.
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlXPathSetErrorHandler"></a>xmlXPathSetErrorHandler ()</h3>
|
||||
<pre class="programlisting">void xmlXPathSetErrorHandler (<a href="libxml2-xpath.html#xmlXPathContextPtr">xmlXPathContextPtr</a> ctxt, <br> <a href="libxml2-xmlerror.html#xmlStructuredErrorFunc">xmlStructuredErrorFunc</a> handler, <br> void * data)<br>
|
||||
</pre>
|
||||
<p>Register a callback function that will be called on errors and warnings. If handler is NULL, the error handler will be deactivated. Available since 2.13.0.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>ctxt</tt></i>:</span></td>
|
||||
<td>the XPath context</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>handler</tt></i>:</span></td>
|
||||
<td>error handler</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>data</tt></i>:</span></td>
|
||||
<td>user data which will be passed to the handler</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table></div>
|
||||
</div>
|
||||
<hr>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
@ -67,7 +67,7 @@ void <a href="#xmlXPathDebugDumpObject">xmlXPathDebugDumpObject</a> (FILE * out
|
||||
<a href="libxml2-xpath.html#xmlNodeSetPtr">xmlNodeSetPtr</a> <a href="#xmlXPathDistinctSorted">xmlXPathDistinctSorted</a> (<a href="libxml2-xpath.html#xmlNodeSetPtr">xmlNodeSetPtr</a> nodes);
|
||||
void <a href="#xmlXPathDivValues">xmlXPathDivValues</a> (<a href="libxml2-xpath.html#xmlXPathParserContextPtr">xmlXPathParserContextPtr</a> ctxt);
|
||||
int <a href="#xmlXPathEqualValues">xmlXPathEqualValues</a> (<a href="libxml2-xpath.html#xmlXPathParserContextPtr">xmlXPathParserContextPtr</a> ctxt);
|
||||
void <a href="#xmlXPathErr">xmlXPathErr</a> (<a href="libxml2-xpath.html#xmlXPathParserContextPtr">xmlXPathParserContextPtr</a> ctxt, <br> int error);
|
||||
void <a href="#xmlXPathErr">xmlXPathErr</a> (<a href="libxml2-xpath.html#xmlXPathParserContextPtr">xmlXPathParserContextPtr</a> ctxt, <br> int code);
|
||||
void <a href="#xmlXPathEvalExpr">xmlXPathEvalExpr</a> (<a href="libxml2-xpath.html#xmlXPathParserContextPtr">xmlXPathParserContextPtr</a> ctxt);
|
||||
int <a href="#xmlXPathEvaluatePredicateResult">xmlXPathEvaluatePredicateResult</a> (<a href="libxml2-xpath.html#xmlXPathParserContextPtr">xmlXPathParserContextPtr</a> ctxt, <br> <a href="libxml2-xpath.html#xmlXPathObjectPtr">xmlXPathObjectPtr</a> res);
|
||||
void <a href="#xmlXPathFalseFunction">xmlXPathFalseFunction</a> (<a href="libxml2-xpath.html#xmlXPathParserContextPtr">xmlXPathParserContextPtr</a> ctxt, <br> int nargs);
|
||||
@ -961,7 +961,7 @@ void <a href="#xmlXPatherror">xmlXPatherror</a> (<a href="libxml2-xpath.html#x
|
||||
<div class="refsect2" lang="en">
|
||||
<h3>
|
||||
<a name="xmlXPathErr"></a>xmlXPathErr ()</h3>
|
||||
<pre class="programlisting">void xmlXPathErr (<a href="libxml2-xpath.html#xmlXPathParserContextPtr">xmlXPathParserContextPtr</a> ctxt, <br> int error)<br>
|
||||
<pre class="programlisting">void xmlXPathErr (<a href="libxml2-xpath.html#xmlXPathParserContextPtr">xmlXPathParserContextPtr</a> ctxt, <br> int code)<br>
|
||||
</pre>
|
||||
<p>Handle an XPath error</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
@ -972,7 +972,7 @@ void <a href="#xmlXPatherror">xmlXPatherror</a> (<a href="libxml2-xpath.html#x
|
||||
<td>a XPath parser context</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="term"><i><tt>error</tt></i>:</span></td>
|
||||
<td><span class="term"><i><tt>code</tt></i>:</span></td>
|
||||
<td>the error code</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
@ -2867,7 +2867,7 @@ void <a href="#xmlXPatherror">xmlXPatherror</a> (<a href="libxml2-xpath.html#x
|
||||
<a name="xmlXPathSubstringAfterFunction"></a>xmlXPathSubstringAfterFunction ()</h3>
|
||||
<pre class="programlisting">void xmlXPathSubstringAfterFunction (<a href="libxml2-xpath.html#xmlXPathParserContextPtr">xmlXPathParserContextPtr</a> ctxt, <br> int nargs)<br>
|
||||
</pre>
|
||||
<p>Implement the substring-after() XPath function string substring-after(string, string) The substring-after function returns the substring of the first argument string that follows the first occurrence of the second argument string in the first argument string, or the empty stringi if the first argument string does not contain the second argument string. For example, substring-after("1999/04/01","/") returns 04/01, and substring-after("1999/04/01","19") returns 99/04/01.</p>
|
||||
<p>Implement the substring-after() XPath function string substring-after(string, string) The substring-after function returns the substring of the first argument string that follows the first occurrence of the second argument string in the first argument string, or the empty string if the first argument string does not contain the second argument string. For example, substring-after("1999/04/01","/") returns 04/01, and substring-after("1999/04/01","19") returns 99/04/01.</p>
|
||||
<div class="variablelist"><table border="0">
|
||||
<col align="left">
|
||||
<tbody>
|
||||
|
@ -61,7 +61,6 @@
|
||||
<keyword type="macro" name="CHECK_ERROR0" link="libxml2-xpathInternals.html#CHECK_ERROR0"/>
|
||||
<keyword type="macro" name="CHECK_TYPE" link="libxml2-xpathInternals.html#CHECK_TYPE"/>
|
||||
<keyword type="macro" name="CHECK_TYPE0" link="libxml2-xpathInternals.html#CHECK_TYPE0"/>
|
||||
<keyword type="macro" name="DEBUG_MEMORY_LOCATION" link="libxml2-xmlversion.html#DEBUG_MEMORY_LOCATION"/>
|
||||
<keyword type="macro" name="HTML_COMMENT_NODE" link="libxml2-HTMLtree.html#HTML_COMMENT_NODE"/>
|
||||
<keyword type="macro" name="HTML_ENTITY_REF_NODE" link="libxml2-HTMLtree.html#HTML_ENTITY_REF_NODE"/>
|
||||
<keyword type="macro" name="HTML_PI_NODE" link="libxml2-HTMLtree.html#HTML_PI_NODE"/>
|
||||
@ -93,9 +92,7 @@
|
||||
<keyword type="macro" name="LIBXML_C14N_ENABLED" link="libxml2-xmlversion.html#LIBXML_C14N_ENABLED"/>
|
||||
<keyword type="macro" name="LIBXML_CATALOG_ENABLED" link="libxml2-xmlversion.html#LIBXML_CATALOG_ENABLED"/>
|
||||
<keyword type="macro" name="LIBXML_DEBUG_ENABLED" link="libxml2-xmlversion.html#LIBXML_DEBUG_ENABLED"/>
|
||||
<keyword type="macro" name="LIBXML_DEBUG_RUNTIME" link="libxml2-xmlversion.html#LIBXML_DEBUG_RUNTIME"/>
|
||||
<keyword type="macro" name="LIBXML_DOTTED_VERSION" link="libxml2-xmlversion.html#LIBXML_DOTTED_VERSION"/>
|
||||
<keyword type="macro" name="LIBXML_EXPR_ENABLED" link="libxml2-xmlversion.html#LIBXML_EXPR_ENABLED"/>
|
||||
<keyword type="macro" name="LIBXML_FTP_ENABLED" link="libxml2-xmlversion.html#LIBXML_FTP_ENABLED"/>
|
||||
<keyword type="macro" name="LIBXML_HTML_ENABLED" link="libxml2-xmlversion.html#LIBXML_HTML_ENABLED"/>
|
||||
<keyword type="macro" name="LIBXML_HTTP_ENABLED" link="libxml2-xmlversion.html#LIBXML_HTTP_ENABLED"/>
|
||||
@ -130,8 +127,6 @@
|
||||
<keyword type="macro" name="LIBXML_XPTR_LOCS_ENABLED" link="libxml2-xmlversion.html#LIBXML_XPTR_LOCS_ENABLED"/>
|
||||
<keyword type="macro" name="LIBXML_ZLIB_ENABLED" link="libxml2-xmlversion.html#LIBXML_ZLIB_ENABLED"/>
|
||||
<keyword type="macro" name="SOCKET" link="libxml2-nanoftp.html#SOCKET"/>
|
||||
<keyword type="macro" name="WITHOUT_TRIO" link="libxml2-xmlversion.html#WITHOUT_TRIO"/>
|
||||
<keyword type="macro" name="WITH_TRIO" link="libxml2-xmlversion.html#WITH_TRIO"/>
|
||||
<keyword type="macro" name="XINCLUDE_FALLBACK" link="libxml2-xinclude.html#XINCLUDE_FALLBACK"/>
|
||||
<keyword type="macro" name="XINCLUDE_HREF" link="libxml2-xinclude.html#XINCLUDE_HREF"/>
|
||||
<keyword type="macro" name="XINCLUDE_NODE" link="libxml2-xinclude.html#XINCLUDE_NODE"/>
|
||||
@ -142,14 +137,10 @@
|
||||
<keyword type="macro" name="XINCLUDE_PARSE_TEXT" link="libxml2-xinclude.html#XINCLUDE_PARSE_TEXT"/>
|
||||
<keyword type="macro" name="XINCLUDE_PARSE_XML" link="libxml2-xinclude.html#XINCLUDE_PARSE_XML"/>
|
||||
<keyword type="macro" name="XINCLUDE_PARSE_XPOINTER" link="libxml2-xinclude.html#XINCLUDE_PARSE_XPOINTER"/>
|
||||
<keyword type="macro" name="XMLPUBFUN" link="libxml2-xmlexports.html#XMLPUBFUN"/>
|
||||
<keyword type="macro" name="XMLPUBVAR" link="libxml2-xmlexports.html#XMLPUBVAR"/>
|
||||
<keyword type="macro" name="XML_CAST_FPTR" link="libxml2-hash.html#XML_CAST_FPTR"/>
|
||||
<keyword type="macro" name="XML_CATALOGS_NAMESPACE" link="libxml2-catalog.html#XML_CATALOGS_NAMESPACE"/>
|
||||
<keyword type="macro" name="XML_CATALOG_PI" link="libxml2-catalog.html#XML_CATALOG_PI"/>
|
||||
<keyword type="macro" name="XML_COMPLETE_ATTRS" link="libxml2-parser.html#XML_COMPLETE_ATTRS"/>
|
||||
<keyword type="macro" name="XML_DEFAULT_VERSION" link="libxml2-parser.html#XML_DEFAULT_VERSION"/>
|
||||
<keyword type="macro" name="XML_DETECT_IDS" link="libxml2-parser.html#XML_DETECT_IDS"/>
|
||||
<keyword type="macro" name="XML_GET_CONTENT" link="libxml2-tree.html#XML_GET_CONTENT"/>
|
||||
<keyword type="macro" name="XML_GET_LINE" link="libxml2-tree.html#XML_GET_LINE"/>
|
||||
<keyword type="macro" name="XML_LOCAL_NAMESPACE" link="libxml2-tree.html#XML_LOCAL_NAMESPACE"/>
|
||||
@ -242,7 +233,6 @@
|
||||
<keyword type="macro" name="XML_SCHEMAS_TYPE_WHITESPACE_PRESERVE" link="libxml2-schemasInternals.html#XML_SCHEMAS_TYPE_WHITESPACE_PRESERVE"/>
|
||||
<keyword type="macro" name="XML_SCHEMAS_TYPE_WHITESPACE_REPLACE" link="libxml2-schemasInternals.html#XML_SCHEMAS_TYPE_WHITESPACE_REPLACE"/>
|
||||
<keyword type="macro" name="XML_SCHEMAS_WILDCARD_COMPLETE" link="libxml2-schemasInternals.html#XML_SCHEMAS_WILDCARD_COMPLETE"/>
|
||||
<keyword type="macro" name="XML_SKIP_IDS" link="libxml2-parser.html#XML_SKIP_IDS"/>
|
||||
<keyword type="macro" name="XML_SUBSTITUTE_BOTH" link="libxml2-parserInternals.html#XML_SUBSTITUTE_BOTH"/>
|
||||
<keyword type="macro" name="XML_SUBSTITUTE_NONE" link="libxml2-parserInternals.html#XML_SUBSTITUTE_NONE"/>
|
||||
<keyword type="macro" name="XML_SUBSTITUTE_PEREF" link="libxml2-parserInternals.html#XML_SUBSTITUTE_PEREF"/>
|
||||
@ -508,6 +498,7 @@
|
||||
<keyword type="enum" name="XML_ENTITY_DECL" link="libxml2-tree.html#XML_ENTITY_DECL"/>
|
||||
<keyword type="enum" name="XML_ENTITY_NODE" link="libxml2-tree.html#XML_ENTITY_NODE"/>
|
||||
<keyword type="enum" name="XML_ENTITY_REF_NODE" link="libxml2-tree.html#XML_ENTITY_REF_NODE"/>
|
||||
<keyword type="enum" name="XML_ERR_ARGUMENT" link="libxml2-xmlerror.html#XML_ERR_ARGUMENT"/>
|
||||
<keyword type="enum" name="XML_ERR_ATTLIST_NOT_FINISHED" link="libxml2-xmlerror.html#XML_ERR_ATTLIST_NOT_FINISHED"/>
|
||||
<keyword type="enum" name="XML_ERR_ATTLIST_NOT_STARTED" link="libxml2-xmlerror.html#XML_ERR_ATTLIST_NOT_STARTED"/>
|
||||
<keyword type="enum" name="XML_ERR_ATTRIBUTE_NOT_FINISHED" link="libxml2-xmlerror.html#XML_ERR_ATTRIBUTE_NOT_FINISHED"/>
|
||||
@ -556,6 +547,7 @@
|
||||
<keyword type="enum" name="XML_ERR_GT_REQUIRED" link="libxml2-xmlerror.html#XML_ERR_GT_REQUIRED"/>
|
||||
<keyword type="enum" name="XML_ERR_HYPHEN_IN_COMMENT" link="libxml2-xmlerror.html#XML_ERR_HYPHEN_IN_COMMENT"/>
|
||||
<keyword type="enum" name="XML_ERR_INTERNAL_ERROR" link="libxml2-xmlerror.html#XML_ERR_INTERNAL_ERROR"/>
|
||||
<keyword type="enum" name="XML_ERR_INT_SUBSET_NOT_FINISHED" link="libxml2-xmlerror.html#XML_ERR_INT_SUBSET_NOT_FINISHED"/>
|
||||
<keyword type="enum" name="XML_ERR_INVALID_CHAR" link="libxml2-xmlerror.html#XML_ERR_INVALID_CHAR"/>
|
||||
<keyword type="enum" name="XML_ERR_INVALID_CHARREF" link="libxml2-xmlerror.html#XML_ERR_INVALID_CHARREF"/>
|
||||
<keyword type="enum" name="XML_ERR_INVALID_DEC_CHARREF" link="libxml2-xmlerror.html#XML_ERR_INVALID_DEC_CHARREF"/>
|
||||
@ -594,12 +586,15 @@
|
||||
<keyword type="enum" name="XML_ERR_PI_NOT_FINISHED" link="libxml2-xmlerror.html#XML_ERR_PI_NOT_FINISHED"/>
|
||||
<keyword type="enum" name="XML_ERR_PI_NOT_STARTED" link="libxml2-xmlerror.html#XML_ERR_PI_NOT_STARTED"/>
|
||||
<keyword type="enum" name="XML_ERR_PUBID_REQUIRED" link="libxml2-xmlerror.html#XML_ERR_PUBID_REQUIRED"/>
|
||||
<keyword type="enum" name="XML_ERR_REDECL_PREDEF_ENTITY" link="libxml2-xmlerror.html#XML_ERR_REDECL_PREDEF_ENTITY"/>
|
||||
<keyword type="enum" name="XML_ERR_RESERVED_XML_NAME" link="libxml2-xmlerror.html#XML_ERR_RESERVED_XML_NAME"/>
|
||||
<keyword type="enum" name="XML_ERR_RESOURCE_LIMIT" link="libxml2-xmlerror.html#XML_ERR_RESOURCE_LIMIT"/>
|
||||
<keyword type="enum" name="XML_ERR_SEPARATOR_REQUIRED" link="libxml2-xmlerror.html#XML_ERR_SEPARATOR_REQUIRED"/>
|
||||
<keyword type="enum" name="XML_ERR_SPACE_REQUIRED" link="libxml2-xmlerror.html#XML_ERR_SPACE_REQUIRED"/>
|
||||
<keyword type="enum" name="XML_ERR_STANDALONE_VALUE" link="libxml2-xmlerror.html#XML_ERR_STANDALONE_VALUE"/>
|
||||
<keyword type="enum" name="XML_ERR_STRING_NOT_CLOSED" link="libxml2-xmlerror.html#XML_ERR_STRING_NOT_CLOSED"/>
|
||||
<keyword type="enum" name="XML_ERR_STRING_NOT_STARTED" link="libxml2-xmlerror.html#XML_ERR_STRING_NOT_STARTED"/>
|
||||
<keyword type="enum" name="XML_ERR_SYSTEM" link="libxml2-xmlerror.html#XML_ERR_SYSTEM"/>
|
||||
<keyword type="enum" name="XML_ERR_TAG_NAME_MISMATCH" link="libxml2-xmlerror.html#XML_ERR_TAG_NAME_MISMATCH"/>
|
||||
<keyword type="enum" name="XML_ERR_TAG_NOT_FINISHED" link="libxml2-xmlerror.html#XML_ERR_TAG_NOT_FINISHED"/>
|
||||
<keyword type="enum" name="XML_ERR_UNDECLARED_ENTITY" link="libxml2-xmlerror.html#XML_ERR_UNDECLARED_ENTITY"/>
|
||||
@ -731,6 +726,7 @@
|
||||
<keyword type="enum" name="XML_IO_NETWORK_ATTEMPT" link="libxml2-xmlerror.html#XML_IO_NETWORK_ATTEMPT"/>
|
||||
<keyword type="enum" name="XML_IO_NO_INPUT" link="libxml2-xmlerror.html#XML_IO_NO_INPUT"/>
|
||||
<keyword type="enum" name="XML_IO_UNKNOWN" link="libxml2-xmlerror.html#XML_IO_UNKNOWN"/>
|
||||
<keyword type="enum" name="XML_IO_UNSUPPORTED_PROTOCOL" link="libxml2-xmlerror.html#XML_IO_UNSUPPORTED_PROTOCOL"/>
|
||||
<keyword type="enum" name="XML_IO_WRITE" link="libxml2-xmlerror.html#XML_IO_WRITE"/>
|
||||
<keyword type="enum" name="XML_MODULE_CLOSE" link="libxml2-xmlerror.html#XML_MODULE_CLOSE"/>
|
||||
<keyword type="enum" name="XML_MODULE_LAZY" link="libxml2-xmlmodule.html#XML_MODULE_LAZY"/>
|
||||
@ -788,6 +784,7 @@
|
||||
<keyword type="enum" name="XML_PARSE_NONET" link="libxml2-parser.html#XML_PARSE_NONET"/>
|
||||
<keyword type="enum" name="XML_PARSE_NOWARNING" link="libxml2-parser.html#XML_PARSE_NOWARNING"/>
|
||||
<keyword type="enum" name="XML_PARSE_NOXINCNODE" link="libxml2-parser.html#XML_PARSE_NOXINCNODE"/>
|
||||
<keyword type="enum" name="XML_PARSE_NO_XXE" link="libxml2-parser.html#XML_PARSE_NO_XXE"/>
|
||||
<keyword type="enum" name="XML_PARSE_NSCLEAN" link="libxml2-parser.html#XML_PARSE_NSCLEAN"/>
|
||||
<keyword type="enum" name="XML_PARSE_OLD10" link="libxml2-parser.html#XML_PARSE_OLD10"/>
|
||||
<keyword type="enum" name="XML_PARSE_OLDSAX" link="libxml2-parser.html#XML_PARSE_OLDSAX"/>
|
||||
@ -1894,6 +1891,10 @@
|
||||
<keyword type="function" name="xmlXPathVariableLookupFunc" link="libxml2-xpath.html#xmlXPathVariableLookupFunc"/>
|
||||
<keyword type="macro" name="emptyExp" link="libxml2-xmlregexp.html#emptyExp"/>
|
||||
<keyword type="macro" name="forbiddenExp" link="libxml2-xmlregexp.html#forbiddenExp"/>
|
||||
<keyword type="macro" name="htmlDefaultSAXHandler" link="libxml2-HTMLparser.html#htmlDefaultSAXHandler"/>
|
||||
<keyword type="macro" name="oldXMLWDcompatibility" link="libxml2-parser.html#oldXMLWDcompatibility"/>
|
||||
<keyword type="macro" name="xmlDefaultSAXHandler" link="libxml2-parser.html#xmlDefaultSAXHandler"/>
|
||||
<keyword type="macro" name="xmlDefaultSAXLocator" link="libxml2-parser.html#xmlDefaultSAXLocator"/>
|
||||
<keyword type="macro" name="xmlFree" link="libxml2-xmlmemory.html#xmlFree"/>
|
||||
<keyword type="macro" name="xmlIsBaseCharGroup" link="libxml2-chvalid.html#xmlIsBaseCharGroup"/>
|
||||
<keyword type="macro" name="xmlIsCharGroup" link="libxml2-chvalid.html#xmlIsCharGroup"/>
|
||||
@ -1905,6 +1906,7 @@
|
||||
<keyword type="macro" name="xmlMalloc" link="libxml2-xmlmemory.html#xmlMalloc"/>
|
||||
<keyword type="macro" name="xmlMallocAtomic" link="libxml2-xmlmemory.html#xmlMallocAtomic"/>
|
||||
<keyword type="macro" name="xmlMemStrdup" link="libxml2-xmlmemory.html#xmlMemStrdup"/>
|
||||
<keyword type="macro" name="xmlParserDebugEntities" link="libxml2-parser.html#xmlParserDebugEntities"/>
|
||||
<keyword type="macro" name="xmlParserMaxDepth" link="libxml2-parserInternals.html#xmlParserMaxDepth"/>
|
||||
<keyword type="macro" name="xmlParserVersion" link="libxml2-parser.html#xmlParserVersion"/>
|
||||
<keyword type="macro" name="xmlRealloc" link="libxml2-xmlmemory.html#xmlRealloc"/>
|
||||
@ -1942,6 +1944,7 @@
|
||||
<keyword type="function" name="htmlCreateFileParserCtxt ()" link="libxml2-HTMLparser.html#htmlCreateFileParserCtxt"/>
|
||||
<keyword type="function" name="htmlCreateMemoryParserCtxt ()" link="libxml2-HTMLparser.html#htmlCreateMemoryParserCtxt"/>
|
||||
<keyword type="function" name="htmlCreatePushParserCtxt ()" link="libxml2-HTMLparser.html#htmlCreatePushParserCtxt"/>
|
||||
<keyword type="function" name="htmlCtxtParseDocument ()" link="libxml2-HTMLparser.html#htmlCtxtParseDocument"/>
|
||||
<keyword type="function" name="htmlCtxtReadDoc ()" link="libxml2-HTMLparser.html#htmlCtxtReadDoc"/>
|
||||
<keyword type="function" name="htmlCtxtReadFd ()" link="libxml2-HTMLparser.html#htmlCtxtReadFd"/>
|
||||
<keyword type="function" name="htmlCtxtReadFile ()" link="libxml2-HTMLparser.html#htmlCtxtReadFile"/>
|
||||
@ -2040,7 +2043,9 @@
|
||||
<keyword type="function" name="xmlAddDtdEntity ()" link="libxml2-entities.html#xmlAddDtdEntity"/>
|
||||
<keyword type="function" name="xmlAddElementDecl ()" link="libxml2-valid.html#xmlAddElementDecl"/>
|
||||
<keyword type="function" name="xmlAddEncodingAlias ()" link="libxml2-encoding.html#xmlAddEncodingAlias"/>
|
||||
<keyword type="function" name="xmlAddEntity ()" link="libxml2-entities.html#xmlAddEntity"/>
|
||||
<keyword type="function" name="xmlAddID ()" link="libxml2-valid.html#xmlAddID"/>
|
||||
<keyword type="function" name="xmlAddIDSafe ()" link="libxml2-valid.html#xmlAddIDSafe"/>
|
||||
<keyword type="function" name="xmlAddNextSibling ()" link="libxml2-tree.html#xmlAddNextSibling"/>
|
||||
<keyword type="function" name="xmlAddNotationDecl ()" link="libxml2-valid.html#xmlAddNotationDecl"/>
|
||||
<keyword type="function" name="xmlAddPrevSibling ()" link="libxml2-tree.html#xmlAddPrevSibling"/>
|
||||
@ -2095,7 +2100,9 @@
|
||||
<keyword type="function" name="xmlBufferWriteQuotedString ()" link="libxml2-tree.html#xmlBufferWriteQuotedString"/>
|
||||
<keyword type="function" name="xmlBuildQName ()" link="libxml2-tree.html#xmlBuildQName"/>
|
||||
<keyword type="function" name="xmlBuildRelativeURI ()" link="libxml2-uri.html#xmlBuildRelativeURI"/>
|
||||
<keyword type="function" name="xmlBuildRelativeURISafe ()" link="libxml2-uri.html#xmlBuildRelativeURISafe"/>
|
||||
<keyword type="function" name="xmlBuildURI ()" link="libxml2-uri.html#xmlBuildURI"/>
|
||||
<keyword type="function" name="xmlBuildURISafe ()" link="libxml2-uri.html#xmlBuildURISafe"/>
|
||||
<keyword type="function" name="xmlByteConsumed ()" link="libxml2-parser.html#xmlByteConsumed"/>
|
||||
<keyword type="function" name="xmlC14NDocDumpMemory ()" link="libxml2-c14n.html#xmlC14NDocDumpMemory"/>
|
||||
<keyword type="function" name="xmlC14NDocSave ()" link="libxml2-c14n.html#xmlC14NDocSave"/>
|
||||
@ -2134,11 +2141,10 @@
|
||||
<keyword type="function" name="xmlCheckLanguageID ()" link="libxml2-parserInternals.html#xmlCheckLanguageID"/>
|
||||
<keyword type="function" name="xmlCheckThreadLocalStorage ()" link="libxml2-threads.html#xmlCheckThreadLocalStorage"/>
|
||||
<keyword type="function" name="xmlCheckUTF8 ()" link="libxml2-xmlstring.html#xmlCheckUTF8"/>
|
||||
<keyword type="function" name="xmlCheckVersion ()" link="libxml2-xmlversion.html#xmlCheckVersion"/>
|
||||
<keyword type="function" name="xmlChildElementCount ()" link="libxml2-tree.html#xmlChildElementCount"/>
|
||||
<keyword type="function" name="xmlCleanupCharEncodingHandlers ()" link="libxml2-encoding.html#xmlCleanupCharEncodingHandlers"/>
|
||||
<keyword type="function" name="xmlCleanupEncodingAliases ()" link="libxml2-encoding.html#xmlCleanupEncodingAliases"/>
|
||||
<keyword type="function" name="xmlCleanupGlobals ()" link="libxml2-globals.html#xmlCleanupGlobals"/>
|
||||
<keyword type="function" name="xmlCleanupGlobals ()" link="libxml2-parser.html#xmlCleanupGlobals"/>
|
||||
<keyword type="function" name="xmlCleanupInputCallbacks ()" link="libxml2-xmlIO.html#xmlCleanupInputCallbacks"/>
|
||||
<keyword type="function" name="xmlCleanupMemory ()" link="libxml2-xmlmemory.html#xmlCleanupMemory"/>
|
||||
<keyword type="function" name="xmlCleanupOutputCallbacks ()" link="libxml2-xmlIO.html#xmlCleanupOutputCallbacks"/>
|
||||
@ -2177,7 +2183,9 @@
|
||||
<keyword type="function" name="xmlCreatePushParserCtxt ()" link="libxml2-parser.html#xmlCreatePushParserCtxt"/>
|
||||
<keyword type="function" name="xmlCreateURI ()" link="libxml2-uri.html#xmlCreateURI"/>
|
||||
<keyword type="function" name="xmlCreateURLParserCtxt ()" link="libxml2-parserInternals.html#xmlCreateURLParserCtxt"/>
|
||||
<keyword type="function" name="xmlCtxtErrMemory ()" link="libxml2-parserInternals.html#xmlCtxtErrMemory"/>
|
||||
<keyword type="function" name="xmlCtxtGetLastError ()" link="libxml2-xmlerror.html#xmlCtxtGetLastError"/>
|
||||
<keyword type="function" name="xmlCtxtParseDocument ()" link="libxml2-parser.html#xmlCtxtParseDocument"/>
|
||||
<keyword type="function" name="xmlCtxtReadDoc ()" link="libxml2-parser.html#xmlCtxtReadDoc"/>
|
||||
<keyword type="function" name="xmlCtxtReadFd ()" link="libxml2-parser.html#xmlCtxtReadFd"/>
|
||||
<keyword type="function" name="xmlCtxtReadFile ()" link="libxml2-parser.html#xmlCtxtReadFile"/>
|
||||
@ -2186,7 +2194,9 @@
|
||||
<keyword type="function" name="xmlCtxtReset ()" link="libxml2-parser.html#xmlCtxtReset"/>
|
||||
<keyword type="function" name="xmlCtxtResetLastError ()" link="libxml2-xmlerror.html#xmlCtxtResetLastError"/>
|
||||
<keyword type="function" name="xmlCtxtResetPush ()" link="libxml2-parser.html#xmlCtxtResetPush"/>
|
||||
<keyword type="function" name="xmlCtxtSetErrorHandler ()" link="libxml2-parser.html#xmlCtxtSetErrorHandler"/>
|
||||
<keyword type="function" name="xmlCtxtSetMaxAmplification ()" link="libxml2-parser.html#xmlCtxtSetMaxAmplification"/>
|
||||
<keyword type="function" name="xmlCtxtSetOptions ()" link="libxml2-parser.html#xmlCtxtSetOptions"/>
|
||||
<keyword type="function" name="xmlCtxtUseOptions ()" link="libxml2-parser.html#xmlCtxtUseOptions"/>
|
||||
<keyword type="function" name="xmlCurrentChar ()" link="libxml2-parserInternals.html#xmlCurrentChar"/>
|
||||
<keyword type="function" name="xmlDOMWrapAdoptNode ()" link="libxml2-tree.html#xmlDOMWrapAdoptNode"/>
|
||||
@ -2270,6 +2280,7 @@
|
||||
<keyword type="function" name="xmlFileRead ()" link="libxml2-xmlIO.html#xmlFileRead"/>
|
||||
<keyword type="function" name="xmlFindCharEncodingHandler ()" link="libxml2-encoding.html#xmlFindCharEncodingHandler"/>
|
||||
<keyword type="function" name="xmlFirstElementChild ()" link="libxml2-tree.html#xmlFirstElementChild"/>
|
||||
<keyword type="function" name="xmlFormatError ()" link="libxml2-xmlerror.html#xmlFormatError"/>
|
||||
<keyword type="function" name="xmlFreeAttributeTable ()" link="libxml2-valid.html#xmlFreeAttributeTable"/>
|
||||
<keyword type="function" name="xmlFreeAutomata ()" link="libxml2-xmlautomata.html#xmlFreeAutomata"/>
|
||||
<keyword type="function" name="xmlFreeCatalog ()" link="libxml2-catalog.html#xmlFreeCatalog"/>
|
||||
@ -2329,6 +2340,7 @@
|
||||
<keyword type="function" name="xmlGetNoNsProp ()" link="libxml2-tree.html#xmlGetNoNsProp"/>
|
||||
<keyword type="function" name="xmlGetNodePath ()" link="libxml2-tree.html#xmlGetNodePath"/>
|
||||
<keyword type="function" name="xmlGetNsList ()" link="libxml2-tree.html#xmlGetNsList"/>
|
||||
<keyword type="function" name="xmlGetNsListSafe ()" link="libxml2-tree.html#xmlGetNsListSafe"/>
|
||||
<keyword type="function" name="xmlGetNsProp ()" link="libxml2-tree.html#xmlGetNsProp"/>
|
||||
<keyword type="function" name="xmlGetParameterEntity ()" link="libxml2-entities.html#xmlGetParameterEntity"/>
|
||||
<keyword type="function" name="xmlGetPredefinedEntity ()" link="libxml2-entities.html#xmlGetPredefinedEntity"/>
|
||||
@ -2340,10 +2352,14 @@
|
||||
<keyword type="function" name="xmlHasFeature ()" link="libxml2-parser.html#xmlHasFeature"/>
|
||||
<keyword type="function" name="xmlHasNsProp ()" link="libxml2-tree.html#xmlHasNsProp"/>
|
||||
<keyword type="function" name="xmlHasProp ()" link="libxml2-tree.html#xmlHasProp"/>
|
||||
<keyword type="function" name="xmlHashAdd ()" link="libxml2-hash.html#xmlHashAdd"/>
|
||||
<keyword type="function" name="xmlHashAdd2 ()" link="libxml2-hash.html#xmlHashAdd2"/>
|
||||
<keyword type="function" name="xmlHashAdd3 ()" link="libxml2-hash.html#xmlHashAdd3"/>
|
||||
<keyword type="function" name="xmlHashAddEntry ()" link="libxml2-hash.html#xmlHashAddEntry"/>
|
||||
<keyword type="function" name="xmlHashAddEntry2 ()" link="libxml2-hash.html#xmlHashAddEntry2"/>
|
||||
<keyword type="function" name="xmlHashAddEntry3 ()" link="libxml2-hash.html#xmlHashAddEntry3"/>
|
||||
<keyword type="function" name="xmlHashCopy ()" link="libxml2-hash.html#xmlHashCopy"/>
|
||||
<keyword type="function" name="xmlHashCopySafe ()" link="libxml2-hash.html#xmlHashCopySafe"/>
|
||||
<keyword type="function" name="xmlHashCreate ()" link="libxml2-hash.html#xmlHashCreate"/>
|
||||
<keyword type="function" name="xmlHashCreateDict ()" link="libxml2-hash.html#xmlHashCreateDict"/>
|
||||
<keyword type="function" name="xmlHashDefaultDeallocator ()" link="libxml2-hash.html#xmlHashDefaultDeallocator"/>
|
||||
@ -2376,7 +2392,7 @@
|
||||
<keyword type="function" name="xmlIOHTTPRead ()" link="libxml2-xmlIO.html#xmlIOHTTPRead"/>
|
||||
<keyword type="function" name="xmlIOParseDTD ()" link="libxml2-parser.html#xmlIOParseDTD"/>
|
||||
<keyword type="function" name="xmlInitCharEncodingHandlers ()" link="libxml2-encoding.html#xmlInitCharEncodingHandlers"/>
|
||||
<keyword type="function" name="xmlInitGlobals ()" link="libxml2-globals.html#xmlInitGlobals"/>
|
||||
<keyword type="function" name="xmlInitGlobals ()" link="libxml2-parser.html#xmlInitGlobals"/>
|
||||
<keyword type="function" name="xmlInitMemory ()" link="libxml2-xmlmemory.html#xmlInitMemory"/>
|
||||
<keyword type="function" name="xmlInitNodeInfoSeq ()" link="libxml2-parser.html#xmlInitNodeInfoSeq"/>
|
||||
<keyword type="function" name="xmlInitParser ()" link="libxml2-parser.html#xmlInitParser"/>
|
||||
@ -2436,6 +2452,7 @@
|
||||
<keyword type="function" name="xmlLoadExternalEntity ()" link="libxml2-parser.html#xmlLoadExternalEntity"/>
|
||||
<keyword type="function" name="xmlLoadSGMLSuperCatalog ()" link="libxml2-catalog.html#xmlLoadSGMLSuperCatalog"/>
|
||||
<keyword type="function" name="xmlLockLibrary ()" link="libxml2-threads.html#xmlLockLibrary"/>
|
||||
<keyword type="function" name="xmlLookupCharEncodingHandler ()" link="libxml2-encoding.html#xmlLookupCharEncodingHandler"/>
|
||||
<keyword type="function" name="xmlLsCountNode ()" link="libxml2-debugXML.html#xmlLsCountNode"/>
|
||||
<keyword type="function" name="xmlLsOneNode ()" link="libxml2-debugXML.html#xmlLsOneNode"/>
|
||||
<keyword type="function" name="xmlMallocAtomicLoc ()" link="libxml2-xmlmemory.html#xmlMallocAtomicLoc"/>
|
||||
@ -2561,7 +2578,9 @@
|
||||
<keyword type="function" name="xmlNodeBufGetContent ()" link="libxml2-tree.html#xmlNodeBufGetContent"/>
|
||||
<keyword type="function" name="xmlNodeDump ()" link="libxml2-tree.html#xmlNodeDump"/>
|
||||
<keyword type="function" name="xmlNodeDumpOutput ()" link="libxml2-tree.html#xmlNodeDumpOutput"/>
|
||||
<keyword type="function" name="xmlNodeGetAttrValue ()" link="libxml2-tree.html#xmlNodeGetAttrValue"/>
|
||||
<keyword type="function" name="xmlNodeGetBase ()" link="libxml2-tree.html#xmlNodeGetBase"/>
|
||||
<keyword type="function" name="xmlNodeGetBaseSafe ()" link="libxml2-tree.html#xmlNodeGetBaseSafe"/>
|
||||
<keyword type="function" name="xmlNodeGetContent ()" link="libxml2-tree.html#xmlNodeGetContent"/>
|
||||
<keyword type="function" name="xmlNodeGetLang ()" link="libxml2-tree.html#xmlNodeGetLang"/>
|
||||
<keyword type="function" name="xmlNodeGetSpacePreserve ()" link="libxml2-tree.html#xmlNodeGetSpacePreserve"/>
|
||||
@ -2576,6 +2595,7 @@
|
||||
<keyword type="function" name="xmlNodeSetSpacePreserve ()" link="libxml2-tree.html#xmlNodeSetSpacePreserve"/>
|
||||
<keyword type="function" name="xmlNormalizeURIPath ()" link="libxml2-uri.html#xmlNormalizeURIPath"/>
|
||||
<keyword type="function" name="xmlNormalizeWindowsPath ()" link="libxml2-xmlIO.html#xmlNormalizeWindowsPath"/>
|
||||
<keyword type="function" name="xmlOpenCharEncodingHandler ()" link="libxml2-encoding.html#xmlOpenCharEncodingHandler"/>
|
||||
<keyword type="function" name="xmlOutputBufferClose ()" link="libxml2-xmlIO.html#xmlOutputBufferClose"/>
|
||||
<keyword type="function" name="xmlOutputBufferCreateBuffer ()" link="libxml2-xmlIO.html#xmlOutputBufferCreateBuffer"/>
|
||||
<keyword type="function" name="xmlOutputBufferCreateFd ()" link="libxml2-xmlIO.html#xmlOutputBufferCreateFd"/>
|
||||
@ -2650,6 +2670,7 @@
|
||||
<keyword type="function" name="xmlParseURI ()" link="libxml2-uri.html#xmlParseURI"/>
|
||||
<keyword type="function" name="xmlParseURIRaw ()" link="libxml2-uri.html#xmlParseURIRaw"/>
|
||||
<keyword type="function" name="xmlParseURIReference ()" link="libxml2-uri.html#xmlParseURIReference"/>
|
||||
<keyword type="function" name="xmlParseURISafe ()" link="libxml2-uri.html#xmlParseURISafe"/>
|
||||
<keyword type="function" name="xmlParseVersionInfo ()" link="libxml2-parserInternals.html#xmlParseVersionInfo"/>
|
||||
<keyword type="function" name="xmlParseVersionNum ()" link="libxml2-parserInternals.html#xmlParseVersionNum"/>
|
||||
<keyword type="function" name="xmlParseXMLDecl ()" link="libxml2-parserInternals.html#xmlParseXMLDecl"/>
|
||||
@ -2679,6 +2700,7 @@
|
||||
<keyword type="function" name="xmlParserValidityWarning ()" link="libxml2-xmlerror.html#xmlParserValidityWarning"/>
|
||||
<keyword type="function" name="xmlParserWarning ()" link="libxml2-xmlerror.html#xmlParserWarning"/>
|
||||
<keyword type="function" name="xmlPathToURI ()" link="libxml2-uri.html#xmlPathToURI"/>
|
||||
<keyword type="function" name="xmlPatternCompileSafe ()" link="libxml2-pattern.html#xmlPatternCompileSafe"/>
|
||||
<keyword type="function" name="xmlPatternFromRoot ()" link="libxml2-pattern.html#xmlPatternFromRoot"/>
|
||||
<keyword type="function" name="xmlPatternGetStreamCtxt ()" link="libxml2-pattern.html#xmlPatternGetStreamCtxt"/>
|
||||
<keyword type="function" name="xmlPatternMatch ()" link="libxml2-pattern.html#xmlPatternMatch"/>
|
||||
@ -2813,6 +2835,7 @@
|
||||
<keyword type="function" name="xmlSaveFile ()" link="libxml2-tree.html#xmlSaveFile"/>
|
||||
<keyword type="function" name="xmlSaveFileEnc ()" link="libxml2-tree.html#xmlSaveFileEnc"/>
|
||||
<keyword type="function" name="xmlSaveFileTo ()" link="libxml2-tree.html#xmlSaveFileTo"/>
|
||||
<keyword type="function" name="xmlSaveFinish ()" link="libxml2-xmlsave.html#xmlSaveFinish"/>
|
||||
<keyword type="function" name="xmlSaveFlush ()" link="libxml2-xmlsave.html#xmlSaveFlush"/>
|
||||
<keyword type="function" name="xmlSaveFormatFile ()" link="libxml2-tree.html#xmlSaveFormatFile"/>
|
||||
<keyword type="function" name="xmlSaveFormatFileEnc ()" link="libxml2-tree.html#xmlSaveFormatFileEnc"/>
|
||||
@ -2966,6 +2989,7 @@
|
||||
<keyword type="function" name="xmlStrsub ()" link="libxml2-xmlstring.html#xmlStrsub"/>
|
||||
<keyword type="function" name="xmlSubstituteEntitiesDefault ()" link="libxml2-parser.html#xmlSubstituteEntitiesDefault"/>
|
||||
<keyword type="function" name="xmlSwitchEncoding ()" link="libxml2-parserInternals.html#xmlSwitchEncoding"/>
|
||||
<keyword type="function" name="xmlSwitchEncodingName ()" link="libxml2-parserInternals.html#xmlSwitchEncodingName"/>
|
||||
<keyword type="function" name="xmlSwitchInputEncoding ()" link="libxml2-parserInternals.html#xmlSwitchInputEncoding"/>
|
||||
<keyword type="function" name="xmlSwitchToEncoding ()" link="libxml2-parserInternals.html#xmlSwitchToEncoding"/>
|
||||
<keyword type="function" name="xmlTextConcat ()" link="libxml2-tree.html#xmlTextConcat"/>
|
||||
@ -2992,6 +3016,7 @@
|
||||
<keyword type="function" name="xmlTextReaderGetAttributeNo ()" link="libxml2-xmlreader.html#xmlTextReaderGetAttributeNo"/>
|
||||
<keyword type="function" name="xmlTextReaderGetAttributeNs ()" link="libxml2-xmlreader.html#xmlTextReaderGetAttributeNs"/>
|
||||
<keyword type="function" name="xmlTextReaderGetErrorHandler ()" link="libxml2-xmlreader.html#xmlTextReaderGetErrorHandler"/>
|
||||
<keyword type="function" name="xmlTextReaderGetLastError ()" link="libxml2-xmlreader.html#xmlTextReaderGetLastError"/>
|
||||
<keyword type="function" name="xmlTextReaderGetParserColumnNumber ()" link="libxml2-xmlreader.html#xmlTextReaderGetParserColumnNumber"/>
|
||||
<keyword type="function" name="xmlTextReaderGetParserLineNumber ()" link="libxml2-xmlreader.html#xmlTextReaderGetParserLineNumber"/>
|
||||
<keyword type="function" name="xmlTextReaderGetParserProp ()" link="libxml2-xmlreader.html#xmlTextReaderGetParserProp"/>
|
||||
@ -3042,6 +3067,7 @@
|
||||
<keyword type="function" name="xmlTextReaderStandalone ()" link="libxml2-xmlreader.html#xmlTextReaderStandalone"/>
|
||||
<keyword type="function" name="xmlTextReaderValue ()" link="libxml2-xmlreader.html#xmlTextReaderValue"/>
|
||||
<keyword type="function" name="xmlTextReaderXmlLang ()" link="libxml2-xmlreader.html#xmlTextReaderXmlLang"/>
|
||||
<keyword type="function" name="xmlTextWriterClose ()" link="libxml2-xmlwriter.html#xmlTextWriterClose"/>
|
||||
<keyword type="function" name="xmlTextWriterEndAttribute ()" link="libxml2-xmlwriter.html#xmlTextWriterEndAttribute"/>
|
||||
<keyword type="function" name="xmlTextWriterEndCDATA ()" link="libxml2-xmlwriter.html#xmlTextWriterEndCDATA"/>
|
||||
<keyword type="function" name="xmlTextWriterEndComment ()" link="libxml2-xmlwriter.html#xmlTextWriterEndComment"/>
|
||||
@ -3346,6 +3372,7 @@
|
||||
<keyword type="function" name="xmlValidateQName ()" link="libxml2-tree.html#xmlValidateQName"/>
|
||||
<keyword type="function" name="xmlValidateRoot ()" link="libxml2-valid.html#xmlValidateRoot"/>
|
||||
<keyword type="function" name="xmlXIncludeFreeContext ()" link="libxml2-xinclude.html#xmlXIncludeFreeContext"/>
|
||||
<keyword type="function" name="xmlXIncludeGetLastError ()" link="libxml2-xinclude.html#xmlXIncludeGetLastError"/>
|
||||
<keyword type="function" name="xmlXIncludeNewContext ()" link="libxml2-xinclude.html#xmlXIncludeNewContext"/>
|
||||
<keyword type="function" name="xmlXIncludeProcess ()" link="libxml2-xinclude.html#xmlXIncludeProcess"/>
|
||||
<keyword type="function" name="xmlXIncludeProcessFlags ()" link="libxml2-xinclude.html#xmlXIncludeProcessFlags"/>
|
||||
@ -3354,6 +3381,7 @@
|
||||
<keyword type="function" name="xmlXIncludeProcessTree ()" link="libxml2-xinclude.html#xmlXIncludeProcessTree"/>
|
||||
<keyword type="function" name="xmlXIncludeProcessTreeFlags ()" link="libxml2-xinclude.html#xmlXIncludeProcessTreeFlags"/>
|
||||
<keyword type="function" name="xmlXIncludeProcessTreeFlagsData ()" link="libxml2-xinclude.html#xmlXIncludeProcessTreeFlagsData"/>
|
||||
<keyword type="function" name="xmlXIncludeSetErrorHandler ()" link="libxml2-xinclude.html#xmlXIncludeSetErrorHandler"/>
|
||||
<keyword type="function" name="xmlXIncludeSetFlags ()" link="libxml2-xinclude.html#xmlXIncludeSetFlags"/>
|
||||
<keyword type="function" name="xmlXPathAddValues ()" link="libxml2-xpathInternals.html#xmlXPathAddValues"/>
|
||||
<keyword type="function" name="xmlXPathBooleanFunction ()" link="libxml2-xpathInternals.html#xmlXPathBooleanFunction"/>
|
||||
@ -3489,6 +3517,7 @@
|
||||
<keyword type="function" name="xmlXPathRoot ()" link="libxml2-xpathInternals.html#xmlXPathRoot"/>
|
||||
<keyword type="function" name="xmlXPathRoundFunction ()" link="libxml2-xpathInternals.html#xmlXPathRoundFunction"/>
|
||||
<keyword type="function" name="xmlXPathSetContextNode ()" link="libxml2-xpath.html#xmlXPathSetContextNode"/>
|
||||
<keyword type="function" name="xmlXPathSetErrorHandler ()" link="libxml2-xpath.html#xmlXPathSetErrorHandler"/>
|
||||
<keyword type="function" name="xmlXPathStartsWithFunction ()" link="libxml2-xpathInternals.html#xmlXPathStartsWithFunction"/>
|
||||
<keyword type="function" name="xmlXPathStringEvalNumber ()" link="libxml2-xpathInternals.html#xmlXPathStringEvalNumber"/>
|
||||
<keyword type="function" name="xmlXPathStringFunction ()" link="libxml2-xpathInternals.html#xmlXPathStringFunction"/>
|
||||
|
1348
doc/libxml2-api.xml
1348
doc/libxml2-api.xml
File diff suppressed because it is too large
Load Diff
@ -2,12 +2,12 @@
|
||||
.\" Title: xmlcatalog
|
||||
.\" Author: John Fleck <jfleck@inkstain.net>
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 11/04/2023
|
||||
.\" Date: 06/12/2024
|
||||
.\" Manual: xmlcatalog Manual
|
||||
.\" Source: libxml2
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "XMLCATALOG" "1" "11/04/2023" "libxml2" "xmlcatalog Manual"
|
||||
.TH "XMLCATALOG" "1" "06/12/2024" "libxml2" "xmlcatalog Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
|
@ -2,12 +2,12 @@
|
||||
.\" Title: xmllint
|
||||
.\" Author: John Fleck <jfleck@inkstain.net>
|
||||
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
|
||||
.\" Date: 11/04/2023
|
||||
.\" Date: 06/12/2024
|
||||
.\" Manual: xmllint Manual
|
||||
.\" Source: libxml2
|
||||
.\" Language: English
|
||||
.\"
|
||||
.TH "XMLLINT" "1" "11/04/2023" "libxml2" "xmllint Manual"
|
||||
.TH "XMLLINT" "1" "06/12/2024" "libxml2" "xmllint Manual"
|
||||
.\" -----------------------------------------------------------------
|
||||
.\" * Define some portability stuff
|
||||
.\" -----------------------------------------------------------------
|
||||
@ -31,7 +31,7 @@
|
||||
xmllint \- command line XML tool
|
||||
.SH "SYNOPSIS"
|
||||
.HP \w'\fBxmllint\fR\ 'u
|
||||
\fBxmllint\fR [\fB\-\-version\fR | \fB\-\-debug\fR | \fB\-\-quiet\fR | \fB\-\-shell\fR | \fB\-\-xpath\ "\fR\fB\fIXPath_expression\fR\fR\fB"\fR | \fB\-\-debugent\fR | \fB\-\-copy\fR | \fB\-\-recover\fR | \fB\-\-nodict\fR | \fB\-\-noent\fR | \fB\-\-noout\fR | \fB\-\-nonet\fR | \fB\-\-path\ "\fR\fB\fIPATH(S)\fR\fR\fB"\fR | \fB\-\-load\-trace\fR | \fB\-\-htmlout\fR | \fB\-\-nowrap\fR | \fB\-\-valid\fR | \fB\-\-postvalid\fR | \fB\-\-dtdvalid\ \fR\fB\fIURL\fR\fR | \fB\-\-dtdvalidfpi\ \fR\fB\fIFPI\fR\fR | \fB\-\-timing\fR | \fB\-\-output\ \fR\fB\fIFILE\fR\fR | \fB\-\-repeat\fR | \fB\-\-insert\fR | \fB\-\-compress\fR | \fB\-\-html\fR | \fB\-\-xmlout\fR | \fB\-\-push\fR | \fB\-\-memory\fR | \fB\-\-max\-ampl\ \fR\fB\fIINTEGER\fR\fR | \fB\-\-maxmem\ \fR\fB\fINBBYTES\fR\fR | \fB\-\-nowarning\fR | \fB\-\-noblanks\fR | \fB\-\-nocdata\fR | \fB\-\-format\fR | \fB\-\-encode\ \fR\fB\fIENCODING\fR\fR | \fB\-\-dropdtd\fR | \fB\-\-nsclean\fR | \fB\-\-testIO\fR | \fB\-\-catalogs\fR | \fB\-\-nocatalogs\fR | \fB\-\-auto\fR | \fB\-\-xinclude\fR | \fB\-\-noxincludenode\fR | \fB\-\-loaddtd\fR | \fB\-\-dtdattr\fR | \fB\-\-stream\fR | \fB\-\-walker\fR | \fB\-\-pattern\ \fR\fB\fIPATTERNVALUE\fR\fR | \fB\-\-chkregister\fR | \fB\-\-relaxng\ \fR\fB\fISCHEMA\fR\fR | \fB\-\-schema\ \fR\fB\fISCHEMA\fR\fR | \fB\-\-c14n\fR | \fB\-\-pedantic\fR] {\fIXML\-FILE(S)\fR... | \-}
|
||||
\fBxmllint\fR [\fB\-\-version\fR | \fB\-\-debug\fR | \fB\-\-quiet\fR | \fB\-\-shell\fR | \fB\-\-xpath\ "\fR\fB\fIXPath_expression\fR\fR\fB"\fR | \fB\-\-debugent\fR | \fB\-\-copy\fR | \fB\-\-recover\fR | \fB\-\-nodict\fR | \fB\-\-noent\fR | \fB\-\-noout\fR | \fB\-\-nonet\fR | \fB\-\-path\ "\fR\fB\fIPATH(S)\fR\fR\fB"\fR | \fB\-\-load\-trace\fR | \fB\-\-htmlout\fR | \fB\-\-nowrap\fR | \fB\-\-valid\fR | \fB\-\-postvalid\fR | \fB\-\-dtdvalid\ \fR\fB\fIURL\fR\fR | \fB\-\-dtdvalidfpi\ \fR\fB\fIFPI\fR\fR | \fB\-\-timing\fR | \fB\-\-output\ \fR\fB\fIFILE\fR\fR | \fB\-\-repeat\fR | \fB\-\-insert\fR | \fB\-\-compress\fR | \fB\-\-html\fR | \fB\-\-xmlout\fR | \fB\-\-push\fR | \fB\-\-memory\fR | \fB\-\-max\-ampl\ \fR\fB\fIINTEGER\fR\fR | \fB\-\-maxmem\ \fR\fB\fINBBYTES\fR\fR | \fB\-\-nowarning\fR | \fB\-\-noblanks\fR | \fB\-\-nocdata\fR | \fB\-\-format\fR | \fB\-\-encode\ \fR\fB\fIENCODING\fR\fR | \fB\-\-dropdtd\fR | \fB\-\-nsclean\fR | \fB\-\-testIO\fR | \fB\-\-catalogs\fR | \fB\-\-nocatalogs\fR | \fB\-\-auto\fR | \fB\-\-xinclude\fR | \fB\-\-noxincludenode\fR | \fB\-\-loaddtd\fR | \fB\-\-dtdattr\fR | \fB\-\-stream\fR | \fB\-\-walker\fR | \fB\-\-pattern\ \fR\fB\fIPATTERNVALUE\fR\fR | \fB\-\-relaxng\ \fR\fB\fISCHEMA\fR\fR | \fB\-\-schema\ \fR\fB\fISCHEMA\fR\fR | \fB\-\-c14n\fR | \fB\-\-pedantic\fR] {\fIXML\-FILE(S)\fR... | \-}
|
||||
.HP \w'\fBxmllint\fR\ 'u
|
||||
\fBxmllint\fR \fB\-\-help\fR
|
||||
.SH "DESCRIPTION"
|
||||
@ -77,13 +77,6 @@ ${sysconfdir}/xml/catalog
|
||||
are used by default\&.
|
||||
.RE
|
||||
.PP
|
||||
\fB\-\-chkregister\fR
|
||||
.RS 4
|
||||
Turn on node registration\&. Useful for developers testing
|
||||
\fBlibxml\fR(3)
|
||||
node tracking code\&.
|
||||
.RE
|
||||
.PP
|
||||
\fB\-\-compress\fR
|
||||
.RS 4
|
||||
Turn on
|
||||
@ -357,7 +350,7 @@ the section called \(lqSHELL COMMANDS\(rq)\&.
|
||||
.PP
|
||||
\fB\-\-xpath "\fR\fB\fIXPath_expression\fR\fR\fB"\fR
|
||||
.RS 4
|
||||
Run an XPath expression given as argument and print the result\&. In case of a nodeset result, each node in the node set is serialized in full in the output\&. In case of an empty node set the "XPath set is empty" result will be shown and an error exit code will be returned\&.
|
||||
Run an XPath expression given as argument and print the result\&. In case of a nodeset result, each node in the node set is serialized in full in the output\&. In case of an empty node set the "XPath set is empty" result will be shown and exit code 11 will be returned\&.\&. This feature is EXPERIMENTAL\&. Implementation details can change without futher notice\&.
|
||||
.RE
|
||||
.PP
|
||||
\fB\-\-stream\fR
|
||||
@ -477,11 +470,6 @@ Leave the shell\&.
|
||||
Show this help\&.
|
||||
.RE
|
||||
.PP
|
||||
\fBfree\fR
|
||||
.RS 4
|
||||
Display memory usage\&.
|
||||
.RE
|
||||
.PP
|
||||
\fBload \fR\fB\fIFILENAME\fR\fR
|
||||
.RS 4
|
||||
Load a new document with the given filename\&.
|
||||
@ -599,13 +587,6 @@ Error in pattern (generated when
|
||||
option is used)
|
||||
.RE
|
||||
.PP
|
||||
\fB8\fR
|
||||
.RS 4
|
||||
Error in Reader registration (generated when
|
||||
\fB\-\-chkregister\fR
|
||||
option is used)
|
||||
.RE
|
||||
.PP
|
||||
\fB9\fR
|
||||
.RS 4
|
||||
Out of memory error
|
||||
@ -615,6 +596,11 @@ Out of memory error
|
||||
.RS 4
|
||||
XPath evaluation error
|
||||
.RE
|
||||
.PP
|
||||
\fB11\fR
|
||||
.RS 4
|
||||
XPath result is empty
|
||||
.RE
|
||||
.SH "SEE ALSO"
|
||||
.PP
|
||||
\fBlibxml\fR(3)
|
||||
|
@ -1,4 +1,4 @@
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>xmllint</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry"><a name="idm1"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>xmllint — command line <acronym class="acronym">XML</acronym> tool</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">xmllint</code> [ <code class="option">--version</code> | <code class="option">--debug</code> | <code class="option">--quiet</code> | <code class="option">--shell</code> | <code class="option">--xpath "<em class="replaceable"><code>XPath_expression</code></em>"</code> | <code class="option">--debugent</code> | <code class="option">--copy</code> | <code class="option">--recover</code> | <code class="option">--nodict</code> | <code class="option">--noent</code> | <code class="option">--noout</code> | <code class="option">--nonet</code> | <code class="option">--path "<em class="replaceable"><code>PATH(S)</code></em>"</code> | <code class="option">--load-trace</code> | <code class="option">--htmlout</code> | <code class="option">--nowrap</code> | <code class="option">--valid</code> | <code class="option">--postvalid</code> | <code class="option">--dtdvalid <em class="replaceable"><code>URL</code></em></code> | <code class="option">--dtdvalidfpi <em class="replaceable"><code>FPI</code></em></code> | <code class="option">--timing</code> | <code class="option">--output <em class="replaceable"><code>FILE</code></em></code> | <code class="option">--repeat</code> | <code class="option">--insert</code> | <code class="option">--compress</code> | <code class="option">--html</code> | <code class="option">--xmlout</code> | <code class="option">--push</code> | <code class="option">--memory</code> | <code class="option">--max-ampl <em class="replaceable"><code>INTEGER</code></em></code> | <code class="option">--maxmem <em class="replaceable"><code>NBBYTES</code></em></code> | <code class="option">--nowarning</code> | <code class="option">--noblanks</code> | <code class="option">--nocdata</code> | <code class="option">--format</code> | <code class="option">--encode <em class="replaceable"><code>ENCODING</code></em></code> | <code class="option">--dropdtd</code> | <code class="option">--nsclean</code> | <code class="option">--testIO</code> | <code class="option">--catalogs</code> | <code class="option">--nocatalogs</code> | <code class="option">--auto</code> | <code class="option">--xinclude</code> | <code class="option">--noxincludenode</code> | <code class="option">--loaddtd</code> | <code class="option">--dtdattr</code> | <code class="option">--stream</code> | <code class="option">--walker</code> | <code class="option">--pattern <em class="replaceable"><code>PATTERNVALUE</code></em></code> | <code class="option">--chkregister</code> | <code class="option">--relaxng <em class="replaceable"><code>SCHEMA</code></em></code> | <code class="option">--schema <em class="replaceable"><code>SCHEMA</code></em></code> | <code class="option">--c14n</code> | <code class="option">--pedantic</code> ] { <em class="replaceable"><code>XML-FILE(S)</code></em>... | - }</p></div><div class="cmdsynopsis"><p><code class="command">xmllint</code> <code class="option">--help</code> </p></div></div><div class="refsect1"><a name="description"></a><h2>DESCRIPTION</h2><p>
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>xmllint</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry"><a name="idm1"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>xmllint — command line <acronym class="acronym">XML</acronym> tool</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">xmllint</code> [ <code class="option">--version</code> | <code class="option">--debug</code> | <code class="option">--quiet</code> | <code class="option">--shell</code> | <code class="option">--xpath "<em class="replaceable"><code>XPath_expression</code></em>"</code> | <code class="option">--debugent</code> | <code class="option">--copy</code> | <code class="option">--recover</code> | <code class="option">--nodict</code> | <code class="option">--noent</code> | <code class="option">--noout</code> | <code class="option">--nonet</code> | <code class="option">--path "<em class="replaceable"><code>PATH(S)</code></em>"</code> | <code class="option">--load-trace</code> | <code class="option">--htmlout</code> | <code class="option">--nowrap</code> | <code class="option">--valid</code> | <code class="option">--postvalid</code> | <code class="option">--dtdvalid <em class="replaceable"><code>URL</code></em></code> | <code class="option">--dtdvalidfpi <em class="replaceable"><code>FPI</code></em></code> | <code class="option">--timing</code> | <code class="option">--output <em class="replaceable"><code>FILE</code></em></code> | <code class="option">--repeat</code> | <code class="option">--insert</code> | <code class="option">--compress</code> | <code class="option">--html</code> | <code class="option">--xmlout</code> | <code class="option">--push</code> | <code class="option">--memory</code> | <code class="option">--max-ampl <em class="replaceable"><code>INTEGER</code></em></code> | <code class="option">--maxmem <em class="replaceable"><code>NBBYTES</code></em></code> | <code class="option">--nowarning</code> | <code class="option">--noblanks</code> | <code class="option">--nocdata</code> | <code class="option">--format</code> | <code class="option">--encode <em class="replaceable"><code>ENCODING</code></em></code> | <code class="option">--dropdtd</code> | <code class="option">--nsclean</code> | <code class="option">--testIO</code> | <code class="option">--catalogs</code> | <code class="option">--nocatalogs</code> | <code class="option">--auto</code> | <code class="option">--xinclude</code> | <code class="option">--noxincludenode</code> | <code class="option">--loaddtd</code> | <code class="option">--dtdattr</code> | <code class="option">--stream</code> | <code class="option">--walker</code> | <code class="option">--pattern <em class="replaceable"><code>PATTERNVALUE</code></em></code> | <code class="option">--relaxng <em class="replaceable"><code>SCHEMA</code></em></code> | <code class="option">--schema <em class="replaceable"><code>SCHEMA</code></em></code> | <code class="option">--c14n</code> | <code class="option">--pedantic</code> ] { <em class="replaceable"><code>XML-FILE(S)</code></em>... | - }</p></div><div class="cmdsynopsis"><p><code class="command">xmllint</code> <code class="option">--help</code> </p></div></div><div class="refsect1"><a name="description"></a><h2>DESCRIPTION</h2><p>
|
||||
The <span class="command"><strong>xmllint</strong></span> program parses one or more <acronym class="acronym">XML</acronym> files,
|
||||
specified on the command line as <em class="replaceable"><code>XML-FILE</code></em>
|
||||
(or the standard input if the filename provided
|
||||
@ -13,8 +13,6 @@
|
||||
Otherwise <acronym class="acronym">XML</acronym> catalogs starting
|
||||
from <code class="filename">/etc/xml/catalog</code> or, more specifically,
|
||||
<code class="filename">${sysconfdir}/xml/catalog</code> are used by default.
|
||||
</p></dd><dt><span class="term"><code class="option">--chkregister</code></span></dt><dd><p>
|
||||
Turn on node registration. Useful for developers testing <span class="citerefentry"><span class="refentrytitle">libxml</span>(3)</span> node tracking code.
|
||||
</p></dd><dt><span class="term"><code class="option">--compress</code></span></dt><dd><p>
|
||||
Turn on <span class="citerefentry"><span class="refentrytitle">gzip</span>(1)</span> compression of output.
|
||||
</p></dd><dt><span class="term"><code class="option">--copy</code></span></dt><dd><p>Test the internal copy implementation.</p></dd><dt><span class="term"><code class="option">--c14n</code></span></dt><dd><p>
|
||||
@ -97,7 +95,9 @@
|
||||
result. In case of a nodeset result, each node in the
|
||||
node set is serialized in full in the output. In case
|
||||
of an empty node set the "XPath set is empty" result
|
||||
will be shown and an error exit code will be returned.
|
||||
will be shown and exit code 11 will be returned..
|
||||
This feature is EXPERIMENTAL. Implementation details can
|
||||
change without futher notice.
|
||||
</p></dd><dt><span class="term"><code class="option">--stream</code></span></dt><dd><p>
|
||||
Use streaming <acronym class="acronym">API</acronym> - useful when used in combination
|
||||
with <code class="option">--relaxng</code> or <code class="option">--valid</code> options
|
||||
@ -137,7 +137,7 @@
|
||||
Dumps information about the node (namespace, attributes, content).
|
||||
</p></dd><dt><span class="term"><span class="command"><strong>du <em class="replaceable"><code>PATH</code></em></strong></span></span></dt><dd><p>
|
||||
Show the structure of the subtree under the given path or the current node.
|
||||
</p></dd><dt><span class="term"><span class="command"><strong>exit</strong></span></span></dt><dd><p>Leave the shell.</p></dd><dt><span class="term"><span class="command"><strong>help</strong></span></span></dt><dd><p>Show this help.</p></dd><dt><span class="term"><span class="command"><strong>free</strong></span></span></dt><dd><p>Display memory usage.</p></dd><dt><span class="term"><span class="command"><strong>load <em class="replaceable"><code>FILENAME</code></em></strong></span></span></dt><dd><p>Load a new document with the given filename.</p></dd><dt><span class="term"><span class="command"><strong>ls <em class="replaceable"><code>PATH</code></em></strong></span></span></dt><dd><p>List contents of the given path or the current directory.</p></dd><dt><span class="term"><span class="command"><strong>pwd</strong></span></span></dt><dd><p>Display the path to the current node.</p></dd><dt><span class="term"><span class="command"><strong>quit</strong></span></span></dt><dd><p>Leave the shell.</p></dd><dt><span class="term"><span class="command"><strong>save <em class="replaceable"><code>FILENAME</code></em></strong></span></span></dt><dd><p>
|
||||
</p></dd><dt><span class="term"><span class="command"><strong>exit</strong></span></span></dt><dd><p>Leave the shell.</p></dd><dt><span class="term"><span class="command"><strong>help</strong></span></span></dt><dd><p>Show this help.</p></dd><dt><span class="term"><span class="command"><strong>load <em class="replaceable"><code>FILENAME</code></em></strong></span></span></dt><dd><p>Load a new document with the given filename.</p></dd><dt><span class="term"><span class="command"><strong>ls <em class="replaceable"><code>PATH</code></em></strong></span></span></dt><dd><p>List contents of the given path or the current directory.</p></dd><dt><span class="term"><span class="command"><strong>pwd</strong></span></span></dt><dd><p>Display the path to the current node.</p></dd><dt><span class="term"><span class="command"><strong>quit</strong></span></span></dt><dd><p>Leave the shell.</p></dd><dt><span class="term"><span class="command"><strong>save <em class="replaceable"><code>FILENAME</code></em></strong></span></span></dt><dd><p>
|
||||
Save the current document to the given filename or to the original name.
|
||||
</p></dd><dt><span class="term"><code class="option">validate</code></span></dt><dd><p>Check the document for errors.</p></dd><dt><span class="term"><span class="command"><strong>write <em class="replaceable"><code>FILENAME</code></em></strong></span></span></dt><dd><p>Write the current node to the given filename.</p></dd></dl></div></div><div class="refsect1"><a name="environment"></a><h2>ENVIRONMENT</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><code class="envar">SGML_CATALOG_FILES</code></span></dt><dd><p><acronym class="acronym">SGML</acronym> catalog behavior can be changed by redirecting
|
||||
queries to the user's own set of catalogs. This can be done by setting
|
||||
@ -159,10 +159,7 @@
|
||||
calling it from scripts.
|
||||
</p><div class="variablelist"><dl class="variablelist"><dt><span class="term"><span class="errorcode">0</span></span></dt><dd><p>No error</p></dd><dt><span class="term"><span class="errorcode">1</span></span></dt><dd><p>Unclassified</p></dd><dt><span class="term"><span class="errorcode">2</span></span></dt><dd><p>Error in <acronym class="acronym">DTD</acronym></p></dd><dt><span class="term"><span class="errorcode">3</span></span></dt><dd><p>Validation error</p></dd><dt><span class="term"><span class="errorcode">4</span></span></dt><dd><p>Validation error</p></dd><dt><span class="term"><span class="errorcode">5</span></span></dt><dd><p>Error in schema compilation</p></dd><dt><span class="term"><span class="errorcode">6</span></span></dt><dd><p>Error writing output</p></dd><dt><span class="term"><span class="errorcode">7</span></span></dt><dd><p>
|
||||
Error in pattern (generated when <code class="option">--pattern</code> option is used)
|
||||
</p></dd><dt><span class="term"><span class="errorcode">8</span></span></dt><dd><p>
|
||||
Error in Reader registration (generated
|
||||
when <code class="option">--chkregister</code> option is used)
|
||||
</p></dd><dt><span class="term"><span class="errorcode">9</span></span></dt><dd><p>Out of memory error</p></dd><dt><span class="term"><span class="errorcode">10</span></span></dt><dd><p>XPath evaluation error</p></dd></dl></div></div><div class="refsect1"><a name="seealso"></a><h2>SEE ALSO</h2><p><span class="citerefentry"><span class="refentrytitle">libxml</span>(3)</span>
|
||||
</p></dd><dt><span class="term"><span class="errorcode">9</span></span></dt><dd><p>Out of memory error</p></dd><dt><span class="term"><span class="errorcode">10</span></span></dt><dd><p>XPath evaluation error</p></dd><dt><span class="term"><span class="errorcode">11</span></span></dt><dd><p>XPath result is empty</p></dd></dl></div></div><div class="refsect1"><a name="seealso"></a><h2>SEE ALSO</h2><p><span class="citerefentry"><span class="refentrytitle">libxml</span>(3)</span>
|
||||
</p><p>
|
||||
More information can be found at
|
||||
</p><div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; "><li class="listitem"><p><span class="citerefentry"><span class="refentrytitle">libxml</span>(3)</span> web page <a class="ulink" href="https://gitlab.gnome.org/GNOME/libxml2" target="_top">https://gitlab.gnome.org/GNOME/libxml2</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user