org.apache.commons.jxpath.ri.compiler

Class Expression.ValueIterator

Enclosing Class:
Expression
Implemented Interfaces:
Iterator

public static class Expression.ValueIterator
extends java.lang.Object
implements Iterator

Constructor Summary

ValueIterator(Iterator it)

Method Summary

boolean
hasNext()
Object
next()
void
remove()

Constructor Details

ValueIterator

public ValueIterator(Iterator it)

Method Details

hasNext

public boolean hasNext()

next

public Object next()

remove

public void remove()