org.apache.xalan.xsltc.trax
public final class XSLTCSource extends Object implements Source
| Constructor Summary | |
|---|---|
| XSLTCSource(String systemId)
Create a new XSLTC-specific source from a system ID | |
| XSLTCSource(Source source)
Create a new XSLTC-specific source from a JAXP Source | |
| Method Summary | |
|---|---|
| String | getSystemId()
Implements javax.xml.transform.Source.getSystemId()
Get the system identifier that was set with setSystemId. |
| void | setSystemId(String systemId)
Implements javax.xml.transform.Source.setSystemId()
Set the system identifier for this Source.
|
Returns: The system identifier that was set with setSystemId, or null if setSystemId was not called.
Parameters: systemId The system Id for this Source