public interface FindHandler
Find
Modifier and Type | Field and Description |
---|---|
static int |
ABORT_SEARCH
Used to stop a search operation
|
static int |
CONTINUE_SEARCH
Used to continue a search operation
|
static int |
NO_DEEPER_SEARCH
Used to continue a search operation only in siblings of the found
node, and not in its children.
|
Modifier and Type | Method and Description |
---|---|
int |
found(int node)
Called when a node is found upon an earlier search execution.
|
static final int ABORT_SEARCH
static final int CONTINUE_SEARCH
static final int NO_DEEPER_SEARCH
int found(int node)
node
- The node that has been found