javax.xml.transform
Interface Source
- All Known Implementing Classes:
- SAXTransformerFactory, StringSource, SAXSource, StreamSource
- public interface Source
Implementing classes define the input source
Method Summary |
java.lang.String |
getSystemId()
Returns the system-id (file path) of the Source |
void |
setSystemId(java.lang.String systemId)
Sets the system-id (file path) of the Source. |
getSystemId
public java.lang.String getSystemId()
- Returns the system-id (file path) of the Source
- Returns:
- the system id as a URL
setSystemId
public void setSystemId(java.lang.String systemId)
- Sets the system-id (file path) of the Source.
- Parameters:
systemId
- set the system id as a URL