org.apache.abdera.parser.stax.util
Class FOMElementIteratorWrapper
java.lang.Object
org.apache.abdera.parser.stax.util.FOMElementIteratorWrapper
- All Implemented Interfaces:
- Iterator
public class FOMElementIteratorWrapper
- extends Object
- implements Iterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FOMElementIteratorWrapper
public FOMElementIteratorWrapper(FOMFactory factory,
Iterator<?> iterator)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
remove
public void remove()
- Specified by:
remove
in interface Iterator
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.