Package org.xmlunit.builder
Interface Input.TransformationBuilder
- All Superinterfaces:
Input.Builder,TransformationBuilderBase<Input.TransformationBuilder>
- Enclosing class:
- Input
public static interface Input.TransformationBuilder
extends TransformationBuilderBase<Input.TransformationBuilder>, Input.Builder
Builds
Sources by transforming other sources.-
Method Summary
Modifier and TypeMethodDescriptionSets the stylesheet to use.Methods inherited from interface org.xmlunit.builder.Input.Builder
buildMethods inherited from interface org.xmlunit.builder.TransformationBuilderBase
usingFactory, withOutputProperty, withParameter, withStylesheet, withURIResolver
-
Method Details
-
withStylesheet
Sets the stylesheet to use.- Parameters:
b- builder holding the styleSheet- Returns:
- a new builder
-