From fefcb81d428748abab3d5486ae062f704aaa1ff7 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Sun, 7 Aug 2005 17:16:20 +0000 Subject: [PATCH] document the LibXMLError class git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@192709 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/libxml/reference.xml | 43 +++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/reference/libxml/reference.xml b/reference/libxml/reference.xml index e1bd35e948..c2a1cead27 100755 --- a/reference/libxml/reference.xml +++ b/reference/libxml/reference.xml @@ -1,5 +1,5 @@ - + libxml Functions libxml @@ -22,6 +22,47 @@ 2.6.0. + +
+ &reftitle.classes; + +
+ <classname>LibXMLError</classname> +
+ &reftitle.properties; + + + code - the error's code + + + + column - the column where the error occurred. Please note that + this property isn't enterely implemented in libxml and therefore + 0 is often returned. + + + + file - the filename, or empty if the XML was loaded from a string + + + + level - the severity of the error (one of the following constants: + LIBXML_ERR_WARNING, + LIBXML_ERR_ERROR or + LIBXML_ERR_FATAL) + + + + line - the line where the error occurred + + + message - the error message + + +
+
+
+ &reference.libxml.constants; &reference.libxml.functions;