net.sf.saxon
public interface OutputURIResolver
Method Summary | |
---|---|
void | close(Result result)
Signal completion of the result document. |
Result | resolve(String href, String base)
Resolve an output URI. |
Parameters: result The result object returned by the previous call of resolve()
Parameters: 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.
Returns: a Result object representing the destination for the XML document. The method can also return null, in which case the standard output URI resolver will be used to create a Result object.