org.oXML.xpath.axis
Class ParentAxis

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

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

ParentAxis

public ParentAxis()
Method Detail

eval

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