Mercurial > pub > Impl
comparison Lib/IMPL/Serialization/XmlFormatter.pm @ 278:4ddb27ff4a0b
core refactoring
author | cin |
---|---|
date | Mon, 04 Feb 2013 02:10:37 +0400 |
parents | 4267a2ac3d46 |
children |
comparison
equal
deleted
inserted
replaced
277:6585464c4664 | 278:4ddb27ff4a0b |
---|---|
1 package IMPL::Serialization::XmlObjectWriter; | 1 package IMPL::Serialization::XmlObjectWriter; |
2 use strict; | 2 use strict; |
3 | 3 |
4 use parent qw(IMPL::Object); | 4 use parent qw(IMPL::Object); |
5 use IMPL::Class::Property; | 5 use IMPL::Class::Property; |
6 use IMPL::Class::Property::Direct; | |
7 | 6 |
8 use IMPL::Serialization; | 7 use IMPL::Serialization; |
9 use XML::Writer; | 8 use XML::Writer; |
10 use IMPL::Exception; | 9 use IMPL::Exception; |
11 | 10 |
169 | 168 |
170 package IMPL::Serialization::XmlFormatter; | 169 package IMPL::Serialization::XmlFormatter; |
171 use parent qw(IMPL::Object); | 170 use parent qw(IMPL::Object); |
172 | 171 |
173 use IMPL::Class::Property; | 172 use IMPL::Class::Property; |
174 use IMPL::Class::Property::Direct; | |
175 | 173 |
176 BEGIN { | 174 BEGIN { |
177 public _direct property Encoding => prop_all; | 175 public _direct property Encoding => prop_all; |
178 public _direct property SkipWhitespace => prop_all; | 176 public _direct property SkipWhitespace => prop_all; |
179 public _direct property IdentOutput => prop_all; | 177 public _direct property IdentOutput => prop_all; |