home *** CD-ROM | disk | FTP | other *** search
Wrap
<HTML> <HEAD> <TITLE>HTML::Formatter - Base class for HTML formatters</TITLE> <LINK REL="stylesheet" HREF="../../../Active.css" TYPE="text/css"> <LINK REV="made" HREF="mailto:"> </HEAD> <BODY> <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%> <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc"> <STRONG><P CLASS=block> HTML::Formatter - Base class for HTML formatters</P></STRONG> </TD></TR> </TABLE> <A NAME="__index__"></A> <!-- INDEX BEGIN --> <UL> <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI> <LI><A HREF="#synopsis">SYNOPSIS</A></LI> <LI><A HREF="#description">DESCRIPTION</A></LI> <LI><A HREF="#see also">SEE ALSO</A></LI> <LI><A HREF="#copyright">COPYRIGHT</A></LI> <LI><A HREF="#author">AUTHOR</A></LI> </UL> <!-- INDEX END --> <HR> <P> <H1><A NAME="name">NAME</A></H1> <P>HTML::Formatter - Base class for HTML formatters</P> <P> <HR> <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1> <UL> <LI>Linux</LI> <LI>Solaris</LI> <LI>Windows</LI> </UL> <HR> <H1><A NAME="synopsis">SYNOPSIS</A></H1> <PRE> package HTML::FormatXX; require HTML::Formatter; @ISA=qw(HTML::Formatter);</PRE> <P> <HR> <H1><A NAME="description">DESCRIPTION</A></H1> <P>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 <A HREF="../../../lib/Pod/perlfunc.html#item_format"><CODE>format()</CODE></A> method is called. <CODE>Format()</CODE> takes a HTML::Element as parameter.</P> <P> <HR> <H1><A NAME="see also">SEE ALSO</A></H1> <P><A HREF="../../../site/lib/HTML/FormatText.html">the HTML::FormatText manpage</A>, <A HREF="../../../site/lib/HTML/FormatPS.html">the HTML::FormatPS manpage</A>, <A HREF="../../../site/lib/HTML/Element.html">the HTML::Element manpage</A></P> <P> <HR> <H1><A NAME="copyright">COPYRIGHT</A></H1> <P>Copyright (c) 1995-1998 Gisle Aas. All rights reserved.</P> <P>This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.</P> <P> <HR> <H1><A NAME="author">AUTHOR</A></H1> <P>Gisle Aas <<A HREF="mailto:aas@sn.no">aas@sn.no</A>></P> <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%> <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc"> <STRONG><P CLASS=block> HTML::Formatter - Base class for HTML formatters</P></STRONG> </TD></TR> </TABLE> </BODY> </HTML>