comparison Lib/IMPL/DOM/Schema/Validator.pm @ 194:4d0e1962161c

Replaced tabs with spaces IMPL::Web::View - fixed document model, new features (control classes, document constructor parameters)
author cin
date Tue, 10 Apr 2012 20:08:29 +0400
parents d1676be8afcc
children 6d8092d8ce1b
comparison
equal deleted inserted replaced
193:8e8401c0aea4 194:4d0e1962161c
5 require IMPL::Exception; 5 require IMPL::Exception;
6 6
7 __PACKAGE__->PassThroughArgs; 7 __PACKAGE__->PassThroughArgs;
8 8
9 sub Validate { 9 sub Validate {
10 my ($this,$node) = @_; 10 my ($this,$node) = @_;
11 11
12 die new IMPL::NotImplementedException(); 12 die new IMPL::NotImplementedException();
13 } 13 }
14 14
15 1; 15 1;
16 16
17 __END__ 17 __END__