Package org.xmlunit.builder
Interface Transform.TransformationResult
-
- Enclosing class:
- Transform
public static interface Transform.TransformationResultProvides different options to obtain the result of an XSLT transformation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidto(Result r)Output the result to a TraX Result.DocumenttoDocument()Output the result to a DOM Document.StringtoString()Output the result to a String.
-