javax.xml.transform
Interface Result

All Known Implementing Classes:
DOMResult, SAXResult, StreamResult

public interface Result

The result of an XSL transformation.


Field Summary
static String PI_DISABLE_OUTPUT_ESCAPING
          Constant for the processing instruction sent when the result disables output escaping.
static String PI_ENABLE_OUTPUT_ESCAPING
          Constant for the processing instruction sent when the result enables output escaping.
 
Method Summary
 String getSystemId()
          Returns the system ID for this result.
 void setSystemId(String systemId)
          Sets the XML system ID for this result.
 

Field Detail

PI_DISABLE_OUTPUT_ESCAPING

static final String PI_DISABLE_OUTPUT_ESCAPING
Constant for the processing instruction sent when the result disables output escaping.

See Also:
Constant Field Values

PI_ENABLE_OUTPUT_ESCAPING

static final String PI_ENABLE_OUTPUT_ESCAPING
Constant for the processing instruction sent when the result enables output escaping.

See Also:
Constant Field Values
Method Detail

setSystemId

void setSystemId(String systemId)
Sets the XML system ID for this result.

Parameters:
systemId - the system ID URI

getSystemId

String getSystemId()
Returns the system ID for this result.