SienaXML (v.2.0.0) API documentation

siena.xml.xpath
Class XPath

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

public class XPath
extends java.lang.Object

This object represents a complete XPath statement made of multiple Steps.


Constructor Summary
XPath(java.lang.String path)
          This is the constructor.
 
Method Summary
 int getNumberOfSteps()
           
 Step getStepAt(int index)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XPath

public XPath(java.lang.String path)
This is the constructor.

Parameters:
path - XPath in string format to use to build the XPath object.
Method Detail

getStepAt

public Step getStepAt(int index)

getNumberOfSteps

public int getNumberOfSteps()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

SienaXML (v.2.0.0) API documentation

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