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
BuildsSources by transforming other sources.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Input.TransformationBuilderwithStylesheet(Input.Builder b)Sets 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 Detail
-
withStylesheet
Input.TransformationBuilder withStylesheet(Input.Builder b)
Sets the stylesheet to use.- Parameters:
b- builder holding the styleSheet- Returns:
- a new builder
-
-