lib::HTML::Formatter

Section: User Contributed Perl Documentation (3)
Updated: perl 5.004, patch 55
Index Return to Main Contents
 

NAME

HTML::Formatter - Base class for HTML formatters  

SYNOPSIS

 package HTML::FormatXX;
 require HTML::Formatter;
 @ISA=qw(HTML::Formatter);


 

DESCRIPTION

HTML formatters are able to format a HTML syntax tree into various printable formats. Different formatters produce output for different output media. Common for all formatters are that they will return the formatted output when the format() method is called. Format() takes a HTML::Element as parameter.  

SEE ALSO

the HTML::FormatText manpage, the HTML::FormatPS manpage, the HTML::Element manpage  

COPYRIGHT

Copyright (c) 1995-1997 Gisle Aas. All rights reserved.

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

AUTHOR

Gisle Aas <aas@oslonett.no>


 

Index

NAME
SYNOPSIS
DESCRIPTION
SEE ALSO
COPYRIGHT
AUTHOR

This document was created by man2html, using the manual pages.
Time: 23:58:16 GMT, February 15, 2023