Package org.xmlunit.builder
Class Transform
- java.lang.Object
-
- org.xmlunit.builder.Transform
-
public final class Transform extends Object
Fluent API access toTransformation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTransform.BuilderBuilder for XSLT transformations.static interfaceTransform.TransformationResultProvides different options to obtain the result of an XSLT transformation.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Transform.Buildersource(Source s)Build a transformation for a source document.
-
-
-
Method Detail
-
source
public static Transform.Builder source(Source s)
Build a transformation for a source document.- Parameters:
s- document to be transformed- Returns:
- a fresh builder
-
-