Mercurial > pub > Impl
comparison Lib/IMPL/DOM/Schema.pm @ 15:16795016e70b
Dom schema in progress
author | Sergey |
---|---|
date | Mon, 07 Sep 2009 17:30:55 +0400 |
parents | |
children | 75d55f4ee263 |
comparison
equal
deleted
inserted
replaced
14:65a7bb156fb7 | 15:16795016e70b |
---|---|
1 package IMPL::DOM::Schema; | |
2 use strict; | |
3 use warnings; | |
4 | |
5 use base qw(IMPL::DOM::Document); | |
6 use IMPL::Class::Property; | |
7 use IMPL::Class::Property::Direct; | |
8 | |
9 __PACKAGE__->PassThroughArgs; | |
10 | |
11 BEGIN { | |
12 private _direct property _TypesMap => prop_all; | |
13 } | |
14 | |
15 1; |