Class ElementTransformCopyBase

java.lang.Object
org.apache.jena.sparql.syntax.syntaxtransform.ElementTransformCopyBase
All Implemented Interfaces:
ElementTransform
Direct Known Subclasses:
ElementTransformCleanGroupsOfOne, ElementTransformSubst

public class ElementTransformCopyBase extends Object implements ElementTransform
Create a copy if the Element(s) below has changed. This is a common base class for writing recursive ElementTransform in conjunction with being applied by ElementTransformer.