comparison Lib/IMPL/DOM/Schema/ComplexNode.pm @ 18:818c74b038ae

DOM Schema + tests
author Sergey
date Thu, 10 Sep 2009 17:42:47 +0400
parents 5899df8c289e
children 1ca530e5c9c5
comparison
equal deleted inserted replaced
17:7f88e01b58f8 18:818c74b038ae
1 package IMPL::DOM::Schema::ComplexNode; 1 package IMPL::DOM::Schema::ComplexNode;
2 use strict; 2 use strict;
3 use warnings; 3 use warnings;
4 4
5 use base qw(IMPL::DOM::Schema::Item); 5 use base qw(IMPL::DOM::Schema::Node);
6 use IMPL::Class::Property; 6 use IMPL::Class::Property;
7 7
8 BEGIN { 8 BEGIN {
9 public property content => { 9 public property content => {
10 get => \&_getContent, 10 get => \&_getContent,