diff Lib/IMPL/DOM/Navigator/SchemaNavigator.pm @ 35:f25d021780b3

DOM::Navigator::Builder working version
author Sergey
date Tue, 17 Nov 2009 17:46:24 +0300
parents a8086f85a571
children 1828103371d0
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Navigator/SchemaNavigator.pm	Mon Nov 16 18:39:25 2009 +0300
+++ b/Lib/IMPL/DOM/Navigator/SchemaNavigator.pm	Tue Nov 17 17:46:24 2009 +0300
@@ -37,7 +37,7 @@
     die new IMPL::InvalidArgumentException('name is required') unless defined $name;
     
     # perform a safe navigation
-    return dosafe $this sub {
+    #return dosafe $this sub {
         my $steps = 1;
         # navigate to node
         if (
@@ -84,7 +84,7 @@
         } else {
             die; # abort navigation
         }
-    }
+    #}
 }
 
 sub SchemaBack {