diff Lib/IMPL/DOM/Node.pm @ 388:648dfaf642e0

DOM refactoring, removed inflators from DOM Schema, DOM validation - in progress
author cin
date Tue, 11 Feb 2014 20:22:01 +0400
parents 4edd36025051
children f23fcb19d3c1
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Node.pm	Tue Feb 11 01:13:47 2014 +0400
+++ b/Lib/IMPL/DOM/Node.pm	Tue Feb 11 20:22:01 2014 +0400
@@ -393,7 +393,7 @@
 sub listProperties {
     my ($this) = @_;
     
-    my %props = map {$_->name, 1} $this->GetMeta(PropertyInfo, sub { $_->attributes->{domProperty}},1);
+    my %props = map {$_->name, 1} $this->GetMeta(PropertyInfo, sub { $_->attributes->{dom} },1);
     
     return (keys %props,keys %{$this->{$_propertyMap}});
 }