Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
protected DOM |
getDOM(XSLTCDTMManager dtmManager,
AbstractTranslet translet)
Internal interface which returns a DOM for a given DTMManager and translet.
|
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.
|
public XSLTCSource(String systemId)
public XSLTCSource(Source source)
public void setSystemId(String systemId)
setSystemId
in interface Source
systemId
- The system Id for this Sourcepublic String getSystemId()
getSystemId
in interface Source
protected DOM getDOM(XSLTCDTMManager dtmManager, AbstractTranslet translet) throws SAXException
SAXException
Copyright © 2017 JBoss by Red Hat. All rights reserved.