Uses of Interface
org.xmlunit.builder.TransformationBuilderBase
-
Packages that use TransformationBuilderBase Package Description org.xmlunit.builder Provides fluent builders for core parts of XMLUnit. -
-
Uses of TransformationBuilderBase in org.xmlunit.builder
Classes in org.xmlunit.builder with type parameters of type TransformationBuilderBase Modifier and Type Class Description (package private) classAbstractTransformationBuilder<B extends TransformationBuilderBase<B>>Base class providing the common logic of the XSLT related builders.interfaceTransformationBuilderBase<B extends TransformationBuilderBase<B>>Holds the common builder methods for XSLT related builders.Subinterfaces of TransformationBuilderBase in org.xmlunit.builder Modifier and Type Interface Description static interfaceInput.TransformationBuilderBuildsSources by transforming other sources.static interfaceTransform.BuilderBuilder for XSLT transformations.Classes in org.xmlunit.builder that implement TransformationBuilderBase Modifier and Type Class Description (package private) classAbstractTransformationBuilder<B extends TransformationBuilderBase<B>>Base class providing the common logic of the XSLT related builders.private static classInput.Transformationprivate static classTransform.TransformationBuilder
-