NAME

XML::SemanticDiff::BasicHandler - Default handler class for XML::SemanticDiff

SYNOPSIS

use XML::SemanticDiff;
my $diff = XML::SemanticDiff->new();
      
foreach my $change ($diff->compare($file, $file2)) {
    print "$change->{message} in context $change->{context}\n";
}

DESCRIPTION

This is the default event handler for XML::SemanticDiff. It implements nothing useful apart from the parent class and should never be used directly.

Please run perldoc XML::SemanticDiff for more information.

AUTHOR

Kip Hampton khampton@totalcinema.com

COPYRIGHT

Copyright (c) 2000 Kip Hampton. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

XML::SemanticDiff