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
Classes in org.xmlunit.builder that implement Input.TransformationBuilder Modifier and Type Class Description private static class
Input.Transformation
Methods in org.xmlunit.builder that return Input.TransformationBuilder Modifier and Type Method Description static Input.TransformationBuilder
Input. byTransforming(javax.xml.transform.Source s)
Build a Source by XSLT transforming a different Source.static Input.TransformationBuilder
Input. byTransforming(Input.Builder b)
Build a Source by XSLT transforming a different Source.Input.TransformationBuilder
Input.Transformation. withStylesheet(Input.Builder b)
Input.TransformationBuilder
Input.TransformationBuilder. withStylesheet(Input.Builder b)
Sets the stylesheet to use.
-