org.oXML.xpath.axis
Class FollowingSiblingAxis

java.lang.Object
  extended byorg.oXML.xpath.axis.Axis
      extended byorg.oXML.xpath.axis.FollowingSiblingAxis

public class FollowingSiblingAxis
extends Axis


Field Summary
 
Fields inherited from class org.oXML.xpath.axis.Axis
ANCESTOR, ANCESTOR_OR_SELF, ATTRIBUTE, CHILD, DESCENDANT, DESCENDANT_OR_SELF, FOLLOWING, FOLLOWING_SIBLING, NAMESPACE, PARENT, PRECEDING, PRECEDING_SIBLING, SELF
 
Constructor Summary
FollowingSiblingAxis()
           
 
Method Summary
 NodeIterator eval(NodeIterator parent, NodeTest test, RuntimeContext context)
           
 
Methods inherited from class org.oXML.xpath.axis.Axis
getType, toString, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FollowingSiblingAxis

public FollowingSiblingAxis()
Method Detail

eval

public NodeIterator eval(NodeIterator parent,
                         NodeTest test,
                         RuntimeContext context)
                  throws XPathException
Specified by:
eval in class Axis
Throws:
XPathException