org.apache.commons.jxpath.ri.compiler

Class Expression.PointerIterator

Enclosing Class:
Expression
Implemented Interfaces:
Iterator

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

Constructor Summary

PointerIterator(Iterator it, QName qname, Locale locale)
Deprecated. Use the method that takes a NamespaceManager

Method Summary

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

Constructor Details

PointerIterator

public PointerIterator(Iterator it,
                       QName qname,
                       Locale locale)

Deprecated. Use the method that takes a NamespaceManager

Method Details

hasNext

public boolean hasNext()

next

public Object next()

remove

public void remove()