edu.wpi.cs.dsrg.xmldb.xat.common.dompattern
Class TagNodeImp

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

public class TagNodeImp
extends DOMPatternNodeImp
implements TagNode

This Class defines the TagNode.

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
TagNodeImp()
          The default TagNodeImp constructor.
TagNodeImp(java.lang.String name)
          The TagNodeImp Constructor using a given TagName.
 
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

TagNodeImp

public TagNodeImp()
The default TagNodeImp constructor.
Since:
1.0

TagNodeImp

public TagNodeImp(java.lang.String name)
The TagNodeImp Constructor using a given TagName. The value is set to null.
Parameters:
name - The tag name for constructed TagNode.
Since:
1.0