|
|
javax > javax.swing > javax.swing.text > javax.swing.text.html > javax.swing.text.html.htmldocument > javax.swing.text.html.htmldocument.iterator >
Class: javax.swing.text.html.HTMLDocument.Iterator java.lang.Object javax.swing.text.html.HTMLDocument.Iterator
public static abstract class HTMLDocument.Iterator extends Object
FIELDS:
CONSTRUCTORS:
| | | public | HTMLDocument.Iterator() |
| |
|
|
|
METHODS:
| | | | public abstract | AttributeSet | getAttributes() |
| | public abstract | int | getEndOffset() |
| | public abstract | int | getStartOffset() |
| | public abstract | HTML.Tag | getTag() |
| | public abstract | boolean | isValid() |
| | public abstract | void | next() |
| |
|
|
|
INHERITED METHODS:
| getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(), |
|
|
|
SUBCLASSES:
|
|



|