|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xalan.xsltc.trax.XSLTCSource
public final class XSLTCSource
Field Summary | |
---|---|
private java.lang.ThreadLocal |
_dom
|
private javax.xml.transform.Source |
_source
|
private java.lang.String |
_systemId
|
Constructor Summary | |
---|---|
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 |
Method Summary | |
---|---|
protected DOM |
getDOM(XSLTCDTMManager dtmManager,
AbstractTranslet translet)
Internal interface which returns a DOM for a given DTMManager and translet. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String _systemId
private javax.xml.transform.Source _source
private java.lang.ThreadLocal _dom
Constructor Detail |
---|
public XSLTCSource(java.lang.String systemId)
public XSLTCSource(javax.xml.transform.Source source)
Method Detail |
---|
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
protected DOM getDOM(XSLTCDTMManager dtmManager, AbstractTranslet translet) throws org.xml.sax.SAXException
org.xml.sax.SAXException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |