org.jaxen.util

Class SelfAxisIterator

public class SelfAxisIterator extends SingleObjectIterator

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

Version: 1.2b12

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

Constructor Detail

SelfAxisIterator

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

Parameters: contextNode the node to start from