comparison Lib/IMPL/DOM/Schema/Node.pm @ 278:4ddb27ff4a0b

core refactoring
author cin
date Mon, 04 Feb 2013 02:10:37 +0400
parents f48a1a9f4fa2
children ced5937ff21a
comparison
equal deleted inserted replaced
277:6585464c4664 278:4ddb27ff4a0b
3 use warnings; 3 use warnings;
4 4
5 use parent qw(IMPL::DOM::Node); 5 use parent qw(IMPL::DOM::Node);
6 use IMPL::Class::Property; 6 use IMPL::Class::Property;
7 use IMPL::DOM::Property qw(_dom); 7 use IMPL::DOM::Property qw(_dom);
8 use IMPL::Class::Property::Direct;
9 8
10 BEGIN { 9 BEGIN {
11 public _dom _direct property minOccur => prop_all; 10 public _dom _direct property minOccur => prop_all;
12 public _dom _direct property maxOccur => prop_all; 11 public _dom _direct property maxOccur => prop_all;
13 public _dom _direct property type => prop_all; 12 public _dom _direct property type => prop_all;