API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.swing.text.html. HTMLDocument.Iterator View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      HTMLDocument.Iterator
Implements
Subclasses
Description
publicabstractstatic abstract class HTMLDocument.Iterator
  An iterator to iterate over a particular type of tag.
See also:   
Constructors
public HTMLDocument.Iterator ()
Methods
Hide/Show inherited methods
publicabstract AttributeSet getAttributes ()
  Return the attributes for this tag.
publicabstract int getEndOffset ()
  Returns the end of the range for which the current occurrence of the tag is defined and has the same attributes.
publicabstract int getStartOffset ()
  Returns the start of the range for which the current occurrence of the tag is defined and has the same attributes.
publicabstract Tag getTag ()
Type of tag this iterator represents.
publicabstract boolean isValid ()
  Indicates if the iterator is currently representing an occurrence of a tag.
publicabstract void next ()
Move the iterator forward to the next occurrence of the tag it represents.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar