net.sf.saxon.event
public class StandardOutputResolver extends Object implements OutputURIResolver
Method Summary | |
---|---|
void | close(Result result)
Signal completion of the result document. |
static StandardOutputResolver | getInstance()
Get a singular instance |
Result | resolve(String href, String base)
Resolve an output URI |
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 output URI, normally the URI of the principal output file.
Returns: a Result object representing the destination for the XML document