NAME
Padre::Transform - Padre Document Transform API
DESCRIPTION
This is the base class for the Padre transform API.
I'll document this more later...
-- Adam K
METHODS
new
A default constructor for transform objects.
Takes arbitrary key/value pair parameters and returns a new object.
apply
$transform->apply( $padre_document );
The apply
method takes a Padre::Document object and modifies it in place. Returns true if the document was changed, false if not, or throws an exception on error.
COPYRIGHT & LICENSE
Copyright 2008-2010 The Padre development team as listed in Padre.pm.
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.