javax.xml.transform
Interface Source
public interface Source
Identifies the URI for either a transformation (XSLT stylesheet)
or an input to a transformation (XML document to be transformed).
- Andrew Selkirk, David Brownell
getSystemId
public String getSystemId()
Returns the URI for this source. Some sources may not need URIs,
for example ones provided as an input stream, but such URIs
are important for resolving relative URIs and for providing
usable diagnostics.
setSystemId
public void setSystemId(java.lang.String systemID)
Associates a URI with this source.
- systemID - the URI