NAME

PITA::Report::SAXDriver - Implements a SAX Driver for PITA::Report objects

DESCRIPTION

Although you won't need to use it directly, this class provides a "SAX Driver" class that converts a PITA::Report object into a stream of SAX events (which will mostly likely be written to a file).

Please note that this class is incomplete at this time. Although you can create objects, you can't actually run them yet.

METHODS

new

# Create a driver for a report
my $driver = PITA::Report::SAXDriver->new( $report );

The new constructor takes a PITA::Report object and returns a new SAX Driver for it.

Returns a PITA::Report::SAXDriver object, or dies on error.

SUPPORT

Bugs should be reported via the CPAN bug tracker at

http://rt.cpan.org/NoAuth/ReportBug.html?Queue=PITA-Report

For other issues, contact the author.

AUTHOR

Adam Kennedy <cpan@ali.as>, http://ali.as/

SEE ALSO

PITA::Report, PITA::Report::SAXParser

The Perl Image-based Testing Architecture (http://ali.as/pita/)

COPYRIGHT

Copyright 2005 Adam Kennedy. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

The full text of the license can be found in the LICENSE file included with this module.