Mercurial > pub > Impl
comparison Lib/IMPL/DOM/XMLReader.pm @ 278:4ddb27ff4a0b
core refactoring
| author | cin |
|---|---|
| date | Mon, 04 Feb 2013 02:10:37 +0400 |
| parents | 0f59b2de72af |
| children | 010ceafd0c5a |
comparison
equal
deleted
inserted
replaced
| 277:6585464c4664 | 278:4ddb27ff4a0b |
|---|---|
| 3 use warnings; | 3 use warnings; |
| 4 | 4 |
| 5 use parent qw(IMPL::Object IMPL::Object::Autofill); | 5 use parent qw(IMPL::Object IMPL::Object::Autofill); |
| 6 | 6 |
| 7 use IMPL::Class::Property; | 7 use IMPL::Class::Property; |
| 8 use IMPL::Class::Property::Direct; | |
| 9 use XML::Parser; | 8 use XML::Parser; |
| 10 | 9 |
| 11 use IMPL::require { | 10 use IMPL::require { |
| 12 Schema => 'IMPL::DOM::Schema', # IMPL::DOM::Schema references IMPL::DOM::XML::Reader | 11 Schema => 'IMPL::DOM::Schema', # IMPL::DOM::Schema references IMPL::DOM::XML::Reader |
| 13 Builder => 'IMPL::DOM::Navigator::Builder', | 12 Builder => 'IMPL::DOM::Navigator::Builder', |
