|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.text.html.HTMLDocument.Iterator
public abstract static class HTMLDocument.Iterator
An iterator over a particular type of tag.
Constructor Summary | |
---|---|
HTMLDocument.Iterator()
|
Method Summary | |
---|---|
abstract AttributeSet |
getAttributes()
Return the attribute set for this tag. |
abstract int |
getEndOffset()
Get the end of the range for the current occurrence of the tag being defined and having the same attributes. |
abstract int |
getStartOffset()
Get the start of the range for the current occurrence of the tag being defined and having the same attributes. |
abstract HTML.Tag |
getTag()
Type of tag this iterator represents. |
abstract boolean |
isValid()
Indicates whether or not the iterator currently represents an occurrence of the tag. |
abstract void |
next()
Move the iterator forward. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HTMLDocument.Iterator()
Method Detail |
---|
public abstract AttributeSet getAttributes()
AttributeSet
(null if none found).public abstract int getEndOffset()
public abstract int getStartOffset()
public abstract void next()
public abstract boolean isValid()
public abstract HTML.Tag getTag()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |