Package org.umber.bellows.transform

Class Summary
AttributeQueryTransformer Query transformer that adds handling for attributes.
CopyTransformer QueryTransformer to copy each source node to all destination nodes.
DeleteTransformer Transformer to delete source nodes from the tree.
MoveTransformer QueryTransformer to move each source node to all destination nodes.
NullTransformer Transformer which always returns a null.
PassThroughTransformer Transformer which always passes the input node to the output, without altering it.
QueryTransformer Transformer which allows for multiple input nodes and multiple destination nodes, each as a Bellows query to select child nodes inside the root input node.