Package org.xmlunit.builder
Class Input.Transformation
java.lang.Object
org.xmlunit.builder.AbstractTransformationBuilder<Input.TransformationBuilder>
org.xmlunit.builder.Input.Transformation
- All Implemented Interfaces:
Input.Builder
,Input.TransformationBuilder
,TransformationBuilderBase<Input.TransformationBuilder>
- Enclosing class:
Input
private static class Input.Transformation
extends AbstractTransformationBuilder<Input.TransformationBuilder>
implements Input.TransformationBuilder
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.xmlunit.builder.AbstractTransformationBuilder
getHelper, usingFactory, withOutputProperty, withParameter, withStylesheet, withURIResolver
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xmlunit.builder.TransformationBuilderBase
usingFactory, withOutputProperty, withParameter, withStylesheet, withURIResolver
-
Constructor Details
-
Transformation
-
-
Method Details
-
withStylesheet
Description copied from interface:Input.TransformationBuilder
Sets the stylesheet to use.- Specified by:
withStylesheet
in interfaceInput.TransformationBuilder
- Parameters:
b
- builder holding the styleSheet- Returns:
- a new builder
-
build
Description copied from interface:Input.Builder
build the actualSource
instance.- Specified by:
build
in interfaceInput.Builder
- Returns:
- the Source
-