org.apache.xalan.xsltc.trax
Class XSLTCSource
- Source
public final class XSLTCSource
implements Source
XSLTCSource(Source source) - Create a new XSLTC-specific source from a JAXP Source
|
XSLTCSource(String systemId) - Create a new XSLTC-specific source from a system ID
|
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.
|
XSLTCSource
public XSLTCSource(Source source)
Create a new XSLTC-specific source from a JAXP Source
XSLTCSource
public XSLTCSource(String systemId)
Create a new XSLTC-specific source from a system ID
getSystemId
public String getSystemId()
Implements javax.xml.transform.Source.getSystemId()
Get the system identifier that was set with setSystemId.
- The system identifier that was set with setSystemId,
or null if setSystemId was not called.
setSystemId
public void setSystemId(String systemId)
Implements javax.xml.transform.Source.setSystemId()
Set the system identifier for this Source.
This Source can get its input either directly from a file (in this case
it will instanciate and use a JAXP parser) or it can receive it through
ContentHandler/LexicalHandler interfaces.
systemId
- The system Id for this Source
Copyright B) 2004 Apache XML Project. All Rights Reserved.