public static class XmlTool.NodeIterator extends java.lang.Object implements java.util.Iterator<XmlTool>
Modifier and Type | Field and Description |
---|---|
private java.util.Iterator<Node> |
i |
Constructor and Description |
---|
NodeIterator(java.util.Iterator<Node> i) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
XmlTool |
next() |
void |
remove() |
Copyright (c) 2003-2007 Apache Software Foundation