public static interface Transform.TransformationResult
Modifier and Type | Method and Description |
---|---|
void |
to(javax.xml.transform.Result r)
Output the result to a TraX Result.
|
org.w3c.dom.Document |
toDocument()
Output the result to a DOM Document.
|
java.lang.String |
toString()
Output the result to a String.
|