+

Search Tips   |   Advanced Search

 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

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()
          Return 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
 PREV CLASS   NEXT CLASS
Tree 
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD