home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 144 / DPCS0200.iso / Internet / Supanet / system / swing.jar / javax / swing / text / html / HTMLEditorKit$ParserCallback.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-11-05  |  916 b   |  28 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 void flush() throws BadLocationException {
  8.    }
  9.  
  10.    public void handleComment(char[] var1, int var2) {
  11.    }
  12.  
  13.    public void handleEndTag(HTML.Tag var1, int var2) {
  14.    }
  15.  
  16.    public void handleError(String var1, int var2) {
  17.    }
  18.  
  19.    public void handleSimpleTag(HTML.Tag var1, MutableAttributeSet var2, int var3) {
  20.    }
  21.  
  22.    public void handleStartTag(HTML.Tag var1, MutableAttributeSet var2, int var3) {
  23.    }
  24.  
  25.    public void handleText(char[] var1, int var2) {
  26.    }
  27. }
  28.