public static class MXml.NodeIterator extends Object implements Iterator<Node>, Iterable<Node>
MXml.NodeIterator(NodeList list)
boolean
hasNext()
Iterator<Node>
iterator()
Node
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MXml.NodeIterator(NodeList list)
public boolean hasNext()
hasNext
public Node next()
next
public void remove()
remove
public Iterator<Node> iterator()
iterator
Iterable<Node>
Copyright © 2014. All rights reserved.