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)
B withURIResolver(URIResolver r)
Copyright © 2001–2017 XMLUnit. All rights reserved.