public class NullNodeIterator extends Object implements NodeIterator
Modifier and Type | Field and Description |
---|---|
static NullNodeIterator |
INSTANCE |
Constructor and Description |
---|
NullNodeIterator() |
public static final NullNodeIterator INSTANCE
public XNode next()
NodeIterator
null
after all nodes
in the set have been returned.next
in interface NodeIterator