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 Transformation
Transform. transformation
-
Uses of Transformation in org.xmlunit.builder
Fields in org.xmlunit.builder declared as Transformation Modifier and Type Field Description private Transformation
AbstractTransformationBuilder. helper
Methods in org.xmlunit.builder that return Transformation Modifier and Type Method Description protected Transformation
AbstractTransformationBuilder. getHelper()
Provides access to a cachedTransformation
instance.
-