Interface for navigating around an arbitrary object model, using xpath semantics.
There is a method to obtain a java.util.Iterator, for each axis specified by XPath. If the target object model does not support the semantics of a particular axis, an {@link UnsupportedAxisException} is to be thrown.
@author bob mcwhirter (bob@werken.com)
@author James Strachan
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.