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

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

public class DescendantStepImp
extends NavigationStepImp
implements DescendantStep

Implementation for the DescendantStep interface.

Since:
1.0
See Also:
Serialized Form

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

DescendantStepImp

public DescendantStepImp()
No param constructor, assigns // as the step.
Since:
1.0

DescendantStepImp

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