com.raritantechnologies.HTML.tools
Class HTMLParser

java.lang.Object
  extended bycom.raritantechnologies.HTML.tools.HTMLParser

public class HTMLParser
extends java.lang.Object

Implements an HTML Parser using the javax.swing.text.html ParserCallback API.


Constructor Summary
HTMLParser()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void parse(java.io.Reader htmlReader, javax.swing.text.html.HTMLEditorKit.ParserCallback callback)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLParser

public HTMLParser()
Method Detail

parse

public void parse(java.io.Reader htmlReader,
                  javax.swing.text.html.HTMLEditorKit.ParserCallback callback)
           throws java.io.IOException
Throws:
java.io.IOException

main

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