Uses of Interface
org.apache.jackrabbit.commons.flat.TreeTraverser.ErrorHandler
-
Packages that use TreeTraverser.ErrorHandler Package Description 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 Modifier and Type Field Description protected TreeTraverser.ErrorHandlerItemSequence. errorHandlerTheTreeTraverser.ErrorHandlerinstance used for handling exceptions occurring while traversing the hierarchy.static TreeTraverser.ErrorHandlerTreeTraverser.ErrorHandler. IGNOREPredefined error handler which ignores all exceptions.Methods in org.apache.jackrabbit.commons.flat with parameters of type TreeTraverser.ErrorHandler Modifier and Type Method Description static NodeSequenceItemSequence. createNodeSequence(TreeManager treeManager, TreeTraverser.ErrorHandler errorHandler)Create a newNodeSequenceinstance.static PropertySequenceItemSequence. createPropertySequence(TreeManager treeManager, TreeTraverser.ErrorHandler errorHandler)Create a newPropertySequenceinstance.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 atroot.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 atroot.Constructors in org.apache.jackrabbit.commons.flat with parameters of type TreeTraverser.ErrorHandler Constructor Description ItemSequence(TreeManager treeManager, TreeTraverser.ErrorHandler errorHandler)Create a newItemSequenceinstance.NodeSequenceImpl(TreeManager treeManager, TreeTraverser.ErrorHandler errorHandler)PropertySequenceImpl(TreeManager treeManager, TreeTraverser.ErrorHandler errorHandler)TreeTraverser(Node root, TreeTraverser.ErrorHandler errorHandler, TreeTraverser.InclusionPolicy<? super Node> inclusionPolicy)Create a new instance of a TreeTraverser rooted atnode.
-