javax.xml.transform
public interface Result
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getSystemId()
Returns the system ID for this result.
|
void |
setSystemId(String systemId)
Sets the XML system ID for this result.
|
static final String PI_DISABLE_OUTPUT_ESCAPING
static final String PI_ENABLE_OUTPUT_ESCAPING
void setSystemId(String systemId)
systemId
- the system ID URIString getSystemId()