All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class htmllayout.ProcHtml

java.lang.Object
   |
   +----htmllayout.ProcHtml

public class ProcHtml
extends Object
Converts html files into text suitable for inclusion in your Java source. Places tabs (default 2) and a quote at the start of each line, and a quote and plus (semi-colon for the last line) at the end of each line. Quotes are escaped. Output is written to "filename.out", where "filename" is the name of the input file. The number of tabs can be set by the -n option, where n is the number.

Author:
Paul Buchheit

Constructor Index

 o ProcHtml()

Method Index

 o main(String[])

Constructors

 o ProcHtml
 public ProcHtml()

Methods

 o main
 public static void main(String args[]) throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index