Interface CiListReader
-
- All Known Implementing Classes:
CiListJsonReader,CiXstreamReader
public interface CiListReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CiReadergetCurrentCiReader()booleanhasMoreChildren()voidmoveIntoChild()voidmoveOutOfChild()
-
-
-
Method Detail
-
hasMoreChildren
boolean hasMoreChildren()
-
moveIntoChild
void moveIntoChild()
-
moveOutOfChild
void moveOutOfChild()
-
getCurrentCiReader
CiReader getCurrentCiReader()
-
-