javax.xml.transform

Interface Source

Known Implementing Classes:
DOMSource, SAXSource, StreamSource

public interface Source

An XML input source. This is equivalent to a SAX InputSource.

Method Summary

String
getSystemId()
Returns the system ID for this source.
void
setSystemId(String systemId)
Sets the XML system ID for this source.

Method Details

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: