Uses of Interface
org.apache.jackrabbit.commons.flat.NodeSequence
-
Packages that use NodeSequence Package Description org.apache.jackrabbit.commons.flat -
-
Uses of NodeSequence in org.apache.jackrabbit.commons.flat
Classes in org.apache.jackrabbit.commons.flat that implement NodeSequence Modifier and Type Class Description protected static class
ItemSequence.NodeSequenceImpl
Methods in org.apache.jackrabbit.commons.flat that return NodeSequence Modifier and Type Method Description static NodeSequence
ItemSequence. createNodeSequence(TreeManager treeManager)
Create a newNodeSequence
instance.static NodeSequence
ItemSequence. createNodeSequence(TreeManager treeManager, TreeTraverser.ErrorHandler errorHandler)
Create a newNodeSequence
instance.NodeSequence
ItemSequence. getNodeSequence()
Create a newNodeSequence
instance with the same parameterization as this instance.
-