home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 144 / DPCS0200.iso / Internet / Supanet / system / swing.jar / javax / swing / text / html / HTMLDocument$Iterator.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-11-05  |  518 b   |  18 lines

  1. package javax.swing.text.html;
  2.  
  3. import javax.swing.text.AttributeSet;
  4.  
  5. public abstract class HTMLDocument$Iterator {
  6.    public abstract AttributeSet getAttributes();
  7.  
  8.    public abstract int getEndOffset();
  9.  
  10.    public abstract int getStartOffset();
  11.  
  12.    public abstract HTML.Tag getTag();
  13.  
  14.    public abstract boolean isValid();
  15.  
  16.    public abstract void next();
  17. }
  18.