|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public interface NodeContainer
| Method Summary | |
|---|---|
XACMLTreeNode |
getChild(int index)
Gets the child at the specified index. |
int |
getChildCount()
Gets the number of children of this element. |
int |
indexOfChild(Object child)
Gets the index of a particular child. |
| Methods inherited from interface org.exist.client.xacml.NodeChangeListener |
|---|
nodeAdded, nodeChanged, nodeRemoved |
| Methods inherited from interface org.exist.client.xacml.XACMLTreeNode |
|---|
commit, getParent, isModified, revert, serialize, setModified |
| Method Detail |
|---|
int getChildCount()
XACMLTreeNode getChild(int index)
index - The child's position
int indexOfChild(Object child)
child - The child to obtain the index of
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||