Package org.xmlunit.builder
Interface Transform.Builder
- All Superinterfaces:
TransformationBuilderBase<Transform.Builder>
- All Known Implementing Classes:
Transform.TransformationBuilder
- 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.
-