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
Source
s by transforming other sources.-
Method Summary
Modifier and TypeMethodDescriptionSets the stylesheet to use.Methods inherited from interface org.xmlunit.builder.Input.Builder
build
Methods 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
-