public class ElementIterator extends Object implements Iterator
ElementIterator(Element parent, String name, Iterator iterator)
boolean
hasNext()
Object
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ElementIterator(Element parent, String name, Iterator iterator)
public boolean hasNext()
hasNext
Iterator
public Object next()
next
public void remove()
remove
Copyright © 2001–2013 Codehaus. All rights reserved.