2005-02-14 18:01:02 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2007-12-23 20:57:49 +00:00
|
|
|
<!-- $Revision: 1.9 $ -->
|
2005-09-04 11:08:19 +00:00
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<reference xml:id="ref.libxml" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
2007-12-23 20:57:49 +00:00
|
|
|
<title>libxml &Functions;</title>
|
2005-02-14 18:01:02 +00:00
|
|
|
|
|
|
|
<partintro>
|
2005-08-07 17:16:20 +00:00
|
|
|
|
2007-12-23 20:57:49 +00:00
|
|
|
<!-- FIXME: Upgrade this to the new-oo-markup ... -->
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id='libxml.classes'>
|
2005-08-07 17:16:20 +00:00
|
|
|
&reftitle.classes;
|
|
|
|
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id='libxml.class.libxmlerror'>
|
2005-08-07 17:16:20 +00:00
|
|
|
<title><classname>LibXMLError</classname></title>
|
2007-06-20 22:25:43 +00:00
|
|
|
<section xml:id='libxml.class.libxmlerror.properties'>
|
2005-08-07 17:16:20 +00:00
|
|
|
&reftitle.properties;
|
|
|
|
<itemizedlist>
|
|
|
|
<listitem>
|
|
|
|
<para>code - the error's code</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
column - the column where the error occurred. Please note that
|
2005-08-07 21:39:04 +00:00
|
|
|
this property isn't entirely implemented in libxml and therefore
|
2005-08-07 17:16:20 +00:00
|
|
|
<literal>0</literal> is often returned.
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>file - the filename, or empty if the XML was loaded from a string</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>
|
|
|
|
level - the severity of the error (one of the following constants:
|
|
|
|
<constant>LIBXML_ERR_WARNING</constant>,
|
|
|
|
<constant>LIBXML_ERR_ERROR</constant> or
|
|
|
|
<constant>LIBXML_ERR_FATAL</constant>)
|
|
|
|
</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>line - the line where the error occurred</para>
|
|
|
|
</listitem>
|
|
|
|
<listitem>
|
|
|
|
<para>message - the error message</para>
|
|
|
|
</listitem>
|
|
|
|
</itemizedlist>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
|
2005-02-14 18:01:02 +00:00
|
|
|
</partintro>
|
2007-12-10 17:06:11 +00:00
|
|
|
&reference.libxml.entities.functions;
|
2005-02-14 18:01:02 +00:00
|
|
|
</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
|
|
|
|
-->
|