org.jaxen.util
Class SelfAxisIterator
java.lang.Object
org.jaxen.util.SingleObjectIterator
org.jaxen.util.SelfAxisIterator
- All Implemented Interfaces:
- Iterator
- public class SelfAxisIterator
- extends SingleObjectIterator
Represents the XPath self
axis. The "self
axis contains
just the context node itself."
- Version:
- 1.2b12
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelfAxisIterator
public SelfAxisIterator(Object node)
- Create a new
self
axis iterator.
Copyright © 2001-2007 Codehaus. All Rights Reserved.