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)
Copyright © 2001–2017 XMLUnit. All rights reserved.