Package org.apache.jackrabbit.taglib.traverser

Contains Traverser interface and implementations.

See:
          Description

Interface Summary
Traverser Traverser implementations are responsible of collecting nodes from the root node base on custom strategies.
 

Class Summary
AbstractTraverser Abstract Traverser
AncestorsTraverser This Traverser collect the parent nodes.
It may be useful for building the breadcrumb.
ExpandedNodesTraverser This Traverser collects the children of the ancestors in the path from the root node to any of the target nodes.
ExpandedNodeTraverser ExpandedNodeTraverser collects only the children of the ancestors in the path from the root node to the target node.
LevelByLevelTraverser Level by level traverse strategy
PostorderTraverser Postorder traverse strategy
PreorderTraverser Preorder traverse strategy
 

Package org.apache.jackrabbit.taglib.traverser Description

Contains Traverser interface and implementations.



Copyright © 2005 . All Rights Reserved.