Mercurial > pub > Impl
comparison Lib/IMPL/DOM/Schema/Node.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 | f48a1a9f4fa2 |
comparison
equal
deleted
inserted
replaced
193:8e8401c0aea4 | 194:4d0e1962161c |
---|---|
17 public _dom _direct property display_blame => prop_all; | 17 public _dom _direct property display_blame => prop_all; |
18 } | 18 } |
19 | 19 |
20 our %CTOR = ( | 20 our %CTOR = ( |
21 'IMPL::DOM::Node' => sub { | 21 'IMPL::DOM::Node' => sub { |
22 my %args = @_; | 22 my %args = @_; |
23 delete @args{qw( | 23 delete @args{qw( |
24 minOccur | 24 minOccur |
25 maxOccur | 25 maxOccur |
26 type | 26 type |
27 name | 27 name |
28 display | 28 display |
29 display_no | 29 display_no |
30 display_blame | 30 display_blame |
31 )} ; | 31 )} ; |
32 $args{nodeName} ||= 'Node'; | 32 $args{nodeName} ||= 'Node'; |
33 %args | 33 %args |
34 } | 34 } |
35 ); | 35 ); |
36 | 36 |
37 sub CTOR { | 37 sub CTOR { |
38 my ($this,%args) = @_; | 38 my ($this,%args) = @_; |
56 return (); | 56 return (); |
57 } | 57 } |
58 } | 58 } |
59 | 59 |
60 sub inflateValue { | 60 sub inflateValue { |
61 $_[1]; | 61 $_[1]; |
62 } | 62 } |
63 | 63 |
64 sub inflator { undef } | 64 sub inflator { undef } |
65 | 65 |
66 sub qname { | 66 sub qname { |