Package org.xmlunit.builder
Interface Transform.Builder
-
- All Superinterfaces:
TransformationBuilderBase<Transform.Builder>
- All Known Implementing Classes:
Transform.TransformationBuilder
- Enclosing class:
- Transform
public static interface Transform.Builder extends TransformationBuilderBase<Transform.Builder>
Builder for XSLT transformations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Transform.TransformationResult
build()
Create the result of the transformation.-
Methods inherited from interface org.xmlunit.builder.TransformationBuilderBase
usingFactory, withOutputProperty, withParameter, withStylesheet, withURIResolver
-
-
-
-
Method Detail
-
build
Transform.TransformationResult build()
Create the result of the transformation.
-
-