public interface Result
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PI_DISABLE_OUTPUT_ESCAPING
Constant for the processing instruction sent when the result disables
output escaping.
|
static java.lang.String |
PI_ENABLE_OUTPUT_ESCAPING
Constant for the processing instruction sent when the result enables
output escaping.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSystemId()
Returns the system ID for this result.
|
void |
setSystemId(java.lang.String systemId)
Sets the XML system ID for this result.
|
static final java.lang.String PI_DISABLE_OUTPUT_ESCAPING
static final java.lang.String PI_ENABLE_OUTPUT_ESCAPING
void setSystemId(java.lang.String systemId)
systemId - the system ID URIjava.lang.String getSystemId()