Uses of Interface
org.apache.jackrabbit.spi.commons.name.PathMap.ElementVisitor

Packages that use PathMap.ElementVisitor
org.apache.jackrabbit.spi.commons.name   
 

Uses of PathMap.ElementVisitor in org.apache.jackrabbit.spi.commons.name
 

Methods in org.apache.jackrabbit.spi.commons.name with parameters of type PathMap.ElementVisitor
 void PathMap.traverse(PathMap.ElementVisitor<T> visitor, boolean includeEmpty)
          Traverse the path map and call back requester.
 void PathMap.Element.traverse(PathMap.ElementVisitor<T> visitor, boolean includeEmpty)
          Recursively invoked traversal method.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.