public final class XSLTCSource
extends java.lang.Object
implements javax.xml.transform.Source
Constructor and Description |
---|
XSLTCSource(javax.xml.transform.Source source)
Create a new XSLTC-specific source from a JAXP Source
|
XSLTCSource(java.lang.String systemId)
Create a new XSLTC-specific source from a system ID
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSystemId()
Implements javax.xml.transform.Source.getSystemId()
Get the system identifier that was set with setSystemId.
|
void |
setSystemId(java.lang.String systemId)
Implements javax.xml.transform.Source.setSystemId()
Set the system identifier for this Source.
|
public XSLTCSource(java.lang.String systemId)
public XSLTCSource(javax.xml.transform.Source source)
public void setSystemId(java.lang.String systemId)
setSystemId
in interface javax.xml.transform.Source
systemId
- The system Id for this Sourcepublic java.lang.String getSystemId()
getSystemId
in interface javax.xml.transform.Source
Copyright ? 2006 Apache XML Project. All Rights Reserved.