Interface CiListReader
- All Known Implementing Classes:
CiListJsonReader,CiXstreamReader
public interface CiListReader
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidvoid
-
Method Details
-
hasMoreChildren
boolean hasMoreChildren() -
moveIntoChild
void moveIntoChild() -
moveOutOfChild
void moveOutOfChild() -
getCurrentCiReader
CiReader getCurrentCiReader()
-