public interface TransformationBuilderBase<B extends TransformationBuilderBase<B>>
B
is the derived builder interface.
Modifier and Type | Method and Description |
---|---|
B |
usingFactory(javax.xml.transform.TransformerFactory f)
sets the TraX factory to use.
|
B |
withOutputProperty(java.lang.String name,
java.lang.String value)
Adds an output property.
|
B |
withParameter(java.lang.String name,
java.lang.Object value)
Adds a parameter.
|
B |
withStylesheet(javax.xml.transform.Source s)
Sets the stylesheet to use.
|
B |
withURIResolver(javax.xml.transform.URIResolver r)
Sets the resolver to use for the document() function and
xsi:import/include.
|
B usingFactory(javax.xml.transform.TransformerFactory f)
B withOutputProperty(java.lang.String name, java.lang.String value)
B withParameter(java.lang.String name, java.lang.Object value)
B withStylesheet(javax.xml.transform.Source s)
B withURIResolver(javax.xml.transform.URIResolver r)