From 1babd46ebc6c705c0092cf082a4793867f0a2549 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Thu, 8 Sep 2005 11:02:23 +0000 Subject: [PATCH] add new constants. move err_* constants to the bottom, to avoid confusion git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195459 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/libxml/constants.xml | 123 +++++++++++++++++++++------------ 1 file changed, 78 insertions(+), 45 deletions(-) diff --git a/reference/libxml/constants.xml b/reference/libxml/constants.xml index 06f0075704..7ebec0894a 100755 --- a/reference/libxml/constants.xml +++ b/reference/libxml/constants.xml @@ -1,9 +1,26 @@ - +
&reftitle.constants; &extension.constants; + + + LIBXML_COMPACT + (integer) + + + + Activate small nodes allocation optimization. This may speed up your + application without needing to change the code. + + + + Only available in Libxml >= 2.6.21 + + + + LIBXML_DTDATTR @@ -37,50 +54,6 @@ - - - LIBXML_ERR_ERROR - (integer) - - - - A recoverable error - - - - - - LIBXML_ERR_FATAL - (integer) - - - - A fatal error - - - - - - LIBXML_ERR_NONE - (integer) - - - - No errors - - - - - - LIBXML_ERR_WARNING - (integer) - - - - A simple warning - - - LIBXML_NOBLANKS @@ -147,6 +120,22 @@ + + + LIBXML_NOXMLDECL + (integer) + + + + Drop the XML declaration when saving a document + + + + Only available in Libxml >= 2.6.21 + + + + LIBXML_NSCLEAN @@ -169,6 +158,50 @@ + + + LIBXML_ERR_ERROR + (integer) + + + + A recoverable error + + + + + + LIBXML_ERR_FATAL + (integer) + + + + A fatal error + + + + + + LIBXML_ERR_NONE + (integer) + + + + No errors + + + + + + LIBXML_ERR_WARNING + (integer) + + + + A simple warning + + + LIBXML_VERSION