Mercurial > pub > Impl
comparison Lib/IMPL/DOM/Schema/AnyNode.pm @ 19:1ca530e5c9c5
DOM схема, требует переработки в части схемы для описания схем. Автоверификация не проходит
author | Sergey |
---|---|
date | Fri, 11 Sep 2009 16:30:39 +0400 |
parents | |
children | 267460284fb3 |
comparison
equal
deleted
inserted
replaced
18:818c74b038ae | 19:1ca530e5c9c5 |
---|---|
1 package IMPL::DOM::Schema::AnyNode; | |
2 use strict; | |
3 use warnings; | |
4 | |
5 use base qw(IMPL::DOM::Schema::Node); | |
6 | |
7 our %CTOR = ( | |
8 'IMPL::DOM::Schema::Node' => sub { nodeName => 'AnyNode'} | |
9 ); | |
10 | |
11 1; | |
12 | |
13 __END__ | |
14 | |
15 =pod | |
16 | |
17 =head1 DESCRIPTION | |
18 | |
19 , | |
20 . , | |
21 , | |
22 , | |
23 . | |
24 | |
25 =cut |