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

core refactoring
author cin
date Mon, 04 Feb 2013 02:10:37 +0400
parents 814d755e5d12
children 648dfaf642e0
comparison
equal deleted inserted replaced
277:6585464c4664 278:4ddb27ff4a0b
2 use strict; 2 use strict;
3 use warnings; 3 use warnings;
4 4
5 use parent qw(IMPL::DOM::Schema::Node); 5 use parent qw(IMPL::DOM::Schema::Node);
6 use IMPL::Class::Property; 6 use IMPL::Class::Property;
7 use IMPL::Class::Property::Direct;
8 use IMPL::DOM::Property qw(_dom); 7 use IMPL::DOM::Property qw(_dom);
9 8
10 BEGIN { 9 BEGIN {
11 public _dom _direct property inflator => prop_get; 10 public _dom _direct property inflator => prop_get;
12 public _dom _direct property messageInflateError => prop_get; 11 public _dom _direct property messageInflateError => prop_get;