org.jaxen.expr.iter
Class IterableNamespaceAxis

java.lang.Object
  extended byorg.jaxen.expr.iter.IterableAxis
      extended byorg.jaxen.expr.iter.IterableNamespaceAxis
All Implemented Interfaces:
java.io.Serializable

public class IterableNamespaceAxis
extends IterableAxis

See Also:
Serialized Form

Constructor Summary
IterableNamespaceAxis(int value)
           
 
Method Summary
 java.util.Iterator iterator(java.lang.Object contextNode, ContextSupport support)
          Gets the iterator for a specific xpath axis.
 
Methods inherited from class org.jaxen.expr.iter.IterableAxis
namedAccessIterator, supportsNamedAccess, value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IterableNamespaceAxis

public IterableNamespaceAxis(int value)
Method Detail

iterator

public java.util.Iterator iterator(java.lang.Object contextNode,
                                   ContextSupport support)
                            throws UnsupportedAxisException
Description copied from class: IterableAxis
Gets the iterator for a specific xpath axis.

Specified by:
iterator in class IterableAxis
Parameters:
contextNode - the current context node to work from
support - the additional context information
Throws:
UnsupportedAxisException


Copyright © 2001-2005 Codehaus. All Rights Reserved.