edu.wpi.cs.dsrg.xmldb.xat.common.dompattern
Interface AttributeNode

All Known Implementing Classes:
AttributeNodeImp

public interface AttributeNode
extends DOMPatternNode

This Class defines the structure of attribute node.

Since:
1.0

Method Summary
 void setTagValue(NavigationStep[] param)
          Set the value of the attribute.
 
Methods inherited from interface edu.wpi.cs.dsrg.xmldb.xat.common.dompattern.DOMPatternNode
addChild, addChild, deleteChild, getChild, getChildren, getParent, getTagName, getTagValue, isCanceledOut, setCanceledOut, setChild, setParent, setTagName, setTagValue
 

Method Detail

setTagValue

public void setTagValue(NavigationStep[] param)
Set the value of the attribute.
Specified by:
setTagValue in interface DOMPatternNode
Parameters:
param - The value of attribute.
Returns:
void
Since:
1.0