close
void close(javax.xml.transform.Result result)
throws javax.xml.transform.TransformerException
Signal completion of the result document. This method is called by the system
when the result document has been successfully written. It allows the resolver
to perform tidy-up actions such as closing output streams, or firing off
processes that take this result tree as input. Note that the OutputURIResolver
is stateless, so the the original Result object is supplied to identify the document
that has been completed.
- Parameters:
result
- The result object returned by the previous call of resolve()
- Throws:
javax.xml.transform.TransformerException
- if any error occurs