|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDocumentNavigatorAlgo<ItemT extends INavigatorItem,InType,ReturnType>
Visitor interface implemented by anything which wishes to visit an IDocumentNavigator
| Method Summary | |
|---|---|
ReturnType |
forList(IDocumentNavigator<ItemT> navigator,
InType input)
the List case for the visitor |
ReturnType |
forTree(IDocumentNavigator<ItemT> navigator,
InType input)
the Tree case for the visitor |
| Method Detail |
|---|
ReturnType forList(IDocumentNavigator<ItemT> navigator,
InType input)
navigator - the navigator that is executing the visitorinput - the input to the algorithm
ReturnType forTree(IDocumentNavigator<ItemT> navigator,
InType input)
navigator - the navigator that is executing the visitorinput - the input to the algorithm
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||