javax.xml.transform
Interface Result
- DOMResult, SAXResult, StreamResult
The result of an XSL transformation.
String | getSystemId() - Returns the system ID for this result.
|
void | setSystemId(String systemId) - Sets the XML system ID for this result.
|
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.
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.
systemId
- the system ID URI