private static class Transform.TransformationBuilder extends AbstractTransformationBuilder<Transform.Builder> implements Transform.Builder, Transform.TransformationResult
| Modifier | Constructor and Description |
|---|---|
private |
TransformationBuilder(javax.xml.transform.Source s) |
| Modifier and Type | Method and Description |
|---|---|
Transform.TransformationResult |
build()
Create the result of the transformation.
|
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.
|
getHelper, usingFactory, withOutputProperty, withParameter, withStylesheet, withURIResolverclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitusingFactory, withOutputProperty, withParameter, withStylesheet, withURIResolverprivate TransformationBuilder(javax.xml.transform.Source s)
public Transform.TransformationResult build()
Transform.Builderbuild in interface Transform.Builderpublic java.lang.String toString()
Transform.TransformationResulttoString in interface Transform.TransformationResulttoString in class java.lang.Objectpublic org.w3c.dom.Document toDocument()
Transform.TransformationResulttoDocument in interface Transform.TransformationResultpublic void to(javax.xml.transform.Result r)
Transform.TransformationResultto in interface Transform.TransformationResult