public interface OutputURIResolver
Modifier and Type | Method and Description |
---|---|
void |
close(Result result)
Signal completion of the result document.
|
Result |
resolve(String href,
String base)
Resolve an output URI.
|
Result resolve(String href, String base) throws 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 Output URI, typically
the URI of the principal output documentTransformerException
void close(Result result) throws TransformerException
result
- The result object returned by the previous call of resolve()TransformerException