mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-26 01:42:09 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@260156 c90b9560-bf6c-de11-be94-00142212c4b1
77 lines
2.2 KiB
XML
Executable File
77 lines
2.2 KiB
XML
Executable File
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.9 $ -->
|
|
<!-- EN-Revision: 1.9 Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
<!-- Purpose: xml -->
|
|
<!-- Membership: bundled, external -->
|
|
|
|
<reference xml:id="ref.libxml" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
<title>&Functions; libxml</title>
|
|
|
|
<partintro>
|
|
|
|
<section xml:id='libxml.classes'>
|
|
&reftitle.classes;
|
|
|
|
<section xml:id='libxml.class.libxmlerror'>
|
|
<title><classname>LibXMLError</classname></title>
|
|
<section xml:id='libxml.class.libxmlerror.properties'>
|
|
&reftitle.properties;
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para><literal>code</literal> : le code erreur</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<literal>column</literal> : la colonne où l'erreur est survenue. Notez que
|
|
cette propriété n'est pas entièrement implémentée dans libxml
|
|
et donc, &zero; est toujours retourné.
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><literal>file</literal> : le nom du fichier, ou vide si le XML a été chargé
|
|
depuis une chaîne.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
<literal>level</literal> : le degré de l'erreur (une des constantes suivantes :
|
|
<constant>LIBXML_ERR_WARNING</constant>,
|
|
<constant>LIBXML_ERR_ERROR</constant> ou
|
|
<constant>LIBXML_ERR_FATAL</constant>)
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><literal>line</literal> : la ligne où l'erreur est survenue.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><literal>message</literal> : le message de l'erreur</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</section>
|
|
</section>
|
|
</section>
|
|
|
|
</partintro>
|
|
&reference.libxml.entities.functions;
|
|
</reference>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
--> |