|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractTraverser | |
org.apache.jackrabbit.taglib.traverser | Contains Traverser interface and implementations. |
Uses of AbstractTraverser in org.apache.jackrabbit.taglib.traverser |
Subclasses of AbstractTraverser in org.apache.jackrabbit.taglib.traverser | |
class |
AncestorsTraverser
This Traverser collect the parent nodes. It may be useful for building the breadcrumb. |
class |
ExpandedNodesTraverser
This Traverser collects the children of the ancestors in the path from the root node to any of the target nodes. |
class |
ExpandedNodeTraverser
ExpandedNodeTraverser collects only the children of the ancestors in the path from the root node to the target node. |
class |
LevelByLevelTraverser
Level by level traverse strategy |
class |
PostorderTraverser
Postorder traverse strategy |
class |
PreorderTraverser
Preorder traverse strategy |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |