Package org.xmlunit.builder
Interface Transform.Builder
- All Superinterfaces:
TransformationBuilderBase<Transform.Builder>
- Enclosing class:
- Transform
Builder for XSLT transformations.
-
Method Summary
Methods inherited from interface org.xmlunit.builder.TransformationBuilderBase
usingFactory, withOutputProperty, withParameter, withStylesheet, withURIResolver
-
Method Details
-
build
Transform.TransformationResult build()Create the result of the transformation.- Returns:
- result of the transformation
-