edu.wpi.cs.dsrg.xmldb.xat.common.bindingtree
Class UnnestNodeImp

java.lang.Object
  |
  +--edu.wpi.cs.dsrg.xmldb.xat.common.dompattern.DOMPatternNodeImp
        |
        +--edu.wpi.cs.dsrg.xmldb.xat.common.bindingtree.UnnestNodeImp

public class UnnestNodeImp
extends DOMPatternNodeImp
implements UnnestNode

This class implements the UnnestNode Interface, which is used to represent a Unnest.

Since:
1.0
See Also:
Serialized Form

Fields inherited from class edu.wpi.cs.dsrg.xmldb.xat.common.dompattern.DOMPatternNodeImp
canceledOut, children, parent, tagName, tagValue
 
Constructor Summary
UnnestNodeImp()
          Default UnnestNodeImp constructor.
UnnestNodeImp(java.lang.String name)
          The UnnestNodeImp Constructor using given Unnest step value.
 
Methods inherited from class edu.wpi.cs.dsrg.xmldb.xat.common.dompattern.DOMPatternNodeImp
addChild, addChild, deleteChild, getChild, getChildren, getParent, getTagName, getTagValue, isCanceledOut, setCanceledOut, setChild, setParent, setTagName, setTagValue, setTagValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnnestNodeImp

public UnnestNodeImp()
Default UnnestNodeImp constructor.
Since:
1.0

UnnestNodeImp

public UnnestNodeImp(java.lang.String name)
The UnnestNodeImp Constructor using given Unnest step value.
Parameters:
name - The Unnest step value.
Since:
1.0