public final class Transform
extends java.lang.Object
Transformation
.Modifier and Type | Class and Description |
---|---|
static interface |
Transform.Builder
Builder for XSLT transformations.
|
private static class |
Transform.TransformationBuilder |
static interface |
Transform.TransformationResult
Provides different options to obtain the result of an XSLT transformation.
|
Modifier | Constructor and Description |
---|---|
private |
Transform() |
Modifier and Type | Method and Description |
---|---|
static Transform.Builder |
source(javax.xml.transform.Source s)
Build a transformation for a source document.
|
public static Transform.Builder source(javax.xml.transform.Source s)