public class VisitMode
extends Object
Describes how a node should be loaded by a loading operation.
-
Field Summary
Fields
Include node and its children.
Include node but its children should be left appart.
-
Method Summary
-
Field Details
-
NO_CHILDREN
Include node but its children should be left appart.
-
ALL_CHILDREN
Include node and its children.
-