| Package | Description |
|---|---|
| org.xmlunit.builder |
Provides fluent builders for core parts of XMLUnit.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
Input.Transformation |
| Modifier and Type | Method and Description |
|---|---|
static Input.TransformationBuilder |
Input.byTransforming(Input.Builder b)
Build a Source by XSLT transforming a different Source.
|
static Input.TransformationBuilder |
Input.byTransforming(javax.xml.transform.Source s)
Build a Source by XSLT transforming a different Source.
|
Input.TransformationBuilder |
Input.TransformationBuilder.withStylesheet(Input.Builder b)
Sets the stylesheet to use.
|
Input.TransformationBuilder |
Input.Transformation.withStylesheet(Input.Builder b) |