public final class Transform extends Object
Transformation.| Modifier and Type | Class and Description |
|---|---|
static interface |
Transform.Builder
Builder for XSLT transformations.
|
static interface |
Transform.TransformationResult
Provides different options to obtain the result of an XSLT transformation.
|
| Modifier and Type | Method and Description |
|---|---|
static Transform.Builder |
source(Source s)
Build a transformation for a source document.
|
public static Transform.Builder source(Source s)
s - document to be transformedCopyright © 2001–2025 XMLUnit. All rights reserved.