⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full Tree 
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).
Author:
Andrew Selkirk, David Brownell

Method Summary

java.lang.String

getSystemId()

Returns the URI for this source.

void

setSystemId(java.lang.String systemID)

Associates a URI with this source.

Method Details

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.

Parameters:
systemID - the URI