org.oXML.xpath.axis
Class AncestorOrSelfAxis

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

public class AncestorOrSelfAxis
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
AncestorOrSelfAxis()
           
 
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

AncestorOrSelfAxis

public AncestorOrSelfAxis()
Method Detail

eval

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