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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasNext()
char
next()
-