|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.wpi.cs.dsrg.xmldb.xat.common.dompattern.DOMPatternNodeImp | +--edu.wpi.cs.dsrg.xmldb.xat.common.dompattern.TextNodeImp
This Class defines the TextNode. TextNode has a tagValue that represents a text string. The tagName that is set to null.
Fields inherited from class edu.wpi.cs.dsrg.xmldb.xat.common.dompattern.DOMPatternNodeImp |
canceledOut,
children,
parent,
tagName,
tagValue |
Constructor Summary | |
TextNodeImp()
The default TextNodeImp constructor. |
|
TextNodeImp(java.lang.String text)
The TextNodeImp constructor using given string as tag value. |
|
TextNodeImp(java.lang.String name,
java.lang.String value)
The TextNodeImp constructor using given strings as tagName and tagValue. |
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 |
public TextNodeImp()
public TextNodeImp(java.lang.String text)
text
- The string used to construct a TextNodeImp.public TextNodeImp(java.lang.String name, java.lang.String value)
name
- The tag name used to construct a TextNodeImp.name
- The tag value used to construct a TextNodeImp.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |