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


XML-SemanticDiff documentation  | view source Contained in the XML-SemanticDiff distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  use XML::SemanticDiff;
  my $diff = XML::SemanticDiff->new();

  foreach my $change ($diff->compare($file, $file2)) {
      print "$change->{message} in context $change->{context}\n";
  }

DESCRIPTION

Top

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.

IMPLEMENTED METHODS (FOR INTERNAL USE)

Top

new =head2 rogue_element =head2 missing_element =head2 element_value =head2 rogue_attribute =head2 missing_attribute =head2 attribute_value =head2 namespace_uri =head2 parent_and_name

AUTHOR

Top

Kip Hampton khampton@totalcinema.com

COPYRIGHT

Top

SEE ALSO

Top

XML::SemanticDiff


XML-SemanticDiff documentation  | view source Contained in the XML-SemanticDiff distribution.