home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / javax / swing / text / html / HTMLEditorKit$Parser.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  458 b   |  9 lines

  1. package javax.swing.text.html;
  2.  
  3. import java.io.IOException;
  4. import java.io.Reader;
  5.  
  6. public abstract class HTMLEditorKit$Parser {
  7.    public abstract void parse(Reader var1, HTMLEditorKit.ParserCallback var2, boolean var3) throws IOException;
  8. }
  9.