Uses of Interface
org.xmlunit.builder.Transform.Builder
-
Packages that use Transform.Builder Package Description org.xmlunit.builder Provides fluent builders for core parts of XMLUnit. -
-
Uses of Transform.Builder in org.xmlunit.builder
Classes in org.xmlunit.builder that implement Transform.Builder Modifier and Type Class Description private static class
Transform.TransformationBuilder
Methods in org.xmlunit.builder that return Transform.Builder Modifier and Type Method Description static Transform.Builder
Transform. source(javax.xml.transform.Source s)
Build a transformation for a source document.
-