edu.wpi.cs.dsrg.xmldb.xat.common.operator.xmloperator.navigation
Class TextStepImp

java.lang.Object
  |
  +--edu.wpi.cs.dsrg.xmldb.xat.common.operator.xmloperator.navigation.NavigationStepImp
        |
        +--edu.wpi.cs.dsrg.xmldb.xat.common.operator.xmloperator.navigation.TextStepImp

public class TextStepImp
extends NavigationStepImp
implements TextStep

Implementation for the TextStep interface. Navigates into a text.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
TextStepImp()
          No param constructor, assigns #text as the step.
TextStepImp(java.lang.String newvalue)
          Assigns a step value .
 
Methods inherited from class edu.wpi.cs.dsrg.xmldb.xat.common.operator.xmloperator.navigation.NavigationStepImp
getStepValue, setStepValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextStepImp

public TextStepImp()
No param constructor, assigns #text as the step.
Since:
1.0

TextStepImp

public TextStepImp(java.lang.String newvalue)
Assigns a step value .
Parameters:
newvalue - String
Since:
1.0