Constructor and Description |
---|
XSLTCSource(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(Source source)
public void setSystemId(java.lang.String systemId)
setSystemId
in interface Source
systemId
- The system Id for this Sourcepublic java.lang.String getSystemId()
getSystemId
in interface Source
Copyright © 2014 Apache XML Project. All Rights Reserved.