NAME
Data::XML::Variant::Output - Output class for Data::XML::Variant
VERSION
Version 0.01
SYNOPSIS
Do not use this class directly. This class is merely a convenient way of "tagging" data as already having been processed (for example, escapes already applied).
EXPORT
None.
METHODS
new
my $output = Data::XML::Variant::Output->new($string);
Passed a string, the constructor will return an object with overloaded stringification. When printed, it will print the string it contains.
output
print $output->output;
Returns the $string
passed to new
.
AUTHOR
Curtis "Ovid" Poe, <ovid@cpan.org>
BUGS
Please report any bugs or feature requests to bug-data-xml-variant@rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Data-XML-Variant. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2005 Curtis "Ovid" Poe, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.