org.oXML.xpath.step
Interface LocationPath

All Superinterfaces:
Expression
All Known Implementing Classes:
AbsoluteLocationPath, RelativeLocationPath

public interface LocationPath
extends Expression


Field Summary
 
Fields inherited from interface org.oXML.xpath.Expression
OUTPUT_NS
 
Method Summary
 Step[] getSteps()
           
 
Methods inherited from interface org.oXML.xpath.Expression
bind, evaluate, write
 

Method Detail

getSteps

public Step[] getSteps()