|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xalan.xsltc.trax.XSLTCSource
Constructor Summary | |
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 |
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public XSLTCSource(java.lang.String systemId)
public XSLTCSource(Source source)
Method Detail |
public void setSystemId(java.lang.String systemId)
systemId
- The system Id for this Sourcepublic java.lang.String getSystemId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |