Package | Description |
---|---|
org.apache.jackrabbit.commons.flat |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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<javax.jcr.Node> |
TreeTraverser.nodeIterator(javax.jcr.Node root,
TreeTraverser.ErrorHandler errorHandler,
TreeTraverser.InclusionPolicy<? super javax.jcr.Node> inclusionPolicy)
Create an iterator for the nodes of the sub-tree rooted at
root . |
static Iterator<javax.jcr.Property> |
TreeTraverser.propertyIterator(Iterator<javax.jcr.Node> nodes,
TreeTraverser.ErrorHandler errorHandler,
TreeTraverser.InclusionPolicy<? super javax.jcr.Property> inclusionPolicy)
Create an iterator of the properties for a given iterator of nodes.
|
static Iterator<javax.jcr.Property> |
TreeTraverser.propertyIterator(javax.jcr.Node root,
TreeTraverser.ErrorHandler errorHandler,
TreeTraverser.InclusionPolicy<javax.jcr.Item> inclusionPolicy)
Create an iterator of the properties of all nodes of the sub-tree rooted
at
root . |
Constructor and Description |
---|
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(javax.jcr.Node root,
TreeTraverser.ErrorHandler errorHandler,
TreeTraverser.InclusionPolicy<? super javax.jcr.Node> inclusionPolicy)
Create a new instance of a TreeTraverser rooted at
node . |
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.