Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
javax.xml.transform

Interface Source

java.lang.Object
|
+--javax.xml.transform.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:

Method Summary

java.lang.StringgetSystemId()

Returns the URI for this source.
voidsetSystemId(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: