Class NodeTransformExpr

java.lang.Object
org.apache.jena.sparql.expr.ExprTransformCopy
org.apache.jena.sparql.graph.NodeTransformExpr
All Implemented Interfaces:
ExprTransform

public class NodeTransformExpr extends ExprTransformCopy
An ExprTransform that applies a NodeTransform to NodeValue and ExprVar inside expressions.

This does not transform triple patterns in ExprFunctionOp which is done as part of ApplyTransformVisitor.

See Also: