|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.tamino.db.api.objectModel.dom.TDOMElementIterator
public class TDOMElementIterator
TDOMElementIterator is a convenience class. It provides a simple unidirectional iterator for iterating typesafe over DOM Element instances. You can create a TDOMElementIterator instance with a TXMLObjectIterator for TXMLObject instances of a DOM object model.
Constructor Summary | |
---|---|
TDOMElementIterator(TXMLObjectIterator xmlObjectIterator)
Initializes an iterator with a TXMLObjectIterator instance. |
Method Summary | |
---|---|
boolean |
hasNext()
Returns true if the iteration has more DOM Element instances. |
org.w3c.dom.Element |
next()
Returns the next DOM Element instance in the list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TDOMElementIterator(TXMLObjectIterator xmlObjectIterator)
xmlObjectIterator
- a TXMLObjectIterator instance.Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |