javax.xml.transform
Interface Source

All 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 Detail

setSystemId

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

getSystemId

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