@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface TextContentIterator
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Check if has a next text context.
|
TextContext |
next()
Get the next text context.
|
TextContext next()
boolean hasNext()
true
if has next context or false
if it has reached the end of the iteration interval.java.util.NoSuchElementException
© Copyright SyncRO Soft SRL 2002 - 2016. All rights reserved.