public interface IElement
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.Collection |
getChildren()
Get the children of the element, or return
null if the element is in leaf
level. |
IElement |
getParent()
Get the parent of the element object, or return
null if the element is in
top level. |
void |
setParent(IElement parent)
Set the parent of the element.
|
IElement getParent()
null if the element is in
top level.void setParent(IElement parent)
parent - the parent of the elementjava.util.Collection getChildren()
null if the element is in leaf
level.Copyright © 2008 Actuate Corp. All rights reserved.