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) class
AbstractTransformationBuilder<B extends TransformationBuilderBase<B>>
Base class providing the common logic of the XSLT related builders.interface
TransformationBuilderBase<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 interface
Input.TransformationBuilder
BuildsSource
s by transforming other sources.static interface
Transform.Builder
Builder for XSLT transformations.Classes in org.xmlunit.builder that implement TransformationBuilderBase Modifier and Type Class Description (package private) class
AbstractTransformationBuilder<B extends TransformationBuilderBase<B>>
Base class providing the common logic of the XSLT related builders.private static class
Input.Transformation
private static class
Transform.TransformationBuilder
-