Package org.xmlunit.builder
Class Transform
- java.lang.Object
-
- org.xmlunit.builder.Transform
-
public final class Transform extends java.lang.Object
Fluent API access toTransformation
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
Transform.Builder
Builder for XSLT transformations.private static class
Transform.TransformationBuilder
static interface
Transform.TransformationResult
Provides different options to obtain the result of an XSLT transformation.
-
Constructor Summary
Constructors Modifier Constructor Description private
Transform()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Transform.Builder
source(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.
-
-