Author: mbenson
Date: Wed Jun  8 17:34:08 2011
New Revision: 1133478

URL: http://svn.apache.org/viewvc?rev=1133478&view=rev
Log:
further elucidate handling of null values by JXPath

Modified:
    commons/proper/jxpath/trunk/src/site/xdoc/users-guide.xml

Modified: commons/proper/jxpath/trunk/src/site/xdoc/users-guide.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jxpath/trunk/src/site/xdoc/users-guide.xml?rev=1133478&r1=1133477&r2=1133478&view=diff
==============================================================================
--- commons/proper/jxpath/trunk/src/site/xdoc/users-guide.xml (original)
+++ commons/proper/jxpath/trunk/src/site/xdoc/users-guide.xml Wed Jun  8 
17:34:08 2011
@@ -1382,7 +1382,7 @@ TypeUtils.setTypeConverter(new JXPath11C
 
     <section name="Type Conversions">
       <p>
-        JXPath automatically performs the following type convertions:
+        JXPath automatically performs the following type conversions:
       </p>
       <table>
         <tr>
@@ -1406,7 +1406,16 @@ TypeUtils.setTypeConverter(new JXPath11C
           </td>
         </tr>
         <tr>
-          <td><i>any</i>
+          <td><i>null</i>
+          </td>
+          <td><i>string</i>
+          </td>
+          <td>
+            ""
+          </td>
+        </tr>
+        <tr>
+          <td><i>any non-null object</i>
           </td>
           <td>
             String


Reply via email to