|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
PNodeFilter is a interface that filters (accepts or rejects) nodes. Its main use is to retrieve all the children of a node the meet some criteria by using the method PNode.getAllNodes(collection, filter);
| Method Summary | |
boolean |
accept(PNode aNode)
Return true if the filter should accept the given node. |
boolean |
acceptChildrenOf(PNode aNode)
Return true if the filter should test the children of the given node for acceptance. |
| Method Detail |
public boolean accept(PNode aNode)
public boolean acceptChildrenOf(PNode aNode)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||