org.oXML.xpath.axis
Class DescendantOrSelfAxis

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

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

DescendantOrSelfAxis

public DescendantOrSelfAxis()
Method Detail

eval

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