home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _ac1b5158ce5bc97b0dcb9eff5d5b5266 < prev    next >
Text File  |  2000-03-23  |  3KB  |  80 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>HTML::Formatter - Base class for HTML formatters</TITLE>
  5. <LINK REL="stylesheet" HREF="../../../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> HTML::Formatter - Base class for HTML formatters</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  25.     <LI><A HREF="#see also">SEE ALSO</A></LI>
  26.     <LI><A HREF="#copyright">COPYRIGHT</A></LI>
  27.     <LI><A HREF="#author">AUTHOR</A></LI>
  28. </UL>
  29. <!-- INDEX END -->
  30.  
  31. <HR>
  32. <P>
  33. <H1><A NAME="name">NAME</A></H1>
  34. <P>HTML::Formatter - Base class for HTML formatters</P>
  35. <P>
  36. <HR>
  37. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  38. <UL>
  39. <LI>Linux</LI>
  40. <LI>Solaris</LI>
  41. <LI>Windows</LI>
  42. </UL>
  43. <HR>
  44. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  45. <PRE>
  46.  package HTML::FormatXX;
  47.  require HTML::Formatter;
  48.  @ISA=qw(HTML::Formatter);</PRE>
  49. <P>
  50. <HR>
  51. <H1><A NAME="description">DESCRIPTION</A></H1>
  52. <P>HTML formatters are able to format a HTML syntax tree into various
  53. printable formats.  Different formatters produce output for different
  54. output media.  Common for all formatters are that they will return the
  55. formatted output when the <A HREF="../../../lib/Pod/perlfunc.html#item_format"><CODE>format()</CODE></A> method is called.  <CODE>Format()</CODE> takes a
  56. HTML::Element as parameter.</P>
  57. <P>
  58. <HR>
  59. <H1><A NAME="see also">SEE ALSO</A></H1>
  60. <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>
  61. <P>
  62. <HR>
  63. <H1><A NAME="copyright">COPYRIGHT</A></H1>
  64. <P>Copyright (c) 1995-1998 Gisle Aas. All rights reserved.</P>
  65. <P>This library is free software; you can redistribute it and/or
  66. modify it under the same terms as Perl itself.</P>
  67. <P>
  68. <HR>
  69. <H1><A NAME="author">AUTHOR</A></H1>
  70. <P>Gisle Aas <<A HREF="mailto:aas@sn.no">aas@sn.no</A>></P>
  71. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  72. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  73. <STRONG><P CLASS=block> HTML::Formatter - Base class for HTML formatters</P></STRONG>
  74. </TD></TR>
  75. </TABLE>
  76.  
  77. </BODY>
  78.  
  79. </HTML>
  80.