Changed Methods |
AttributeSet getAttributes()
|
Documentation changed from old to new. |
Return the attributes for this tag. |
int getEndOffset()
|
Documentation changed from old to new. |
Returns the end of the range for which the current occurrence of the tag is defined and has the same attributes. |
int getStartOffset()
|
Documentation changed from old to new. |
Returns the start of the range for which the current occurrence of the tag is defined and has the same attributes. |
boolean isValid()
|
Documentation changed from old to new. |
Indicates if the iterator is currently representing an occurrence of a tag. |
void next()
|
Documentation changed from old to new. |
Move the iterator forward to the next occurrence of the tag it represents. |