Class AbstractTransformationBuilder<B extends TransformationBuilderBase<B>>

java.lang.Object
org.xmlunit.builder.AbstractTransformationBuilder<B>
All Implemented Interfaces:
TransformationBuilderBase<B>
Direct Known Subclasses:
Input.Transformation, Transform.TransformationBuilder

abstract class AbstractTransformationBuilder<B extends TransformationBuilderBase<B>> extends Object implements TransformationBuilderBase<B>
Base class providing the common logic of the XSLT related builders.

Not intended to be used outside of this package.

I wish there was a way to say implements B.