StandardOutputResolver
public interface OutputURIResolver
Modifier and Type | Method | Description |
---|---|---|
void |
close(javax.xml.transform.Result result) |
Signal completion of the result document.
|
javax.xml.transform.Result |
resolve(java.lang.String href,
java.lang.String base) |
Resolve an output URI.
|
javax.xml.transform.Result resolve(java.lang.String href, java.lang.String base) throws javax.xml.transform.TransformerException
href
- The relative URI of the output document. This corresponds to the
href attribute of the xsl:result-document instruction.base
- The base URI that should be used. This is the base URI of the
element that contained the href attribute. It may be null if no systemID was supplied
for the stylesheet.javax.xml.transform.TransformerException
void close(javax.xml.transform.Result result) throws javax.xml.transform.TransformerException
result
- The result object returned by the previous call of resolve()javax.xml.transform.TransformerException