javax.xml.transform

Interface Source

public interface Source

An XML input source. This is equivalent to a SAX InputSource.
Method Summary
StringgetSystemId()
Returns the system ID for this source.
voidsetSystemId(String systemId)
Sets the XML system ID for this source.

Method Detail

getSystemId

public String getSystemId()
Returns the system ID for this source.

setSystemId

public void setSystemId(String systemId)
Sets the XML system ID for this source. This can be used to resolve external entities in the source.

Parameters: systemId the system ID URI