htmllayout
Class ProcHtml

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

public class ProcHtml
extends java.lang.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 Summary
ProcHtml()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcHtml

public ProcHtml()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception