public interface TransformationBuilderBase<B extends TransformationBuilderBase<B>>
B is the derived builder interface.
| Modifier and Type | Method and Description |
|---|---|
B |
usingFactory(TransformerFactory f)
sets the TraX factory to use.
|
B |
withOutputProperty(String name,
String value)
Adds an output property.
|
B |
withParameter(String name,
Object value)
Adds a parameter.
|
B |
withStylesheet(Source s)
Sets the stylesheet to use.
|
B |
withURIResolver(URIResolver r)
Sets the resolver to use for the document() function and
xsi:import/include.
|
B usingFactory(TransformerFactory f)
f - the factory to useB withOutputProperty(String name, String value)
name - name of the propertyvalue - value of the propertyB withParameter(String name, Object value)
name - name of the parametervalue - value of the parameterB withStylesheet(Source s)
s - styleSheet to useB withURIResolver(URIResolver r)
r - the resolver to useCopyright © 2001–2025 XMLUnit. All rights reserved.