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