Class FOMElementIteratorWrapper
- java.lang.Object
-
- org.apache.abdera.parser.stax.util.FOMElementIteratorWrapper
-
- All Implemented Interfaces:
Iterator
@Deprecated public class FOMElementIteratorWrapper extends Object implements Iterator
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description FOMElementIteratorWrapper(FOMFactory factory, Iterator<?> iterator)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanhasNext()Deprecated.Objectnext()Deprecated.voidremove()Deprecated.-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
FOMElementIteratorWrapper
public FOMElementIteratorWrapper(FOMFactory factory, Iterator<?> iterator)
Deprecated.
-
-