Uses of Interface
org.xmlunit.builder.Input.TransformationBuilder
-
Packages that use Input.TransformationBuilder Package Description org.xmlunit.builder Provides fluent builders for core parts of XMLUnit. -
-
Uses of Input.TransformationBuilder in org.xmlunit.builder
Methods in org.xmlunit.builder that return Input.TransformationBuilder Modifier and Type Method Description static Input.TransformationBuilderInput. byTransforming(Source s)Build a Source by XSLT transforming a different Source.static Input.TransformationBuilderInput. byTransforming(Input.Builder b)Build a Source by XSLT transforming a different Source.Input.TransformationBuilderInput.TransformationBuilder. withStylesheet(Input.Builder b)Sets the stylesheet to use.
-