org.jaxen.util

Class SelfAxisIterator

Implemented Interfaces:
Iterator

public class SelfAxisIterator
extends SingleObjectIterator

Represents the XPath self axis. The "self axis contains just the context node itself."
Version:
1.1.1

Field Summary

Fields inherited from class org.jaxen.util.SingleObjectIterator

object, seen

Constructor Summary

SelfAxisIterator(Object node)
Create a new self axis iterator.

Method Summary

Methods inherited from class org.jaxen.util.SingleObjectIterator

hasNext, next, remove

Constructor Details

SelfAxisIterator

public SelfAxisIterator(Object node)
Create a new self axis iterator.
Parameters:
node - the node to start from