Package ro.sync.ecss.extensions.api.node
Interface ContentIterator
@API(type=NOT_EXTENDABLE,
src=PUBLIC)
public interface ContentIterator
Iterator over the content of a node.
- Since:
- 22
-
Method Summary
-
Method Details
-
hasNext
boolean hasNext()- Returns:
true
if another char can be obtain using the next() method.
-
next
- Returns:
- The next char in the content.
- Throws:
BadLocationException
- If there are no more next characters.
-