org.ccil.cowan.tagsoup
Class CommandLine

java.lang.Object
  extended byorg.ccil.cowan.tagsoup.CommandLine

public class CommandLine
extends java.lang.Object

The stand-alone TagSoup program.


Constructor Summary
CommandLine()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Main method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLine

public CommandLine()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.io.IOException,
                        org.xml.sax.SAXException
Main method. Processes specified files or standard input.

Throws:
java.io.IOException
org.xml.sax.SAXException


Licence: Academic Free License 3.0 and/or GPL 2.0