public class ElementIterator extends Object implements Iterator<Element>
ElementIterator(Element parent)
boolean
hasNext()
Element
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ElementIterator(Element parent)
public boolean hasNext()
hasNext
Iterator<Element>
public Element next()
next
public void remove()
remove
Copyright © 2008–2016 The Apache Software Foundation. All rights reserved.