comparison Lib/IMPL/DOM/Navigator/SchemaNavigator.pm @ 36:1828103371d0

DOM in works
author Sergey
date Fri, 20 Nov 2009 16:48:08 +0300
parents f25d021780b3
children 16ada169ca75
comparison
equal deleted inserted replaced
35:f25d021780b3 36:1828103371d0
80 push @{$this->{$_historySteps}},$steps; 80 push @{$this->{$_historySteps}},$steps;
81 81
82 # return found node schema 82 # return found node schema
83 return $node; 83 return $node;
84 } else { 84 } else {
85 die; # abort navigation 85 return undef; # abort navigation
86 } 86 }
87 #} 87 #}
88 } 88 }
89 89
90 sub SchemaBack { 90 sub SchemaBack {