|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
See the following references for the original source that this file is based on.
apply(Map map, int traversal, INodeApplicator applicator)
apply(Node parentNode, Node node, int traversal, INodeApplicator applicator)
Field Summary | |
static int |
SEARCH_CONTINUE
Continue applying nodes (possible return value of apply methods) |
static int |
SEARCH_STOP
Don't apply any more nodes (possible return value of apply methods) |
static int |
SEARCH_TRIM
Don't apply any nodes underneath the current node
(possible return value of apply methods) |
Method Summary | |
int |
apply(TransformNode parentNode,
TransformNode node)
Apply the parent node and child node of every edge in the requested traversal order (see SearchUtils.apply(TransformNode, int, INodeApplicator)
and SearchUtils.apply(TransformNode, TransformNode, int, INodeApplicator) ). |
Field Detail |
public static final int SEARCH_CONTINUE
public static final int SEARCH_TRIM
node
(possible return value of apply methods)
public static final int SEARCH_STOP
Method Detail |
public int apply(TransformNode parentNode, TransformNode node)
SearchUtils.apply(TransformNode, int, INodeApplicator)
and SearchUtils.apply(TransformNode, TransformNode, int, INodeApplicator)
).
parentNode
- node
-
SEARCH_CONTINUE
, SEARCH_STOP
, or
SEARCH_TRIM
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |