comparison Lib/IMPL/DOM/Navigator/SchemaNavigator.pm @ 368:010ceafd0c5a

form metadata + tests
author cin
date Wed, 04 Dec 2013 17:31:53 +0400
parents 70658970af15
children
comparison
equal deleted inserted replaced
367:608e74bc309f 368:010ceafd0c5a
112 } else { 112 } else {
113 return $this->Current; 113 return $this->Current;
114 } 114 }
115 } 115 }
116 116
117 sub schema {
118 goto &Schema;
119 }
120
117 1; 121 1;
118 __END__ 122 __END__
119 123
120 =pod 124 =pod
121 125