Uses of Class
org.xmlunit.transform.Transformation
-
Packages that use Transformation Package Description org.custommonkey.xmlunit Root of the XMLUnit 1.x compatibility layer.org.xmlunit.builder Provides fluent builders for core parts of XMLUnit. -
-
Uses of Transformation in org.custommonkey.xmlunit
Fields in org.custommonkey.xmlunit declared as Transformation Modifier and Type Field Description private TransformationTransform. transformation -
Uses of Transformation in org.xmlunit.builder
Fields in org.xmlunit.builder declared as Transformation Modifier and Type Field Description private TransformationAbstractTransformationBuilder. helperMethods in org.xmlunit.builder that return Transformation Modifier and Type Method Description protected TransformationAbstractTransformationBuilder. getHelper()Provides access to a cachedTransformationinstance.
-