public class ChildTraverserFactory extends Object implements org.apache.commons.collections.Transformer, Serializable
Transformer
which when given a node, returns a
Traverser
over the children of that
node, specified by an OrientedForest
.Constructor and Description |
---|
ChildTraverserFactory(OrientedForest forest)
Creates a new
ChildTraverserFactory . |
Modifier and Type | Method and Description |
---|---|
OrientedForest |
getOrientedForest()
Gets the
OrientedForest for this
ChildTraverserFactory . |
Object |
transform(Object node) |
public ChildTraverserFactory(OrientedForest forest)
ChildTraverserFactory
.public Object transform(Object node)
transform
in interface org.apache.commons.collections.Transformer
public OrientedForest getOrientedForest()
OrientedForest
for this
ChildTraverserFactory
.See the Plexus project home, hosted by SourceForge.
Copyright ? 1994-2006, by Phoenix Software Technologists, Inc. and others. All Rights Reserved. Use is subject to license terms.