|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OutputURIResolver
This interface defines an OutputURIResolver. This is a counterpart to the JAXP URIResolver, but is used to map the URI of a secondary result document to a Result object which acts as the destination for the new document.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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 document
javax.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
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |