Package org.xmlunit.builder
Class Transform
- java.lang.Object
-
- org.xmlunit.builder.Transform
-
public final class Transform extends java.lang.ObjectFluent API access toTransformation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTransform.BuilderBuilder for XSLT transformations.private static classTransform.TransformationBuilderstatic interfaceTransform.TransformationResultProvides different options to obtain the result of an XSLT transformation.
-
Constructor Summary
Constructors Modifier Constructor Description privateTransform()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Transform.Buildersource(javax.xml.transform.Source s)Build a transformation for a source document.
-
-
-
Method Detail
-
source
public static Transform.Builder source(javax.xml.transform.Source s)
Build a transformation for a source document.
-
-