|
|||||||||
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.xatnode.XATNodeImp | +--edu.wpi.cs.dsrg.utils.XATLeaf
This class define the XATLeaf node.
Fields inherited from class edu.wpi.cs.dsrg.xmldb.xat.common.xatnode.XATNodeImp |
children,
operator,
parent,
schema |
Constructor Summary | |
XATLeaf()
The default XATLeaf constructor. |
|
XATLeaf(int dep)
The XATLeaf constructor given depth. |
|
XATLeaf(XATNode node,
int dep)
The XATLeaf constructor using given depth and XATNode. |
Method Summary | |
int |
getDepth()
Get the depth of XATLeaf node. |
void |
setDepth(int dep)
Set the depth of XATLeaf node. |
Methods inherited from class edu.wpi.cs.dsrg.xmldb.xat.common.xatnode.XATNodeImp |
addChild,
addChild,
clearSchema,
clone,
deleteChild,
getChild,
getChildren,
getChildrenSize,
getIndexOf,
getOperator,
getParent,
getParents,
getSchema,
locateChild,
setChild,
setChildren,
setOperator,
setParent,
setSchema,
toString |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public XATLeaf()
public XATLeaf(int dep)
dep
- The depth of XATLeaf node.public XATLeaf(XATNode node, int dep)
dep
- The depth of XATLeaf node.node
- The XAtNode for constructe leaf node.Method Detail |
public int getDepth()
public void setDepth(int dep)
dep
- The depth of XATLeaf node.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |