SienaXML (v.2.0.0) API documentation

siena.xml.xpath
Class Step

java.lang.Object
  extended by siena.xml.xpath.Step

public class Step
extends java.lang.Object

This object represents a single step in an XPath statement.


Constructor Summary
Step(java.lang.String stepInfo)
           
 
Method Summary
 java.lang.String getAxis()
           
 java.lang.String getNodeTest()
           
 Predicate getPredicate()
           
 boolean hasPredicate()
           
 boolean isNodeTestAFunction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Step

public Step(java.lang.String stepInfo)
Method Detail

hasPredicate

public boolean hasPredicate()

getAxis

public java.lang.String getAxis()

getNodeTest

public java.lang.String getNodeTest()

getPredicate

public Predicate getPredicate()

isNodeTestAFunction

public boolean isNodeTestAFunction()

SienaXML (v.2.0.0) API documentation

Copyright © 2000-2002 University of Colorado.
This documentation is maintained by Antonio Carzaniga