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 / HTMLDocument$Iterator.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  529 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 getStartOffset();
  9.  
  10.    public abstract int getEndOffset();
  11.  
  12.    public abstract void next();
  13.  
  14.    public abstract boolean isValid();
  15.  
  16.    public abstract HTML.Tag getTag();
  17. }
  18.