javax.xml.transform
Interface Result
- All Known Implementing Classes:
- SAXResult, StreamResult
- public interface Result
Implementing classes define the output result tree.
Method Summary |
java.lang.String |
getSystemId()
Returns the system-id (file path) of the Result. |
void |
setSystemId(java.lang.String systemId)
Sets the system-id (file path) of the Result. |
PI_DISABLE_OUTPUT_ESCAPING
public static final java.lang.String PI_DISABLE_OUTPUT_ESCAPING
- PI name to disable output escaping.
PI_ENABLE_OUTPUT_ESCAPING
public static final java.lang.String PI_ENABLE_OUTPUT_ESCAPING
- PI name to enable output escaping.
getSystemId
public java.lang.String getSystemId()
- Returns the system-id (file path) of the Result.
- Returns:
- the system id as a URL
setSystemId
public void setSystemId(java.lang.String systemId)
- Sets the system-id (file path) of the Result.
- Parameters:
systemId
- set the system id as a URL