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

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

public class TagStepImp
extends NavigationStepImp
implements TagStep

Implementation for the TagStep interface. Is used for capture ListPattern in NavigationSteps for an arbitrary step. Capture ListPattern tag in binding table as navigation steps.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
TagStepImp()
          No param constructor, assigns #tag as the step.
TagStepImp(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

TagStepImp

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

TagStepImp

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