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$ParserCallback.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  1.0 KB  |  33 lines

  1. package javax.swing.text.html;
  2.  
  3. import javax.swing.text.BadLocationException;
  4. import javax.swing.text.MutableAttributeSet;
  5.  
  6. public class HTMLEditorKit$ParserCallback {
  7.    public static final Object IMPLIED = "_implied_";
  8.  
  9.    public void flush() throws BadLocationException {
  10.    }
  11.  
  12.    public void handleText(char[] var1, int var2) {
  13.    }
  14.  
  15.    public void handleComment(char[] var1, int var2) {
  16.    }
  17.  
  18.    public void handleStartTag(HTML.Tag var1, MutableAttributeSet var2, int var3) {
  19.    }
  20.  
  21.    public void handleEndTag(HTML.Tag var1, int var2) {
  22.    }
  23.  
  24.    public void handleSimpleTag(HTML.Tag var1, MutableAttributeSet var2, int var3) {
  25.    }
  26.  
  27.    public void handleError(String var1, int var2) {
  28.    }
  29.  
  30.    public void handleEndOfLineString(String var1) {
  31.    }
  32. }
  33.