javax.xml.transform.Source
public final class XSLTCSource
extends java.lang.Object
implements javax.xml.transform.Source
Constructor | Description |
---|---|
XSLTCSource(java.lang.String systemId) |
Create a new XSLTC-specific source from a system ID
|
XSLTCSource(javax.xml.transform.Source source) |
Create a new XSLTC-specific source from a JAXP Source
|
Modifier and Type | Method | 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 © 2014 Apache XML Project. All Rights Reserved.