Package org.xmlunit.builder
Interface Transform.TransformationResult
-
- All Known Implementing Classes:
Transform.TransformationBuilder
- 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(javax.xml.transform.Result r)Output the result to a TraX Result.org.w3c.dom.DocumenttoDocument()Output the result to a DOM Document.java.lang.StringtoString()Output the result to a String.
-