JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Module
com.github.codemonstur.simplexml
Package
xmlparser.utils
Interface CheckedIterator<T>
public interface
CheckedIterator<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
hasNext
()
T
next
()
Method Details
hasNext
boolean
hasNext
() throws
Exception
Throws:
Exception
next
T
next
() throws
Exception
Throws:
Exception