comparison 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
comparison
equal deleted inserted replaced
387:4cc6cc370fb2 388:648dfaf642e0
391 } 391 }
392 392
393 sub listProperties { 393 sub listProperties {
394 my ($this) = @_; 394 my ($this) = @_;
395 395
396 my %props = map {$_->name, 1} $this->GetMeta(PropertyInfo, sub { $_->attributes->{domProperty}},1); 396 my %props = map {$_->name, 1} $this->GetMeta(PropertyInfo, sub { $_->attributes->{dom} },1);
397 397
398 return (keys %props,keys %{$this->{$_propertyMap}}); 398 return (keys %props,keys %{$this->{$_propertyMap}});
399 } 399 }
400 400
401 sub save { 401 sub save {