public interface NodeTreeVisitor
Modifier and Type | Method and Description |
---|---|
void |
onChildNodeEnd(Node parent,
Node child,
int index,
boolean hasMore) |
boolean |
onChildNodeStart(Node parent,
Node child,
int index,
boolean hasMore) |
void |
onNodeEnd(Node node) |
boolean |
onNodeStart(Node node) |
boolean onNodeStart(Node node)
node
- to visitboolean onChildNodeStart(Node parent, Node child, int index, boolean hasMore)
parent
- nodechild
- nodeindex
- of this child in parenthasMore
- true if more children after this childvoid onNodeEnd(Node node)
Copyright © 2001–2021 Apache Cayenne. All rights reserved.