|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--htmllayout.ProcHtml
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.
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 |
public ProcHtml()
Method Detail |
public static void main(java.lang.String[] args) throws java.lang.Exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |