- Enclosing class:
- Transform
public static interface Transform.TransformationResult
Provides different options to obtain the result of an XSLT transformation.
-
Method Summary
void
Output the result to a TraX Result.
Output the result to a DOM Document.
Output the result to a String.
-
Method Details
-
-
toString
Output the result to a String.
- Overrides:
toString
in class Object
- Returns:
- transformation result as String
-
toDocument
Output the result to a DOM Document.
- Returns:
- transformation result as Document