Uses of Interface
org.apache.jackrabbit.commons.flat.TreeTraverser.ErrorHandler

Packages that use TreeTraverser.ErrorHandler
org.apache.jackrabbit.commons.flat   
 

Uses of TreeTraverser.ErrorHandler in org.apache.jackrabbit.commons.flat
 

Fields in org.apache.jackrabbit.commons.flat declared as TreeTraverser.ErrorHandler
protected  TreeTraverser.ErrorHandler ItemSequence.errorHandler
          The TreeTraverser.ErrorHandler instance used for handling exceptions occurring while traversing the hierarchy.
static TreeTraverser.ErrorHandler TreeTraverser.ErrorHandler.IGNORE
          Predefined error handler which ignores all exceptions.
 

Methods in org.apache.jackrabbit.commons.flat with parameters of type TreeTraverser.ErrorHandler
static NodeSequence ItemSequence.createNodeSequence(TreeManager treeManager, TreeTraverser.ErrorHandler errorHandler)
          Create a new NodeSequence instance.
static PropertySequence ItemSequence.createPropertySequence(TreeManager treeManager, TreeTraverser.ErrorHandler errorHandler)
          Create a new PropertySequence instance.
static Iterator<Node> TreeTraverser.nodeIterator(Node root, TreeTraverser.ErrorHandler errorHandler, TreeTraverser.InclusionPolicy<? super Node> inclusionPolicy)
          Create an iterator for the nodes of the sub-tree rooted at root.
static Iterator<Property> TreeTraverser.propertyIterator(Iterator<Node> nodes, TreeTraverser.ErrorHandler errorHandler, TreeTraverser.InclusionPolicy<? super Property> inclusionPolicy)
          Create an iterator of the properties for a given iterator of nodes.
static Iterator<Property> TreeTraverser.propertyIterator(Node root, TreeTraverser.ErrorHandler errorHandler, TreeTraverser.InclusionPolicy<Item> inclusionPolicy)
          Create an iterator of the properties of all nodes of the sub-tree rooted at root.
 

Constructors in org.apache.jackrabbit.commons.flat with parameters of type TreeTraverser.ErrorHandler
ItemSequence.NodeSequenceImpl(TreeManager treeManager, TreeTraverser.ErrorHandler errorHandler)
           
ItemSequence.PropertySequenceImpl(TreeManager treeManager, TreeTraverser.ErrorHandler errorHandler)
           
ItemSequence(TreeManager treeManager, TreeTraverser.ErrorHandler errorHandler)
          Create a new ItemSequence instance.
TreeTraverser(Node root, TreeTraverser.ErrorHandler errorHandler, TreeTraverser.InclusionPolicy<? super Node> inclusionPolicy)
          Create a new instance of a TreeTraverser rooted at node.
 



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