com.quiotix.html.example
Class HtmlParse
java.lang.Object
com.quiotix.html.example.HtmlParse
public class HtmlParse
- extends Object
Example class which parses an HTML document, cleans it up a little
bit, and dumps it to standard out. Demonstrates use of the parser and
parser utilities.
Syntax: HtmlParse file
Part of the Quiotix Html Parser package.
See http://www.quiotix.com/opensource/html-parser for more information
Method Summary |
static void |
main(String[] args)
Runnable. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlParse
public HtmlParse()
main
public static void main(String[] args)
throws IOException
- Runnable.
- Throws:
IOException
Copyright © 1999-2011 Quiotix. All Rights Reserved.