org.oXML.xpath.axis
Class NamespaceAxis

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

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

NamespaceAxis

public NamespaceAxis()
Method Detail

eval

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