Package org.xmlunit.builder
Class Transform
java.lang.Object
org.xmlunit.builder.Transform
Fluent API access to
Transformation
.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
Builder for XSLT transformations.static interface
Provides different options to obtain the result of an XSLT transformation. -
Method Summary
Modifier and TypeMethodDescriptionstatic Transform.Builder
Build a transformation for a source document.
-
Method Details
-
source
Build a transformation for a source document.- Parameters:
s
- document to be transformed- Returns:
- a fresh builder
-