public class TJDOMElementIterator
extends java.lang.Object
Constructor and Description |
---|
TJDOMElementIterator(TXMLObjectIterator xmlObjectIterator)
Initializes an iterator with a TXMLObjectIterator instance.
|
public TJDOMElementIterator(TXMLObjectIterator xmlObjectIterator)
xmlObjectIterator
- a TXMLObjectIterator instance.public boolean hasNext()
public Element next() throws TNoSuchXMLObjectException, TIteratorException
java.util.NoSuchElementException
- if iteration has no more JDOM Element instances.TIteratorException
- signals an error while attempting to return the next JDOM Element instance.TNoSuchXMLObjectException
Copyright (c) ${year.timestamp} Software AG. All Rights Reserved.