comparison Lib/IMPL/DOM/Schema/ValidationError.pm @ 278:4ddb27ff4a0b

core refactoring
author cin
date Mon, 04 Feb 2013 02:10:37 +0400
parents 6b6d4b2275a1
children 2f16f13b000c
comparison
equal deleted inserted replaced
277:6585464c4664 278:4ddb27ff4a0b
6 '""' => \&toString, 6 '""' => \&toString,
7 'fallback' => 1; 7 'fallback' => 1;
8 8
9 use parent qw(IMPL::Object); 9 use parent qw(IMPL::Object);
10 use IMPL::Class::Property; 10 use IMPL::Class::Property;
11 use IMPL::Class::Property::Direct;
12 use IMPL::Resources::Format qw(FormatMessage); 11 use IMPL::Resources::Format qw(FormatMessage);
13 12
14 BEGIN { 13 BEGIN {
15 public _direct property node => prop_get; # target document node (if exists) 14 public _direct property node => prop_get; # target document node (if exists)
16 public _direct property schema => prop_get; # a schema for the target node (if exists) 15 public _direct property schema => prop_get; # a schema for the target node (if exists)