javax.xml.transform

Interface Result

public interface Result

The result of an XSL transformation.
Field Summary
static StringPI_DISABLE_OUTPUT_ESCAPING
Constant for the processing instruction sent when the result disables output escaping.
static StringPI_ENABLE_OUTPUT_ESCAPING
Constant for the processing instruction sent when the result enables output escaping.
Method Summary
StringgetSystemId()
Returns the system ID for this result.
voidsetSystemId(String systemId)
Sets the XML system ID for this result.

Field Detail

PI_DISABLE_OUTPUT_ESCAPING

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

PI_ENABLE_OUTPUT_ESCAPING

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

Method Detail

getSystemId

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

setSystemId

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

Parameters: systemId the system ID URI