A base class for implementing iterators over configuration nodes.
This class already provides common functionality for implementing the iteration process. Derived classes will implement specific behavior based on the concrete node type (child node or attribute node).
@since 1.3 @version $Id: ConfigurationNodeIteratorBase.java 1624601 2014-09-12 18:04:36Z oheger $ @param < T> the type of the nodes this iterator deals with
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|