org.apache.commons.jxpath.ri.compiler
Class Expression.ValueIterator

java.lang.Object
  extended by org.apache.commons.jxpath.ri.compiler.Expression.ValueIterator
All Implemented Interfaces:
Iterator
Enclosing class:
Expression

public static class Expression.ValueIterator
extends Object
implements Iterator

Value Iterator


Constructor Summary
Expression.ValueIterator(Iterator it)
          Create a new ValueIterator.
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
          Unsupported.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Expression.ValueIterator

public Expression.ValueIterator(Iterator it)
Create a new ValueIterator.

Parameters:
it - underlying Iterator, may contain pointers
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator

next

public Object next()
Specified by:
next in interface Iterator

remove

public void remove()
Unsupported.

Specified by:
remove in interface Iterator


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.