public interface XslTransformer
Modifier and Type | Method and Description |
---|---|
Result |
transform(Reader stylesheet,
Reader xml,
Result output)
Transform the supplied XML stream using the supplied stylesheet.
|
Result transform(Reader stylesheet, Reader xml, Result output)
Transform the supplied XML stream using the supplied stylesheet. If the transform fails then null will be returned.
You control the format of the output you desire by supplying the Result implementation to be used. This supplied Result will be populated during the transform and returned.
stylesheet
- the transform to applyxml
- the xml to be transformedoutput
- the Result to be populated by the transformCopyright © 2003–2020 Atlassian. All rights reserved.