edu.wpi.cs.dsrg.xmldb.xat.common.operator.xmloperator.navigation
Interface NavigationStep
- All Known Subinterfaces:
- AttStep, DescendantStep, FunctionStep, NodeStep, StringStep, TagStep, TextStep, UnnestStep, VarStep
- All Known Implementing Classes:
- NavigationStepImp
- public interface NavigationStep
- extends Visitable
The NavigationStep interface.
- Since:
- 1.0
Method Summary |
java.lang.String |
getStepValue()
Gets step value. |
void |
setStepValue(java.lang.String newvalue)
Sets step value. |
getStepValue
public java.lang.String getStepValue()
- Gets step value.
- Returns:
- String
- Since:
- 1.0
setStepValue
public void setStepValue(java.lang.String newvalue)
- Sets step value.
- Parameters:
newvalue
- String- Since:
- 1.0