com.ibm.portal.resolver.xml
Interface XMLResultProvider


public interface XMLResultProvider

Provides access to a JAXP result object

Since:
8.0.0.1
Note:
This interface is designed to be implemented by clients.

Method Summary
 javax.xml.transform.Result getResult()
          Returns a JAXP Result object
 

Method Detail

getResult

javax.xml.transform.Result getResult()
                                     throws java.io.IOException,
                                            org.xml.sax.SAXException
Returns a JAXP Result object

Returns:
the result, not null
Throws:
java.io.IOException
org.xml.sax.SAXException