public interface OutputURIResolver
Modifier and Type | Method and 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 Output URI, typically
the URI of the principal output documentjavax.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